aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32u0/src/bin
Commit message (Collapse)AuthorAgeFilesLines
* Synchronize with main branchWillaWillNot2025-11-221-0/+412
|\
| * Impl blinkDion Dokter2025-11-221-1/+4
| |
| * Add L0 familyDion Dokter2025-11-221-5/+3
| |
| * fmt + clippy + changelogDion Dokter2025-11-221-0/+6
| |
| * Restructure build script and pin traits a little bitDion Dokter2025-11-221-28/+28
| |
| * Create demoDion Dokter2025-11-201-6/+325
| |
| * Update LCD to modern embassyDion Dokter2025-11-201-30/+33
| |
| * Merge branch 'main' into u0-lcdDion Dokter2025-11-207-15/+14
| |\
| * | Things work!Dion Dokter2024-06-151-16/+23
| | |
| * | More debuggingDion Dokter2024-06-151-1/+1
| | |
| * | Start implementing lcdDion Dokter2024-06-141-0/+76
| | |
* | | Reverted adding AnyBinding, removed AnyChannel, removed ability for ↵WillaWillNot2025-11-221-6/+1
| | | | | | | | | | | | ExtiInput to accept AnyPin and AnyChannel arguments, added ExtiPin trait for all pins which is lost on converstion to AnyPin and contains type-level ExtiChannel information
* | | Fixed broken examples/formatting reported by CIWillaWillNot2025-11-211-2/+1
| | |
* | | Updated documentation, fixed EXTI definition issues with chips that have ↵WillaWillNot2025-11-211-2/+14
| |/ |/| | | | | touch sensing, updated examples, added generation of convenience method to bind_interrupts for easier type erasure
* | stm32/adc: extract into commonxoviat2025-11-121-3/+4
| | | | | | | | add common low-level interface for adc
* | adc: remove sample_time from structxoviat2025-11-101-2/+2
| |
* | rtc: use consistent api between stop and non-stopxoviat2025-11-041-2/+2
| |
* | Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-064-5/+5
| |
* | i2c examplesSüha Ünüvar2025-08-081-2/+1
| |
* | stm32/dac: remove DMA generic params.Dario Nieuwenhuis2025-03-251-2/+1
| |
* | stm32: generate singletons only for pins that actually exist.Dario Nieuwenhuis2025-01-071-1/+1
| | | | | | | | | | | | | | Before we'd generate all pins Px0..Px15 for each GPIOx port. This changes codegen to only generate singletons for actually-existing pins. (AFs were already previously filtered, so these non-existing pins were already mostly useless)
* | stm32 adc: introduce blocking_readAndres Vahter2024-07-031-1/+1
|/
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-1/+1
|
* Fix rng clockDion Dokter2024-04-161-1/+3
|
* Add spi, i2c and fix usartDion Dokter2024-04-163-7/+52
|
* Added RTC exampleDion Dokter2024-04-161-0/+49
|
* Add CRCDion Dokter2024-04-141-0/+31
|
* Add wdt and flashDion Dokter2024-04-142-0/+84
|
* Remove temp variableDion Dokter2024-04-141-1/+0
|
* Add ADCDion Dokter2024-04-141-3/+1
|
* Add some examples.Dion Dokter2024-04-135-0/+249
| | | | | | | | - usart works - dac works - rng gets stuck on while loop - usb_serial works, but cannot test due to lack of user usb port - adc needs work and does not work yet
* Add stm32u0 support.Dario Nieuwenhuis2024-04-133-0/+75