| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| * | | Merge #603 | bors[bot] | 2022-02-08 | 8 | -3/+1028 |
| |\ \ | |/ |/| | |||||
| | * | stm32: Add support for FMC | Matous Hybl | 2022-02-08 | 7 | -1/+1027 |
| | * | Fix RCC configuration for H7. | Matous Hybl | 2022-02-08 | 1 | -2/+1 |
| |/ | |||||
| * | Merge #600 | bors[bot] | 2022-02-07 | 3 | -49/+21 |
| |\ | |||||
| | * | Update stm32-data | Dario Nieuwenhuis | 2022-02-07 | 3 | -49/+21 |
| |/ | |||||
| * | Merge #599 | bors[bot] | 2022-02-07 | 3 | -28/+15 |
| |\ | |||||
| | * | Update stm32-data | Dario Nieuwenhuis | 2022-02-07 | 3 | -28/+15 |
| |/ | |||||
| * | Merge #598 | bors[bot] | 2022-02-07 | 3 | -4/+17 |
| |\ | |||||
| | * | Upgrade to embedded-storage 0.3.0 | Ulf Lilleengen | 2022-02-07 | 3 | -4/+17 |
| |/ | |||||
| * | Merge #597 | bors[bot] | 2022-02-07 | 4 | -70/+88 |
| |\ | |||||
| | * | Update stm32-data, update build scripts for new schema. | Dario Nieuwenhuis | 2022-02-07 | 4 | -70/+88 |
| |/ | |||||
| * | Merge #591 | bors[bot] | 2022-02-05 | 5 | -129/+368 |
| |\ | |||||
| | * | Further API simplification for the single seq scenario | huntc | 2022-02-05 | 4 | -11/+8 |
| | * | Removed unrequired clone | huntc | 2022-02-04 | 1 | -1/+1 |
| | * | Forgot to expose the stop method | huntc | 2022-02-04 | 1 | -0/+8 |
| | * | Introduced the SingleSequencer and a more complex Sequencer | huntc | 2022-02-04 | 5 | -68/+134 |
| | * | Small correction to times | huntc | 2022-02-04 | 1 | -1/+1 |
| | * | Revert the use of forever | huntc | 2022-02-04 | 1 | -7/+2 |
| | * | Update another example | huntc | 2022-02-04 | 1 | -13/+14 |
| | * | Expose PWM | huntc | 2022-02-04 | 3 | -13/+19 |
| | * | Doco correction | huntc | 2022-02-04 | 1 | -3/+3 |
| | * | Introduces a Sequences struct | huntc | 2022-02-04 | 2 | -152/+161 |
| | * | Clarify why we need the mut buffer | huntc | 2022-02-04 | 1 | -0/+2 |
