aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update stm32-dataDario Nieuwenhuis2022-02-1413-101/+55
* Merge #618bors[bot]2022-02-133-10/+21
|\
| * time: optimize math by reducing fractions at compile time.Dario Nieuwenhuis2022-02-133-10/+21
|/
* Merge #608bors[bot]2022-02-132-0/+265
|\
| * fix build for stm32f410tbFrederik2022-02-121-1/+6
| * remove unnecessary modFrederik2022-02-121-33/+29
| * adc cleanup retvalFrederik2022-02-111-6/+3
| * stm32f4: add adc + exampleFrederik2022-02-102-0/+267
* | Merge #617bors[bot]2022-02-123-0/+19
|\ \
| * | Add {from_as}_micros to InstantDaniel Franklin2022-02-112-2/+13
| * | Add feature defmt-timestamp-uptimeDaniel Franklin2022-02-112-0/+8
* | | Merge #616bors[bot]2022-02-1224-52/+149
|\ \ \ | |/ / |/| |
| * | stm32: add rust stable supportDario Nieuwenhuis2022-02-1224-52/+149
|/ /
* | Merge #615bors[bot]2022-02-126-82/+65
|\ \
| * | rp: remove OptionalPinDario Nieuwenhuis2022-02-124-79/+65
| * | stm32: remove unused sealed::OptionalPinDario Nieuwenhuis2022-02-121-2/+0
| * | nrf: remove stray mention of OptionalPinDario Nieuwenhuis2022-02-121-1/+0
* | | Merge #613bors[bot]2022-02-1246-845/+985
|\ \ \ | |/ / |/| |
| * | ci: add build with stable.Dario Nieuwenhuis2022-02-123-2/+55
| * | embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features.Dario Nieuwenhuis2022-02-1219-126/+182
| * | macros: cleanup, make work in stable.Dario Nieuwenhuis2022-02-1213-547/+462
| * | blocking_mutex: refactor to work on stable. No GATs, and can be constructed i...Dario Nieuwenhuis2022-02-1211-170/+286
* | | Merge #614bors[bot]2022-02-1214-169/+327
|\ \ \ | |/ / |/| |
| * | 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