aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l0
Commit message (Expand)AuthorAgeFilesLines
* Bump defmt-rtt to 0.4Dario Nieuwenhuis2022-11-291-1/+1
* Switch to async-fn-in-traitDario Nieuwenhuis2022-11-251-1/+1
* stm32: Add support for read_until_idle on UARTGuillaume MICHEL2022-10-262-6/+10
* Update Rust nightly.Dario Nieuwenhuis2022-10-261-1/+1
* all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-071-0/+1
* Remove flash lock/unlock public API from stm32 flash, and perform the unlocki...Mathias2022-09-301-1/+1
* Update Rust nightly.Dario Nieuwenhuis2022-09-221-1/+0
* Merge #939bors[bot]2022-09-041-1/+1
|\
| * time: add more tick rates, use 1mhz as default.Dario Nieuwenhuis2022-09-021-1/+1
* | lora: Fix for stm32l0 exampe to buildTimo Kröger2022-08-261-1/+1
* | Use released rust-lorawan with radio fixesUlf Lilleengen2022-08-261-1/+1
|/
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-1/+1
* Remove Forever, switch to static_cell.Dario Nieuwenhuis2022-08-222-3/+4
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-1810-13/+14
* examples Remove the `fn config()` idiom.Dario Nieuwenhuis2022-08-172-13/+8
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-178-18/+21
* 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-2910-22/+23
* embassy-stm32: Simplify timeGrant Miller2022-07-101-2/+2
* Merge pull request #822 from embassy-rs/remove-authorsDario Nieuwenhuis2022-06-181-1/+0
|\
| * Remove the authors field from Cargo.tomlsDario Nieuwenhuis2022-06-181-1/+0
* | Merge pull request #821 from embassy-rs/defmt-traceDario Nieuwenhuis2022-06-181-0/+3
|\ \ | |/ |/|
| * Add env DEFMT_LOG=trace to all examples.Dario Nieuwenhuis2022-06-181-0/+3
* | Update to 2021 edition. (#820)Dario Nieuwenhuis2022-06-181-2/+1
|/
* Run rustfmt.Dario Nieuwenhuis2022-06-129-58/+24
* examples/stm32*, tests/stm32: specify time-tick-32768hzWill Glynn2022-05-311-1/+1
* Update embedded-io to 0.3Dario Nieuwenhuis2022-05-191-1/+1
* Replace embassy::io with embedded_io.Dario Nieuwenhuis2022-05-073-7/+10
* Add bootloader to CIUlf Lilleengen2022-04-271-1/+1
* Add stm32 flash + bootloader supportUlf Lilleengen2022-04-272-0/+45
* Update to released lorawan cratesUlf Lilleengen2022-04-262-4/+4
* Update to latest rust-lorawan versionUlf Lilleengen2022-04-082-10/+4
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-0210-41/+24
* stm32: add rust stable supportDario Nieuwenhuis2022-02-122-3/+61
* traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis2022-01-271-1/+0
* Support unstable-trait feature for stm32Ulf Lilleengen2022-01-261-1/+1
* stm32: add `time-driver-any` cargo feature that automatically picks one avail...Dario Nieuwenhuis2022-01-241-1/+1
* stm32/spi: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-2/+1
* stm32/usart: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-1/+0
* examples/stm32l0: cleanupDario Nieuwenhuis2022-01-194-37/+2
* stm32/exti: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-1/+0
* stm32/gpio: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-193-12/+9
* Make exti an optional featureUlf Lilleengen2022-01-121-1/+1
* stm32/rcc: remove Rcc struct, RccExt trait.Dario Nieuwenhuis2022-01-052-16/+10
* stm32/rcc: remove builders on Config.Dario Nieuwenhuis2022-01-041-1/+1
* Update rust-toolchainUlf Lilleengen2021-12-161-2/+2
* Refactor sx127x radio to use async SPI with DMAUlf Lilleengen2021-12-032-13/+6
* Update rust-lorawan to version supporting defmt 0.3Ulf Lilleengen2021-12-021-3/+4
* examples: remove unused deps.Dario Nieuwenhuis2021-11-291-2/+0
* Fix interrupt_take macro by specifying path to panic macro.Matous Hybl2021-11-231-1/+0