aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
...
* Add DAC HIL test with ADCJuliDi2023-07-271-3/+10
* stm32/tests: fix cargoxoviat2023-07-151-0/+1
* wpan: add mac testxoviat2023-07-151-7/+13
* fix testGhaithOueslati2023-07-151-3/+0
* Release embassy-time v0.1.2Dario Nieuwenhuis2023-07-061-1/+1
* update embedded-hal crates.Dario Nieuwenhuis2023-07-041-2/+2
* stm32/tests: update ble testxoviat2023-06-221-0/+3
* Merge pull request #1569 from xoviat/tl-mbox-2xoviat2023-06-211-1/+1
|\
| * stm32/wpan: add ble, mac features and cleanupxoviat2023-06-181-1/+1
* | Merge branch 'main' of https://github.com/embassy-rs/embassy into canxoviat2023-06-191-3/+4
|\|
| * stm32/wpan: get --release workingxoviat2023-06-131-1/+1
| * tests/ble: disable test for nowxoviat2023-06-121-2/+2
| * fix CI for testsgoueslati2023-06-121-2/+2
| * fix CI for testsgoueslati2023-06-121-0/+1
| * Remove embassy-cortex-m crate, move stuff to embassy-hal-common.Dario Nieuwenhuis2023-06-091-1/+1
* | Merge branch 'main' into canxoviat2023-05-301-4/+6
|\|
| * ci: run HIL tests in parallel.Dario Nieuwenhuis2023-05-301-0/+2
| *-. Merge #1489 #1500bors[bot]2023-05-291-4/+4
| |\ \
| | | * stm32/tests: disable sdmmc test for nowxoviat2023-05-291-1/+1
| | |/ | |/|
| | * stm32/ipcc: refactor examples and testsxoviat2023-05-271-3/+3
| |/
* / stm32/can: add hw test and cleanupxoviat2023-05-301-1/+7
|/
* Merge #1424bors[bot]2023-05-111-0/+6
|\
| * stm32/ble: fix tests and add instructions to run examplexoviat2023-05-111-1/+1
| * stm32/tests: add hil test for blexoviat2023-05-031-1/+7
* | stm32/usart: add baudrate calc test.Dario Nieuwenhuis2023-05-021-0/+1
|/
* stm32/test: add real defmt timestampDario Nieuwenhuis2023-05-011-1/+2
* stm32/uart: feature-gate ringbuffer out when using gpdma, not supported yet.Dario Nieuwenhuis2023-05-011-7/+13
* Ring-buffered uart rx with one-period overrun detectionRasmus Melchior Jacobsen2023-05-011-0/+2
* Merge #1376bors[bot]2023-05-011-1/+9
|\
| * stm32/rtc: fix datetime and add f4 testxoviat2023-04-251-1/+9
* | Bump versions preparing for -macros and -executor releaseUlf Lilleengen2023-04-271-1/+1
|/
* stm32/sdmmc: add hil test for f4.Dario Nieuwenhuis2023-04-171-1/+42
* Release embassy-sync v0.2.0Dario Nieuwenhuis2023-04-131-1/+1
* stm32/test: add C0 hil tests.Dario Nieuwenhuis2023-04-111-1/+2
* stm32/test: add h5 hil tests.Dario Nieuwenhuis2023-04-101-0/+1
* Update embedded-hal crates.Dario Nieuwenhuis2023-04-061-2/+2
* executor: add Pender, rework Cargo features.Dario Nieuwenhuis2023-04-031-1/+1
* Bump defmt-rtt to 0.4Dario Nieuwenhuis2022-11-291-1/+1
* Switch to async-fn-in-traitDario Nieuwenhuis2022-11-251-1/+1
* Update Rust nightly.Dario Nieuwenhuis2022-10-261-1/+1
* all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-071-0/+1
* Update embedded-hal versions and explicitly pinUlf Lilleengen2022-09-291-2/+2
* time: add more tick rates, use 1mhz as default.Dario Nieuwenhuis2022-09-021-1/+1
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-1/+1
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-1/+2
* Update to critical-section 1.0, atomic-polyfill 1.0Dario Nieuwenhuis2022-08-171-1/+1
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-1/+2
* Remove the authors field from Cargo.tomlsDario Nieuwenhuis2022-06-181-1/+0
* Update to 2021 edition. (#820)Dario Nieuwenhuis2022-06-181-2/+1
* examples/stm32*, tests/stm32: specify time-tick-32768hzWill Glynn2022-05-311-1/+1