summaryrefslogtreecommitdiff
path: root/examples/stm32h7/Cargo.toml
AgeCommit message (Expand)Author
2022-10-07all Cargo.toml: Add license to all crate Cargo.toml fileschrysn
2022-09-29Update embedded-hal versions and explicitly pinUlf Lilleengen
2022-09-02time: add more tick rates, use 1mhz as default.Dario Nieuwenhuis
2022-08-30net: feature-gate nightly-only async traits to allow building on stable.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-09Wrap buffers in a single state typeUlf Lilleengen
2022-08-08Implement embedded-nal-async traits for embassy-netUlf Lilleengen
2022-07-29Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis
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-31Merge #781 #785bors[bot]
2022-05-29Update embedded-hal-async to 0.1.0-alpha.1Dario Nieuwenhuis
2022-05-25WIP embassy-net v2Dario Nieuwenhuis
2022-05-19Update embedded-io to 0.3Dario Nieuwenhuis
2022-05-06Merge #752bors[bot]
2022-05-07Replace embassy::io with embedded_io.Dario Nieuwenhuis
2022-05-06Add H7 flash and bootloader supportMatous Hybl
2022-04-22Switch to crates.io embedded-hal, embedded-hal-async.Dario Nieuwenhuis
2022-04-13net: auto-enable defmt in smoltcp using namespaced features.Dario Nieuwenhuis
2022-04-12Add ADC support for H7Matous Hybl
2022-04-07Reexport unborrow macro in HALsMatous Hybl
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-08stm32: Add support for FMCMatous Hybl
2022-01-27traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis
2022-01-26Support unstable-trait feature for stm32Ulf Lilleengen
2022-01-24stm32: add `time-driver-any` cargo feature that automatically picks one avail...Dario Nieuwenhuis
2022-01-13Port the PWM example to H7, add low-level API example implementing 32-bit PWM.Matous Hybl
2022-01-12Make exti an optional featureUlf Lilleengen
2021-12-12Use smoltcp 0.8.0 from crates.io.Matous Hybl
2021-12-09Add DCMI example.Matous Hybl
2021-12-09Use smoltcp revision from its master branch.Matous Hybl
2021-12-06Fix build examples with defmt.Dario Nieuwenhuis
2021-11-29examples: remove unused deps.Dario Nieuwenhuis
2021-11-24net: don't depend directly on smoltcp outside embassy-netDario Nieuwenhuis
2021-11-15Remove unused depsDario Nieuwenhuis
2021-11-15Update to defmt 3.0ish.Bob McWhirter
2021-11-04Fix v2 ethernet pin definitions. Fix ethernet example for H7 nucleos.Matous Hybl
2021-11-02Update versions of critical-section and atomic-polyfillUlf Lilleengen
2021-09-13Update version of critical-sectionUlf Lilleengen
2021-09-13Add WASM support for executorUlf Lilleengen
2021-09-11Update lots of depsDario Nieuwenhuis
2021-08-19Update cortex-m-rt to v0.7 for stm32, rp.Dario Nieuwenhuis
2021-08-18Remove metapac from the Cargo.toml for h7.Bob McWhirter
2021-08-05stm32/time: add Cargo features to choose tim2/tim3Dario Nieuwenhuis