| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 1 | -1/+1 |
| * | Remove Forever, switch to static_cell. | Dario Nieuwenhuis | 2022-08-22 | 2 | -7/+8 |
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 14 | -19/+20 |
| * | examples Remove the `fn config()` idiom. | Dario Nieuwenhuis | 2022-08-17 | 2 | -13/+6 |
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 12 | -26/+29 |
| * | Update to critical-section 1.0, atomic-polyfill 1.0 | Dario Nieuwenhuis | 2022-08-17 | 1 | -1/+1 |
| * | Add DACv1 example for F4 | chemicstry | 2022-08-04 | 2 | -0/+38 |
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 13 | -33/+34 |
| * | rename PwmPin::new_chX, update examples. | Dario Nieuwenhuis | 2022-07-23 | 1 | -2/+3 |
| * | Update embassy-stm32 | Dario Nieuwenhuis | 2022-07-23 | 1 | -3/+8 |
| * | 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 |
| * | Merge #858 | bors[bot] | 2022-07-11 | 2 | -5/+5 |
| |\ | |||||
| | * | embassy-stm32: Simplify time | Grant Miller | 2022-07-10 | 2 | -5/+5 |
| * | | Add F4 flash driver | chemicstry | 2022-07-11 | 2 | -0/+58 |
| |/ | |||||
| * | 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 |
| * | 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 |
| * | | Fix PWM for advanced timers | chemicstry | 2022-06-23 | 1 | -0/+42 |
| |/ | |||||
| * | Merge pull request #822 from embassy-rs/remove-authors | Dario Nieuwenhuis | 2022-06-18 | 1 | -1/+0 |
| |\ | |||||
| | * | Remove the authors field from Cargo.tomls | Dario Nieuwenhuis | 2022-06-18 | 1 | -1/+0 |
| * | | Merge pull request #821 from embassy-rs/defmt-trace | Dario Nieuwenhuis | 2022-06-18 | 1 | -0/+3 |
| |\ \ | |/ |/| | |||||
| | * | Add env DEFMT_LOG=trace to all examples. | Dario Nieuwenhuis | 2022-06-18 | 1 | -0/+3 |
| * | | Update to 2021 edition. (#820) | Dario Nieuwenhuis | 2022-06-18 | 1 | -2/+1 |
| |/ | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 13 | -38/+18 |
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 1 | -2/+2 |
| * | common/PeripheralMutex: remove unsafe API. (#802) | Dario Nieuwenhuis | 2022-06-09 | 1 | -2/+1 |
| * | examples/stm32*, tests/stm32: specify time-tick-32768hz | Will Glynn | 2022-05-31 | 1 | -1/+1 |
| * | Simplify example | chemicstry | 2022-05-26 | 1 | -5/+3 |
| * | Fix removed space | chemicstry | 2022-05-26 | 1 | -0/+1 |
| * | Reimplement BufRead for BufferedUart | chemicstry | 2022-05-26 | 2 | -1/+39 |
| * | Remove embassy_hal_common::usb. | Dario Nieuwenhuis | 2022-05-04 | 3 | -214/+1 |
| * | executor: fix unsoundness in InterruptExecutor::start. | Dario Nieuwenhuis | 2022-04-25 | 1 | -6/+4 |
| * | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis | 2022-04-02 | 16 | -57/+40 |
| * | Cleanup | chemicstry | 2022-03-16 | 1 | -1/+2 |
| * | Cleanup | chemicstry | 2022-03-16 | 1 | -3/+0 |
| * | Fix SDMMC v2 and add H7 example | chemicstry | 2022-03-16 | 1 | -14/+9 |
| * | Use RCC frequency instead of config | chemicstry | 2022-03-16 | 1 | -6/+2 |
| * | SDIO working on stm32f4 | chemicstry | 2022-03-16 | 2 | -0/+55 |
| * | Update rust nightly, embedded-hal 1.0, embedded-hal-async. | Dario Nieuwenhuis | 2022-03-11 | 1 | -1/+1 |
| * | [can] Do not use wildcard reexport for bxcan | Timo Kröger | 2022-03-05 | 1 | -2/+3 |
| * | Merge #608 | bors[bot] | 2022-02-13 | 1 | -0/+26 |
| |\ | |||||
| | * | stm32f4: add adc + example | Frederik | 2022-02-10 | 1 | -0/+26 |
| * | | stm32: add rust stable support | Dario Nieuwenhuis | 2022-02-12 | 1 | -1/+1 |
| |/ | |||||
| * | Port multiprio example to stm32f3 and stm32f4 platforms | Cristian Eigel | 2022-02-10 | 1 | -0/+144 |
| * | Fix function name | chemicstry | 2022-02-09 | 1 | -1/+1 |
