aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f7/src
Commit message (Expand)AuthorAgeFilesLines
* Align flash examplesRasmus Melchior Jacobsen2023-04-051-2/+2
* Fix examples broken by the macro fix.Dario Nieuwenhuis2023-03-082-4/+2
* stm32/sdmmc: Implement proper clock configurationchemicstry2023-02-231-0/+1
* usb: unify ControlHandler+DeviceStateHandler, route all control requests to a...Dario Nieuwenhuis2023-02-081-1/+0
* net: allocate space for 2 sockets, needed for dhcp.Dario Nieuwenhuis2023-01-191-1/+1
* Add smoltcp dhcp socket configurationPaweł Jan Czochański2023-01-191-8/+3
* stm32 otg: add examples.chemicstry2023-01-111-0/+107
* stm32/eth_v1: update to new embassy-net trait, remove PeripheralMutex.Dario Nieuwenhuis2022-12-131-25/+25
* 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
|/
* Remove flash lock/unlock public API from stm32 flash, and perform the unlocki...Mathias2022-09-301-1/+1
* Remove Forever, switch to static_cell.Dario Nieuwenhuis2022-08-221-7/+7
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-188-13/+13
* 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
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-298-23/+23
* Update embassy-stm32Dario Nieuwenhuis2022-07-231-3/+8
* embassy-stm32: Simplify timeGrant Miller2022-07-102-5/+5
* Run rustfmt.Dario Nieuwenhuis2022-06-129-32/+16
* WIP embassy-net v2Dario Nieuwenhuis2022-05-251-90/+83
* Automatically set ADC clock prescaler on v2 ADC to respect max frequencyMatous Hybl2022-05-181-0/+26
* Merge #752bors[bot]2022-05-061-4/+3
|\
| * Replace embassy::io with embedded_io.Dario Nieuwenhuis2022-05-071-4/+3
* | Add F7 flash and bootloader supportMatous Hybl2022-05-061-0/+59
|/
* embassy-stm32/eth: convert LAN8742 driver to generic SMI driverDavid Lenfesty2022-04-301-4/+4
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-028-54/+31
* Formatchemicstry2022-03-171-1/+1
* Cleanupchemicstry2022-03-161-1/+2
* Add F7 examplechemicstry2022-03-161-0/+43
* stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ...Dario Nieuwenhuis2022-02-101-3/+4
* 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
* Review changesRobert Walker2021-12-291-21/+5
* Added and tested the usart dma example for stm32f767zi using aRobert Walker2021-12-281-0/+46
* examples: remove unused deps.Dario Nieuwenhuis2021-11-291-2/+1
* Add v1c ethernet driver for the STM32F7 family.Matous Hybl2021-11-102-1/+139
* Initial support for STM32F767ZI.Matous Hybl2021-10-265-0/+136