| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge #935 | bors[bot] | 2022-09-02 | 12 | -34/+46 |
| |\ | |||||
| | * | Remove generic const expressions from embassy-boot | Ulf Lilleengen | 2022-09-02 | 12 | -34/+46 |
| * | | Cleanup examples | Henrik Alsér | 2022-09-01 | 2 | -4/+4 |
| * | | Reorder args | Henrik Alsér | 2022-09-01 | 1 | -1/+1 |
| * | | transfer_in_place | Henrik Alsér | 2022-09-01 | 1 | -1/+1 |
| * | | Fix example | Henrik Alsér | 2022-09-01 | 1 | -2/+3 |
| * | | impl embedded-hal-async | Henrik Alsér | 2022-09-01 | 1 | -4/+2 |
| * | | example | Henrik Alsér | 2022-09-01 | 2 | -2/+33 |
| * | | net: feature-gate nightly-only async traits to allow building on stable. | Dario Nieuwenhuis | 2022-08-30 | 11 | -15/+12 |
| * | | Merge pull request #927 from embassy-rs/rp-usb | Dario Nieuwenhuis | 2022-08-30 | 3 | -0/+373 |
| |\ \ | |/ |/| | |||||
| | * | rp: add usb device support. | Dario Nieuwenhuis | 2022-08-25 | 3 | -0/+373 |
| * | | futures: move select* and join* to separate modules. | Dario Nieuwenhuis | 2022-08-29 | 1 | -1/+1 |
| * | | Merge #913 | bors[bot] | 2022-08-26 | 1 | -1/+1 |
| |\ \ | |/ |/| | |||||
| | * | Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-r... | Mathias | 2022-08-23 | 61 | -149/+314 |
| | |\ | |||||
| | * | | Fix uart rp2040 blocking example | Mathias | 2022-08-19 | 1 | -1/+1 |
| * | | | Enable 'std' feature on critical-section for WASM | Ulf Lilleengen | 2022-08-23 | 2 | -2/+2 |
| | |/ |/| | |||||
| * | | sync: flatten module structure. | Dario Nieuwenhuis | 2022-08-22 | 11 | -11/+11 |
| * | | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 41 | -52/+53 |
| * | | Remove Forever, switch to static_cell. | Dario Nieuwenhuis | 2022-08-22 | 27 | -99/+107 |
| * | | Switch to crates.io version of systemview-target | Quentin Smith | 2022-08-20 | 1 | -4/+1 |
| * | | Fetch systemview-target from upstream git | Quentin Smith | 2022-08-19 | 1 | -2/+1 |
| * | | Fix package name for the new nrf-rtos-trace example | Quentin Smith | 2022-08-19 | 1 | -1/+1 |
| * | | Merge branch 'master' of https://github.com/embassy-rs/embassy into rtos-trace | Quentin Smith | 2022-08-19 | 198 | -776/+1024 |
| |\| | |||||
| | * | Merge #910 | bors[bot] | 2022-08-18 | 1 | -3/+3 |
| | |\ | |||||
| | | * | Fix rp uart example | Mathias | 2022-08-18 | 1 | -3/+3 |
| | * | | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 193 | -277/+305 |
| | * | | examples Remove the `fn config()` idiom. | Dario Nieuwenhuis | 2022-08-17 | 30 | -215/+107 |
| | * | | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 150 | -325/+394 |
| | * | | Update to critical-section 1.0, atomic-polyfill 1.0 | Dario Nieuwenhuis | 2022-08-17 | 30 | -32/+32 |
| | |/ | |||||
| | * | Add UDP example app | Artur Kowalski | 2022-08-10 | 2 | -1/+110 |
| | * | Merge #896 | bors[bot] | 2022-08-10 | 4 | -4/+40 |
| | |\ | |||||
| | | * | Implement I2C pullup configuration | chemicstry | 2022-08-09 | 4 | -4/+40 |
| | * | | Add example using embedded-nal-async traits | Ulf Lilleengen | 2022-08-09 | 1 | -0/+125 |
| | * | | Wrap buffers in a single state type | Ulf Lilleengen | 2022-08-09 | 1 | -0/+1 |
| | * | | Implement embedded-nal-async traits for embassy-net | Ulf Lilleengen | 2022-08-08 | 1 | -1/+1 |
| | |/ | |||||
| * | | Move rtos-trace example to a separate project to simplify Cargo.toml | Quentin Smith | 2022-08-18 | 7 | -56/+115 |
| * | | Run cargo fmt | Quentin Smith | 2022-08-16 | 1 | -7/+5 |
| * | | Allow rtos_trace example to be used without log | Quentin Smith | 2022-08-16 | 2 | -4/+10 |
| * | | Add example of rtos-trace / SystemView | Quentin Smith | 2022-08-16 | 3 | -12/+121 |
| |/ | |||||
| * | Add DACv1 example for F4 | chemicstry | 2022-08-04 | 3 | -1/+38 |
| * | Restore F1 example chip | chemicstry | 2022-08-04 | 2 | -38/+1 |
| * | Merge v1, v2 DAC and update register definitions | chemicstry | 2022-08-04 | 2 | -1/+39 |
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 192 | -521/+546 |
| * | Improve ADC configuration options | chemicstry | 2022-07-27 | 1 | -3/+3 |
| * | rename PwmPin::new_chX, update examples. | Dario Nieuwenhuis | 2022-07-23 | 3 | -6/+9 |
| * | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 1 | -8/+8 |
| * | Update embassy-stm32 | Dario Nieuwenhuis | 2022-07-23 | 4 | -17/+26 |
| * | Merge #853 | bors[bot] | 2022-07-16 | 1 | -0/+38 |
| |\ | |||||
| | * | Add embedded_hal_async support for embassy-rp | Daniel Bevenius | 2022-07-14 | 1 | -0/+38 |
| * | | Fix unused imports | chemicstry | 2022-07-14 | 1 | -1/+0 |
