summaryrefslogtreecommitdiff
path: root/examples/stm32f4/Cargo.toml
AgeCommit message (Expand)Author
2022-10-07all Cargo.toml: Add license to all crate Cargo.toml fileschrysn
2022-09-02time: add more tick rates, use 1mhz as default.Dario Nieuwenhuis
2022-08-22split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis
2022-08-22Remove Forever, switch to static_cell.Dario Nieuwenhuis
2022-08-18Split embassy-time from embassy-executor.Dario Nieuwenhuis
2022-08-17Update to critical-section 1.0, atomic-polyfill 1.0Dario Nieuwenhuis
2022-08-04Add DACv1 example for F4chemicstry
2022-07-29Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis
2022-07-11Add F4 flash driverchemicstry
2022-06-18Remove the authors field from Cargo.tomlsDario Nieuwenhuis
2022-06-18Update to 2021 edition. (#820)Dario Nieuwenhuis
2022-05-31examples/stm32*, tests/stm32: specify time-tick-32768hzWill Glynn
2022-05-26Fix removed spacechemicstry
2022-05-26Reimplement BufRead for BufferedUartchemicstry
2022-05-04Remove embassy_hal_common::usb.Dario Nieuwenhuis
2022-04-02Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis
2022-03-11Update rust nightly, embedded-hal 1.0, embedded-hal-async.Dario Nieuwenhuis
2022-02-12stm32: add rust stable supportDario Nieuwenhuis
2022-02-09Merge USB FS and HS peripherals. Add ULPI.chemicstry
2022-02-08Add stm32 USB OTG peripheralschemicstry
2022-01-27traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis
2022-01-24stm32: add `time-driver-any` cargo feature that automatically picks one avail...Dario Nieuwenhuis
2022-01-12Make exti an optional featureUlf Lilleengen
2021-11-29examples: remove unused deps.Dario Nieuwenhuis
2021-11-15Remove unused depsDario Nieuwenhuis
2021-11-15Adjust all examples to defmt 0.3.Bob McWhirter
2021-09-11Update lots of depsDario Nieuwenhuis
2021-08-19Update cortex-m-rt to v0.7 for stm32, rp.Dario Nieuwenhuis
2021-08-18CAN support with bxcan crateTimo Kröger
2021-08-05stm32/time: add Cargo features to choose tim2/tim3Dario Nieuwenhuis
2021-08-02Use an em bikeshed instead of an underscore bikeshed.Bob McWhirter
2021-08-02Put the implicit memory.x behind a `memory_x` feature on embassy-stm32.Bob McWhirter
2021-07-29Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis
2021-07-21Cleanup stm32f4 examplesTimo Kröger
2021-06-06Fix stm32 warningsRukai
2021-06-04Update heaplessDario Nieuwenhuis
2021-06-02Move examples to a subdirectoryDario Nieuwenhuis