aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l0
Commit message (Expand)AuthorAgeFilesLines
...
* Align examplesRasmus Melchior Jacobsen2023-05-251-6/+6
* Align examplesRasmus Melchior Jacobsen2023-05-251-3/+2
* stm32: move to bind_interruptsxoviat2023-05-242-6/+12
* Merge branch 'embassy-rs:master' into masterChuck Davis2023-04-281-1/+1
|\
| * Bump versions preparing for -macros and -executor releaseUlf Lilleengen2023-04-271-1/+1
* | Remove external-lora-phy feature.ceekdee2023-04-281-1/+1
* | Remove legacy LoRa drivers.ceekdee2023-04-271-1/+1
|/
* build fixes for stableUlf Lilleengen2023-04-261-1/+1
* Merge branch 'embassy-rs:master' into masterChuck Davis2023-04-261-2/+2
|\
| * Switch from probe-run to probe-rs-cli.Dario Nieuwenhuis2023-04-261-2/+2
* | Add nightly feature specification for lora-phy.ceekdee2023-04-261-2/+2
* | Correct nightly feature specification.ceekdee2023-04-261-1/+2
* | Deprecate original LoRa drivers. Update rust-lorawan releases.ceekdee2023-04-251-2/+2
* | Add lora-phy examples.ceekdee2023-04-235-76/+312
* | Use released lora-phy.ceekdee2023-04-211-1/+1
* | Add external LoRa physical layer functionality.ceekdee2023-04-212-5/+125
|/
* enable inline-asm feature for cortex-m in examplespennae2023-04-181-1/+1
* update to released versionsUlf Lilleengen2023-04-171-2/+2
* Update to rust-lorawan with afit supportUlf Lilleengen2023-04-152-3/+3
* Release embassy-sync v0.2.0Dario Nieuwenhuis2023-04-131-1/+1
* Align flash examplesRasmus Melchior Jacobsen2023-04-051-1/+1
* Merge #1321bors[bot]2023-04-041-1/+1
|\
| * executor: add Pender, rework Cargo features.Dario Nieuwenhuis2023-04-031-1/+1
* | Fix interrupt handling so it is similar to before the rework, and fix examplesMathias2023-03-311-14/+2
|/
* 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