| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update stm32-data | Dario Nieuwenhuis | 2022-02-14 | 13 | -101/+55 |
| * | Merge #618 | bors[bot] | 2022-02-13 | 3 | -10/+21 |
| |\ | |||||
| | * | time: optimize math by reducing fractions at compile time. | Dario Nieuwenhuis | 2022-02-13 | 3 | -10/+21 |
| |/ | |||||
| * | Merge #608 | bors[bot] | 2022-02-13 | 2 | -0/+265 |
| |\ | |||||
| | * | fix build for stm32f410tb | Frederik | 2022-02-12 | 1 | -1/+6 |
| | * | remove unnecessary mod | Frederik | 2022-02-12 | 1 | -33/+29 |
| | * | adc cleanup retval | Frederik | 2022-02-11 | 1 | -6/+3 |
| | * | stm32f4: add adc + example | Frederik | 2022-02-10 | 2 | -0/+267 |
| * | | Merge #617 | bors[bot] | 2022-02-12 | 3 | -0/+19 |
| |\ \ | |||||
| | * | | Add {from_as}_micros to Instant | Daniel Franklin | 2022-02-11 | 2 | -2/+13 |
| | * | | Add feature defmt-timestamp-uptime | Daniel Franklin | 2022-02-11 | 2 | -0/+8 |
| * | | | Merge #616 | bors[bot] | 2022-02-12 | 24 | -52/+149 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | stm32: add rust stable support | Dario Nieuwenhuis | 2022-02-12 | 24 | -52/+149 |
| |/ / | |||||
| * | | Merge #615 | bors[bot] | 2022-02-12 | 6 | -82/+65 |
| |\ \ | |||||
| | * | | rp: remove OptionalPin | Dario Nieuwenhuis | 2022-02-12 | 4 | -79/+65 |
| | * | | stm32: remove unused sealed::OptionalPin | Dario Nieuwenhuis | 2022-02-12 | 1 | -2/+0 |
| | * | | nrf: remove stray mention of OptionalPin | Dario Nieuwenhuis | 2022-02-12 | 1 | -1/+0 |
| * | | | Merge #613 | bors[bot] | 2022-02-12 | 46 | -845/+985 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | ci: add build with stable. | Dario Nieuwenhuis | 2022-02-12 | 3 | -2/+55 |
| | * | | embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features. | Dario Nieuwenhuis | 2022-02-12 | 19 | -126/+182 |
| | * | | macros: cleanup, make work in stable. | Dario Nieuwenhuis | 2022-02-12 | 13 | -547/+462 |
| | * | | blocking_mutex: refactor to work on stable. No GATs, and can be constructed i... | Dario Nieuwenhuis | 2022-02-12 | 11 | -170/+286 |
| * | | | Merge #614 | bors[bot] | 2022-02-12 | 14 | -169/+327 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | nrf: remove OptionalPin | Dario Nieuwenhuis | 2022-02-12 | 14 | -169/+327 |
| |/ / | |||||
| * | | Merge #607 | bors[bot] | 2022-02-11 | 26 | -1793/+925 |
| |\ \ | |||||
| | * | | stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ... | Dario Nieuwenhuis | 2022-02-10 | 26 | -1793/+925 |
| * | | | Merge #612 | bors[bot] | 2022-02-11 | 1 | -0/+163 |
| |\ \ \ | |||||
| | * | | | Add button_events example for stm32f3 | Cristian Eigel | 2022-02-11 | 1 | -0/+163 |
| * | | | | Merge pull request #611 from danielzfranklin/patch-1 | Dario Nieuwenhuis | 2022-02-11 | 1 | -0/+12 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Document #[embassy::main(config = ...)] | Daniel Franklin | 2022-02-11 | 1 | -0/+12 |
| |/ / / | |||||
| * | | | Merge #610 | bors[bot] | 2022-02-11 | 1 | -1/+1 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Update cargo-batch. | Dario Nieuwenhuis | 2022-02-11 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge #606 | bors[bot] | 2022-02-10 | 2 | -0/+288 |
| |\ \ | |/ |/| | |||||
| | * | Port multiprio example to stm32f3 and stm32f4 platforms | Cristian Eigel | 2022-02-10 | 2 | -0/+288 |
| |/ | |||||
| * | Merge #605 | bors[bot] | 2022-02-10 | 23 | -461/+589 |
| |\ | |||||
| | * | Add missing `+ 'd` on unborrows. | Dario Nieuwenhuis | 2022-02-10 | 9 | -32/+45 |
| | * | stm32: Remove OptionalPin | Dario Nieuwenhuis | 2022-02-10 | 15 | -431/+546 |
| |/ | |||||
| * | Merge #601 | bors[bot] | 2022-02-09 | 12 | -239/+363 |
| |\ | |||||
| | * | stm32: replace `peripheral_rcc!` macrotable with build.rs | Dario Nieuwenhuis | 2022-02-09 | 7 | -120/+89 |
| | * | stm32: change interrupt declarations from macrotables to build.rs. | Dario Nieuwenhuis | 2022-02-09 | 3 | -10/+18 |
| | * | stm32/build.rs: switch to using stm32-metapac metadata and quote. | Dario Nieuwenhuis | 2022-02-09 | 2 | -102/+88 |
| | * | stm32-metapac: add option to generate chip metadata as a rust const. | Dario Nieuwenhuis | 2022-02-09 | 3 | -9/+170 |
| * | | Merge #604 | bors[bot] | 2022-02-09 | 22 | -0/+1715 |
| |\ \ | |||||
| | * | | Address review comments | Ulf Lilleengen | 2022-02-09 | 2 | -1/+11 |
| | * | | Add embassy-boot | Ulf Lilleengen | 2022-02-09 | 22 | -0/+1705 |
| |/ / | |||||
| * | | Merge #602 | bors[bot] | 2022-02-09 | 7 | -1/+561 |
| |\ \ | |/ |/| | |||||
| | * | Cleanup | chemicstry | 2022-02-09 | 1 | -9/+13 |
| | * | Fix function name | chemicstry | 2022-02-09 | 1 | -1/+1 |
| | * | Merge USB FS and HS peripherals. Add ULPI. | chemicstry | 2022-02-09 | 8 | -319/+449 |
| | * | Add stm32 USB OTG peripherals | chemicstry | 2022-02-08 | 7 | -1/+427 |
