summaryrefslogtreecommitdiff
path: root/examples/stm32l0
AgeCommit message (Expand)Author
2022-10-07all Cargo.toml: Add license to all crate Cargo.toml fileschrysn
2022-09-30Remove flash lock/unlock public API from stm32 flash, and perform the unlocki...Mathias
2022-09-22Update Rust nightly.Dario Nieuwenhuis
2022-09-04Merge #939bors[bot]
2022-09-02time: add more tick rates, use 1mhz as default.Dario Nieuwenhuis
2022-08-26lora: Fix for stm32l0 exampe to buildTimo Kröger
2022-08-26Use released rust-lorawan with radio fixesUlf Lilleengen
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-17examples Remove the `fn config()` idiom.Dario Nieuwenhuis
2022-08-17Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis
2022-08-17Update to critical-section 1.0, atomic-polyfill 1.0Dario Nieuwenhuis
2022-07-29Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis
2022-07-10embassy-stm32: Simplify timeGrant Miller
2022-06-18Merge pull request #822 from embassy-rs/remove-authorsDario Nieuwenhuis
2022-06-18Merge pull request #821 from embassy-rs/defmt-traceDario Nieuwenhuis
2022-06-18Remove the authors field from Cargo.tomlsDario Nieuwenhuis
2022-06-18Update to 2021 edition. (#820)Dario Nieuwenhuis
2022-06-18Add env DEFMT_LOG=trace to all examples.Dario Nieuwenhuis
2022-06-12Run rustfmt.Dario Nieuwenhuis
2022-05-31examples/stm32*, tests/stm32: specify time-tick-32768hzWill Glynn
2022-05-19Update embedded-io to 0.3Dario Nieuwenhuis
2022-05-07Replace embassy::io with embedded_io.Dario Nieuwenhuis
2022-04-27Add bootloader to CIUlf Lilleengen
2022-04-27Add stm32 flash + bootloader supportUlf Lilleengen
2022-04-26Update to released lorawan cratesUlf Lilleengen
2022-04-08Update to latest rust-lorawan versionUlf Lilleengen
2022-04-02Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis
2022-02-12stm32: add rust stable supportDario Nieuwenhuis
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-19stm32/spi: expose all functionality as inherent methods.Dario Nieuwenhuis
2022-01-19stm32/usart: expose all functionality as inherent methods.Dario Nieuwenhuis
2022-01-19examples/stm32l0: cleanupDario Nieuwenhuis
2022-01-19stm32/exti: expose all functionality as inherent methods.Dario Nieuwenhuis
2022-01-19stm32/gpio: expose all functionality as inherent methods.Dario Nieuwenhuis
2022-01-12Make exti an optional featureUlf Lilleengen
2022-01-05stm32/rcc: remove Rcc struct, RccExt trait.Dario Nieuwenhuis
2022-01-04stm32/rcc: remove builders on Config.Dario Nieuwenhuis
2021-12-16Update rust-toolchainUlf Lilleengen
2021-12-03Refactor sx127x radio to use async SPI with DMAUlf Lilleengen
2021-12-02Update rust-lorawan to version supporting defmt 0.3Ulf Lilleengen
2021-11-29examples: remove unused deps.Dario Nieuwenhuis
2021-11-23Fix interrupt_take macro by specifying path to panic macro.Matous Hybl
2021-11-15Remove unused depsDario Nieuwenhuis
2021-11-15Adjust all examples to defmt 0.3.Bob McWhirter
2021-11-07Replace rustflags with build.rs extra-link-args.Dario Nieuwenhuis
2021-10-22Use upstream version of rust-lorawanUlf Lilleengen