aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f7
Commit message (Expand)AuthorAgeFilesLines
* Added HMAC example.Caleb Garrett2024-02-122-0/+23
* Add STM32 HMAC function.Caleb Garrett2024-02-121-1/+1
* fmtCaleb Garrett2024-02-111-1/+2
* Consolidated hash drivers.Caleb Garrett2024-02-111-5/+5
* Removed hash DMA from unsupported configs.Caleb Garrett2024-02-082-4/+7
* Format hash example.Caleb Garrett2024-02-041-1/+0
* Addressed hash CI build issues.Caleb Garrett2024-02-042-4/+4
* Added hash DMA implementation.Caleb Garrett2024-02-031-8/+12
* Added hash module with blocking implementation. Included SHA256 example.Caleb Garrett2024-01-312-2/+52
* 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-3/+3
* Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-101-1/+1
* New embassy-net releaseScott Mabin2024-01-041-1/+1
* examples: configure executor task arena sizes.Dario Nieuwenhuis2024-01-021-1/+1
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-2112-13/+2
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-212-7/+13
* 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-2/+2
* Update embedded-(hal,io,nal).Dario Nieuwenhuis2023-11-291-1/+1
* executor: release v0.3.3Dario Nieuwenhuis2023-11-151-1/+1
* stm32/rcc: fix pll enum naming on f4, f7.Dario Nieuwenhuis2023-11-133-5/+5
* 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
* 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: refactor f7.Dario Nieuwenhuis2023-10-184-13/+61
* 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
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-156-13/+13
* Release embassy-time 0.1.4Dániel Buga2023-10-121-1/+1
* Patch tests & examplesGabriel Górski2023-10-091-2/+1
* update embedded-io, embedded-nal-async.Dario Nieuwenhuis2023-10-041-1/+1
* stm32/adc: cleanup f1, f3, v1, and v2xoviat2023-09-271-1/+1
* stm32/usart: return error instead of panicking on bad baudrate.Dario Nieuwenhuis2023-09-261-1/+1
* stm32/rcc: unify h5 and h7.Dario Nieuwenhuis2023-09-211-1/+2
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
* add wait_config_up to examplesJuliDi2023-09-081-1/+4
* Release embassy-time v0.1.3Jesse Braham2023-08-281-1/+1
* Bump executor crate version to 0.3.0Dániel Buga2023-08-231-1/+1
* Update to embedded-io 0.5 (#1752)Dario Nieuwenhuis2023-08-072-2/+2
* Merge remote-tracking branch 'origin/main' into bxcan_timestampchemicstry2023-07-314-54/+9
|\
| * stm32/rng: use bind_interrupts!.Dario Nieuwenhuis2023-07-311-2/+4
| * remove memory.x files for other stm32 examplesJuliDi2023-07-283-52/+2
| * Added debug=2 in release profile to all examples.Piotr Esden-Tempski2023-07-261-0/+3
* | stm32/can: implement proper RX timestampschemicstry2023-07-251-2/+2
|/
* Add notes about setting chip name correctly for examples.Adam Greig2023-07-221-1/+2