aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f7
Commit message (Expand)AuthorAgeFilesLines
* Merge #1024bors[bot]2022-10-261-1/+11
|\
| * Improve examplesGrant Miller2022-10-241-4/+4
| * stm32/adc: Remove voltage and temperature conversionsGrant Miller2022-10-241-1/+11
* | stm32: Add support for read_until_idle on UARTGuillaume MICHEL2022-10-261-1/+3
* | 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
* time: add more tick rates, use 1mhz as default.Dario Nieuwenhuis2022-09-021-1/+1
* net: feature-gate nightly-only async traits to allow building on stable.Dario Nieuwenhuis2022-08-301-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-7/+8
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-189-14/+15
* examples Remove the `fn config()` idiom.Dario Nieuwenhuis2022-08-173-18/+9
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-178-19/+22
* Update to critical-section 1.0, atomic-polyfill 1.0Dario Nieuwenhuis2022-08-171-2/+2
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-299-24/+25
* Update embassy-stm32Dario Nieuwenhuis2022-07-231-3/+8
* embassy-stm32: Simplify timeGrant Miller2022-07-102-5/+5
* 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-1210-33/+18
* examples/stm32*, tests/stm32: specify time-tick-32768hzWill Glynn2022-05-311-1/+1
* WIP embassy-net v2Dario Nieuwenhuis2022-05-252-96/+84
* Merge #776bors[bot]2022-05-191-0/+26
|\
| * Automatically set ADC clock prescaler on v2 ADC to respect max frequencyMatous Hybl2022-05-181-0/+26
* | Update embedded-io to 0.3Dario Nieuwenhuis2022-05-191-1/+1
|/
* Merge #752bors[bot]2022-05-062-4/+4
|\
| * Replace embassy::io with embedded_io.Dario Nieuwenhuis2022-05-072-4/+4
* | Add F7 flash and bootloader supportMatous Hybl2022-05-062-0/+60
|/
* embassy-stm32/eth: convert LAN8742 driver to generic SMI driverDavid Lenfesty2022-04-301-4/+4
* net: auto-enable defmt in smoltcp using namespaced features.Dario Nieuwenhuis2022-04-131-1/+1
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-029-55/+32
* Formatchemicstry2022-03-171-1/+1
* Cleanupchemicstry2022-03-161-1/+2
* Add F7 examplechemicstry2022-03-161-0/+43
* stm32: add rust stable supportDario Nieuwenhuis2022-02-121-1/+1
* stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ...Dario Nieuwenhuis2022-02-101-3/+4
* traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis2022-01-271-1/+0
* stm32: add `time-driver-any` cargo feature that automatically picks one avail...Dario Nieuwenhuis2022-01-241-1/+1
* stm32/usart: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-1/+0
* 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-192-9/+7
* Make exti an optional featureUlf Lilleengen2022-01-121-2/+2
* Review changesRobert Walker2021-12-291-21/+5
* Added and tested the usart dma example for stm32f767zi using aRobert Walker2021-12-281-0/+46
* Use smoltcp 0.8.0 from crates.io.Matous Hybl2021-12-121-2/+1
* Use smoltcp revision from its master branch.Matous Hybl2021-12-091-1/+1