aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nrf: remove OptionalPinDario Nieuwenhuis2022-02-1214-169/+327
* Merge #607bors[bot]2022-02-1126-1793/+925
|\
| * stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ...Dario Nieuwenhuis2022-02-1026-1793/+925
* | Merge #612bors[bot]2022-02-111-0/+163
|\ \
| * | Add button_events example for stm32f3Cristian Eigel2022-02-111-0/+163
* | | Merge pull request #611 from danielzfranklin/patch-1Dario Nieuwenhuis2022-02-111-0/+12
|\ \ \ | |/ / |/| |
| * | Document #[embassy::main(config = ...)]Daniel Franklin2022-02-111-0/+12
|/ /
* | Merge #610bors[bot]2022-02-111-1/+1
|\ \
| * | Update cargo-batch.Dario Nieuwenhuis2022-02-111-1/+1
|/ /
* | Merge #606bors[bot]2022-02-102-0/+288
|\ \ | |/ |/|
| * Port multiprio example to stm32f3 and stm32f4 platformsCristian Eigel2022-02-102-0/+288
|/
* Merge #605bors[bot]2022-02-1023-461/+589
|\
| * Add missing `+ 'd` on unborrows.Dario Nieuwenhuis2022-02-109-32/+45
| * stm32: Remove OptionalPinDario Nieuwenhuis2022-02-1015-431/+546
|/
* Merge #601bors[bot]2022-02-0912-239/+363
|\
| * stm32: replace `peripheral_rcc!` macrotable with build.rsDario Nieuwenhuis2022-02-097-120/+89
| * stm32: change interrupt declarations from macrotables to build.rs.Dario Nieuwenhuis2022-02-093-10/+18
| * stm32/build.rs: switch to using stm32-metapac metadata and quote.Dario Nieuwenhuis2022-02-092-102/+88
| * stm32-metapac: add option to generate chip metadata as a rust const.Dario Nieuwenhuis2022-02-093-9/+170
* | Merge #604bors[bot]2022-02-0922-0/+1715
|\ \
| * | Address review commentsUlf Lilleengen2022-02-092-1/+11
| * | Add embassy-bootUlf Lilleengen2022-02-0922-0/+1705
|/ /
* | Merge #602bors[bot]2022-02-097-1/+561
|\ \ | |/ |/|
| * Cleanupchemicstry2022-02-091-9/+13
| * Fix function namechemicstry2022-02-091-1/+1
| * Merge USB FS and HS peripherals. Add ULPI.chemicstry2022-02-098-319/+449
| * Add stm32 USB OTG peripheralschemicstry2022-02-087-1/+427
* | Merge #603bors[bot]2022-02-088-3/+1028
|\ \ | |/ |/|
| * stm32: Add support for FMCMatous Hybl2022-02-087-1/+1027
| * Fix RCC configuration for H7.Matous Hybl2022-02-081-2/+1
|/
* Merge #600bors[bot]2022-02-073-49/+21
|\
| * Update stm32-dataDario Nieuwenhuis2022-02-073-49/+21
|/
* Merge #599bors[bot]2022-02-073-28/+15
|\
| * Update stm32-dataDario Nieuwenhuis2022-02-073-28/+15
|/
* Merge #598bors[bot]2022-02-073-4/+17
|\
| * Upgrade to embedded-storage 0.3.0Ulf Lilleengen2022-02-073-4/+17
|/
* Merge #597bors[bot]2022-02-074-70/+88
|\
| * Update stm32-data, update build scripts for new schema.Dario Nieuwenhuis2022-02-074-70/+88
|/
* Merge #591bors[bot]2022-02-055-129/+368
|\
| * Further API simplification for the single seq scenariohuntc2022-02-054-11/+8
| * Removed unrequired clonehuntc2022-02-041-1/+1
| * Forgot to expose the stop methodhuntc2022-02-041-0/+8
| * Introduced the SingleSequencer and a more complex Sequencerhuntc2022-02-045-68/+134
| * Small correction to timeshuntc2022-02-041-1/+1
| * Revert the use of foreverhuntc2022-02-041-7/+2
| * Update another examplehuntc2022-02-041-13/+14
| * Expose PWMhuntc2022-02-043-13/+19
| * Doco correctionhuntc2022-02-041-3/+3
| * Introduces a Sequences structhuntc2022-02-042-152/+161
| * Clarify why we need the mut bufferhuntc2022-02-041-0/+2