| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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 | |
| * | | Fix erasing across banks | chemicstry | 2022-07-14 | 1 | -5/+3 | |
| * | | Fix writing to last sector of F4 flash | chemicstry | 2022-07-14 | 1 | -10/+20 | |
| |/ | ||||||
| * | fix typo | Philip A Reimer | 2022-07-11 | 1 | -1/+1 | |
| * | Merge #858 | bors[bot] | 2022-07-11 | 17 | -78/+78 | |
| |\ | ||||||
| | * | embassy-stm32: Simplify time | Grant Miller | 2022-07-10 | 17 | -78/+78 | |
| * | | Merge #859 | bors[bot] | 2022-07-11 | 2 | -0/+58 | |
| |\ \ | |/ |/| | ||||||
| | * | Add F4 flash driver | chemicstry | 2022-07-11 | 2 | -0/+58 | |
| * | | Merge #810 | bors[bot] | 2022-07-11 | 5 | -95/+25 | |
| |\ \ | |/ |/| | ||||||
| | * | Trait for UsbSupply | huntc | 2022-07-09 | 5 | -90/+24 | |
| | * | Puts in the machinery to handle power detected/removed | huntc | 2022-07-07 | 1 | -33/+5 | |
| | * | Introduces EnabledUsbDevice | huntc | 2022-07-07 | 1 | -7/+31 | |
| * | | Use u32 instead of Duration for IWDG | chemicstry | 2022-07-11 | 1 | -1/+1 | |
| * | | Add comments to watchdog example | chemicstry | 2022-07-10 | 1 | -0/+2 | |
| * | | Implement IWDG timeout calculation | chemicstry | 2022-07-10 | 1 | -0/+44 | |
| |/ | ||||||
| * | Use correct chip family name for example | Ulf Lilleengen | 2022-07-05 | 1 | -1/+1 | |
| * | Document configuration options and handle optional downlink | Ulf Lilleengen | 2022-07-04 | 1 | -3/+21 | |
| * | Fix RAM origin copy paste from nrf | Ulf Lilleengen | 2022-06-29 | 7 | -7/+7 | |
| * | Add build.rs to detect armv6 | Ulf Lilleengen | 2022-06-27 | 1 | -5/+0 | |
| * | Move bootloader main to examples | Ulf Lilleengen | 2022-06-24 | 84 | -216/+621 | |
| * | Merge #826 | bors[bot] | 2022-06-22 | 1 | -2/+2 | |
| |\ | ||||||
| | * | Fix example | chemicstry | 2022-06-23 | 1 | -2/+2 | |
| * | | Simplify example | chemicstry | 2022-06-23 | 1 | -10/+3 | |
