aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l4
Commit message (Expand)AuthorAgeFilesLines
...
* examples: configure executor task arena sizes.Dario Nieuwenhuis2024-01-021-1/+1
* update metapac after stm32-data PR323eZio Pan2023-12-251-3/+3
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-2120-25/+4
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-211-5/+8
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-145-10/+10
* 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
* 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-4/+4
* STM32 DAC: Rework DAC driver, support all families.Adam Greig2023-11-252-22/+14
* STM32 DAC: Swap to new TSEL enum entirely in-HALAdam Greig2023-11-251-2/+2
* stm32/i2c: add async, dual interrupt scaffolding.Dario Nieuwenhuis2023-11-244-4/+8
* executor: release v0.3.3Dario Nieuwenhuis2023-11-151-1/+1
* stm32/rcc: consistent casing and naming for PLL enums.Dario Nieuwenhuis2023-11-134-6/+6
* Update heapless to v0.8, embedded-nal-async to v0.7Dario Nieuwenhuis2023-11-101-1/+1
* usb: remove msos-descriptor feature.Dario Nieuwenhuis2023-11-081-0/+1
* stm32/rcc: add shared code for hsi48 with crs support.Dario Nieuwenhuis2023-11-052-2/+2
* Upgrade static-cell to v2.0Dario Nieuwenhuis2023-11-021-1/+1
* 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/rcc: merge wl into l4/l5.Dario Nieuwenhuis2023-10-232-27/+36
* stm32: rename HSI16 -> HSIDario Nieuwenhuis2023-10-222-2/+2
* stm32: update metapacxoviat2023-10-174-4/+4
* stm32: update metapacxoviat2023-10-164-4/+4
* Prepare embassy-net(/-driver,/-driver-channel) 0.2.0Dániel Buga2023-10-161-1/+1
* time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-161-1/+1
* stm32/rcc: add better support for L4/L4+ differences.Dario Nieuwenhuis2023-10-165-5/+5
* stm32/rcc: port L4 to the "flattened" API like h5/h7.Dario Nieuwenhuis2023-10-154-31/+47
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-154-10/+10
* Release embassy-time 0.1.4Dániel Buga2023-10-121-1/+1
* enable clock firstpbert2023-10-121-2/+2
* STM32: combine RccPeripherals reset() and enable() to reset_and_enable()pbert2023-10-121-2/+2
* stm32/rcc: add LSE/LSI to all chips, add RTC to more chips.Dario Nieuwenhuis2023-10-112-5/+2
* stm32/rcc: use PLL enums from PAC.Dario Nieuwenhuis2023-10-094-14/+14
* Merge pull request #2018 from jamesmunns/add-derivesDario Nieuwenhuis2023-10-071-1/+1
|\
| * Add some uncontroversial derives to Error typesJames Munns2023-10-061-1/+1
* | stm32: implement MCO for all chips.Dario Nieuwenhuis2023-10-071-2/+2
|/
* update embedded-io, embedded-nal-async.Dario Nieuwenhuis2023-10-041-2/+2
* stm32/rtc: enable lse in examples.Dario Nieuwenhuis2023-09-301-0/+1
* stm32/usart: return error instead of panicking on bad baudrate.Dario Nieuwenhuis2023-09-262-2/+2
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
* Merge branch 'embassy-rs:main' into adin1110-part2René van Dorst2023-08-283-3/+3
|\
| * Release embassy-time v0.1.3Jesse Braham2023-08-281-1/+1
| * stm32: fix l4 re-exportxoviat2023-08-272-2/+2
* | stm32l4: bump embassy-net-adin1110 to v0.2.0René van Dorst2023-08-281-2/+2
* | stm32l4: Update adin1110 example add FCS optionRené van Dorst2023-08-281-6/+18
|/
* stm32l4: Add EVAL-ADIN1110EBZ example with basic http serverRené van Dorst2023-08-243-3/+449
* 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-2/+2
* stm32/l4: set rtc clock source in rccxoviat2023-08-081-4/+1