aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l0
Commit message (Collapse)AuthorAgeFilesLines
* stm32/gpio: remove generics.Dario Nieuwenhuis2024-01-221-3/+2
|
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-2/+2
|
* Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-101-1/+1
| | | | | | | With the embedded-hal rc3 update I changed them to require `&mut self`, but in retrospect I think `&self` is better, for extra flexibility. This PR reverts the changes from the rc3 update to inherent methods.
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-218-11/+0
|
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-141-1/+1
|
* Update all references to `embasy-executor` to the latest versionJesse Braham2023-12-061-1/+1
|
* update release version in examples and other cratesScott Mabin2023-12-041-2/+2
|
* update embedded-storage{,-async}, remove patch.Dario Nieuwenhuis2023-12-041-1/+1
|
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-3/+3
|
* Update embedded-(hal,io,nal).Dario Nieuwenhuis2023-11-291-1/+1
|
* Move embassy-lora, lora examples to lora-phy repo.Dario Nieuwenhuis2023-11-295-409/+1
|
* executor: release v0.3.3Dario Nieuwenhuis2023-11-151-1/+1
|
* Update heapless to v0.8, embedded-nal-async to v0.7Dario Nieuwenhuis2023-11-101-1/+1
|
* stm32/rcc: add shared code for hsi48 with crs support.Dario Nieuwenhuis2023-11-055-6/+5
|
* stm32/rcc: switch to modern api for l0, l1.Dario Nieuwenhuis2023-11-055-5/+5
|
* Upgrade static-cell to v2.0Dario Nieuwenhuis2023-11-021-1/+2
|
* Release embassy-executor v0.3.1Dario Nieuwenhuis2023-11-011-1/+1
|
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+1
|
* stm32: rename HSI16 -> HSIDario Nieuwenhuis2023-10-224-4/+4
|
* time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-161-1/+1
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-154-12/+12
| | | | convenience methods
* Release embassy-time 0.1.4Dániel Buga2023-10-121-1/+1
|
* update embedded-io, embedded-nal-async.Dario Nieuwenhuis2023-10-041-2/+2
|
* stm32/usart: return error instead of panicking on bad baudrate.Dario Nieuwenhuis2023-09-262-6/+4
|
* Update rust-lorawan crate versions.ceekdee2023-09-251-6/+2
|
* Update for rust-lorawan and lora-phy version 2.ceekdee2023-09-245-19/+13
|
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
| | | | Update changelog in preparation for release
* Release embassy-time v0.1.3Jesse Braham2023-08-281-2/+2
|
* Bump executor crate version to 0.3.0Dániel Buga2023-08-231-1/+1
|
* Update embedded-hal to 1.0.0-rc.1 (#1783)Dario Nieuwenhuis2023-08-161-0/+3
|
* Update to embedded-io 0.5 (#1752)Dario Nieuwenhuis2023-08-072-3/+4
|
* Merge pull request #1606 from JcBernack/rng-updateDario Nieuwenhuis2023-07-301-2/+6
|\ | | | | | | STM32: RNG update
| * stm32/rng: use bind_interrupts!.Dario Nieuwenhuis2023-07-311-2/+6
| |
* | Set frequency in stm32 SPI examplesbofh2023-07-311-1/+5
| |
* | Fix format in stm32 SPI examplesbofh2023-07-304-36/+4
| |
* | Fix more stm32 SPI examplesbofh2023-07-304-8/+16
| |
* | Fix formattingbofh2023-07-301-9/+1
| |
* | Fix stm32 SPI examplesbofh2023-07-301-2/+0
|/
* Merge branch 'main' into mainChuck Davis2023-07-271-0/+3
|\
| * Added debug=2 in release profile to all examples.Piotr Esden-Tempski2023-07-261-0/+3
| | | | | | | | | | | | | | This makes rtt output work right when using `cargo run` in release mode. Debug was already enabled for release builds in some of the examples but not all.
* | Use lora-phy v1.2.1; modify embassy-lora dependencies.ceekdee2023-07-261-3/+0
|/
* Add notes about setting chip name correctly for examples.Adam Greig2023-07-221-1/+2
|
* Release embassy-time v0.1.2Dario Nieuwenhuis2023-07-061-1/+1
|
* update embedded-hal crates.Dario Nieuwenhuis2023-07-041-0/+3
|
* Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-291-2/+2
|
* Remove embassy-cortex-m crate, move stuff to embassy-hal-common.Dario Nieuwenhuis2023-06-091-1/+1
|
* Use make_static! from static-cell v1.1Dario Nieuwenhuis2023-06-011-1/+1
|
* Fix examplesRasmus Melchior Jacobsen2023-05-251-5/+5
|
* Let Flash<Async/Blocking> be a thingRasmus Melchior Jacobsen2023-05-251-1/+1
|
* Align with new bind_interruptRasmus Melchior Jacobsen2023-05-251-2/+2
|