| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Synchronize with main branch | WillaWillNot | 2025-11-22 | 1 | -0/+412 |
| |\ | |||||
| | * | Impl blink | Dion Dokter | 2025-11-22 | 1 | -1/+4 |
| | | | |||||
| | * | Add L0 family | Dion Dokter | 2025-11-22 | 1 | -5/+3 |
| | | | |||||
| | * | fmt + clippy + changelog | Dion Dokter | 2025-11-22 | 1 | -0/+6 |
| | | | |||||
| | * | Restructure build script and pin traits a little bit | Dion Dokter | 2025-11-22 | 1 | -28/+28 |
| | | | |||||
| | * | Create demo | Dion Dokter | 2025-11-20 | 1 | -6/+325 |
| | | | |||||
| | * | Update LCD to modern embassy | Dion Dokter | 2025-11-20 | 1 | -30/+33 |
| | | | |||||
| | * | Merge branch 'main' into u0-lcd | Dion Dokter | 2025-11-20 | 7 | -15/+14 |
| | |\ | |||||
| | * | | Things work! | Dion Dokter | 2024-06-15 | 1 | -16/+23 |
| | | | | |||||
| | * | | More debugging | Dion Dokter | 2024-06-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | Start implementing lcd | Dion Dokter | 2024-06-14 | 1 | -0/+76 |
| | | | | |||||
| * | | | Reverted adding AnyBinding, removed AnyChannel, removed ability for ↵ | WillaWillNot | 2025-11-22 | 1 | -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 CI | WillaWillNot | 2025-11-21 | 1 | -2/+1 |
| | | | | |||||
| * | | | Updated documentation, fixed EXTI definition issues with chips that have ↵ | WillaWillNot | 2025-11-21 | 1 | -2/+14 |
| | |/ |/| | | | | | touch sensing, updated examples, added generation of convenience method to bind_interrupts for easier type erasure | ||||
| * | | stm32/adc: extract into common | xoviat | 2025-11-12 | 1 | -3/+4 |
| | | | | | | | | | add common low-level interface for adc | ||||
| * | | adc: remove sample_time from struct | xoviat | 2025-11-10 | 1 | -2/+2 |
| | | | |||||
| * | | rtc: use consistent api between stop and non-stop | xoviat | 2025-11-04 | 1 | -2/+2 |
| | | | |||||
| * | | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 4 | -5/+5 |
| | | | |||||
| * | | i2c examples | Süha Ünüvar | 2025-08-08 | 1 | -2/+1 |
| | | | |||||
| * | | stm32/dac: remove DMA generic params. | Dario Nieuwenhuis | 2025-03-25 | 1 | -2/+1 |
| | | | |||||
| * | | stm32: generate singletons only for pins that actually exist. | Dario Nieuwenhuis | 2025-01-07 | 1 | -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_read | Andres Vahter | 2024-07-03 | 1 | -1/+1 |
| |/ | |||||
| * | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 1 | -1/+1 |
| | | |||||
| * | Fix rng clock | Dion Dokter | 2024-04-16 | 1 | -1/+3 |
| | | |||||
| * | Add spi, i2c and fix usart | Dion Dokter | 2024-04-16 | 3 | -7/+52 |
| | | |||||
| * | Added RTC example | Dion Dokter | 2024-04-16 | 1 | -0/+49 |
| | | |||||
| * | Add CRC | Dion Dokter | 2024-04-14 | 1 | -0/+31 |
| | | |||||
| * | Add wdt and flash | Dion Dokter | 2024-04-14 | 2 | -0/+84 |
| | | |||||
| * | Remove temp variable | Dion Dokter | 2024-04-14 | 1 | -1/+0 |
| | | |||||
| * | Add ADC | Dion Dokter | 2024-04-14 | 1 | -3/+1 |
| | | |||||
| * | Add some examples. | Dion Dokter | 2024-04-13 | 5 | -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 Nieuwenhuis | 2024-04-13 | 3 | -0/+75 |
