| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | Merge branch 'feat/pwm_waveform_continuous' of github.com:KorribanMaster/emba... | xoviat | 2025-11-25 | 1 | -0/+53 | |
| | | |\ \ \ | ||||||
| | | | * | | | fix: Formatting, use nightly... | Eicke Hecht | 2025-11-24 | 1 | -2/+1 | |
| | | | * | | | fix: formatting | Eicke Hecht | 2025-11-24 | 1 | -1/+1 | |
| | | | * | | | wip: Add a working example for the stm32f767zi nucleo. Currently no PWM signa... | Eicke Hecht | 2025-11-24 | 1 | -0/+2 | |
| | | | * | | | fix: Warnings and formatting all fixed | Eicke Hecht | 2025-11-24 | 3 | -15/+45 | |
| | | | * | | | feat: Implement basic ring buffered PWM channel | Eicke Hecht | 2025-11-24 | 3 | -25/+163 | |
| | | | * | | | wip: adding basic ringbuffered structure | Eicke Hecht | 2025-11-23 | 2 | -0/+48 | |
| | | | * | | | fix: Fix waveform for channels > 1 and disallow for unsupported dmas | Eicke Hecht | 2025-11-23 | 1 | -3/+9 | |
| | | | * | | | doc: Add changelog | Eicke Hecht | 2025-11-19 | 1 | -0/+1 | |
| | | | * | | | feat: Add generation of a continuous waveforms for SimplePWM | Eicke Hecht | 2025-11-19 | 2 | -2/+48 | |
| | | * | | | | timer: add writable ring buffer | xoviat | 2025-11-25 | 5 | -1/+236 | |
| | * | | | | | Merge pull request #4932 from xoviat/lp-dma | xoviat | 2025-11-25 | 1 | -11/+0 | |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | | * | | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into lp-dma | xoviat | 2025-11-22 | 8 | -34/+555 | |
| | | |\ \ \ \ | ||||||
| | | * | | | | | low_power: remove device busys for wle | xoviat | 2025-11-22 | 1 | -11/+0 | |
| | * | | | | | | cleanup low-level timer methods | xoviat | 2025-11-25 | 3 | -100/+59 | |
| | * | | | | | | stm32: remove waveform method | xoviat | 2025-11-25 | 4 | -49/+1 | |
| | * | | | | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into xspi | xoviat | 2025-11-24 | 123 | -4431/+8893 | |
| | |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
| | | * | | | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into wpan | xoviat | 2025-11-23 | 1 | -2/+2 | |
| | | |\ \ \ \ \ | ||||||
| | | | * | | | | | wpan: use ptr arithmatic | xoviat | 2025-11-23 | 1 | -1/+1 | |
| | | | * | | | | | stm32: update pac | xoviat | 2025-11-23 | 1 | -2/+2 | |
| | | * | | | | | | wpan: restructure ipcc and hil test wpan_mac | xoviat | 2025-11-23 | 1 | -97/+153 | |
| | | |/ / / / / | ||||||
| | | * | | | | | Build script now injects EXTI2 => EXTI2_TSC peripheral/interrupt mapping if i... | WillaWillNot | 2025-11-22 | 3 | -19/+22 | |
| | | * | | | | | Synchronize with main branch | WillaWillNot | 2025-11-22 | 14 | -106/+705 | |
| | | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | ||||||
| | | | * | | | | Merge pull request #4931 from xoviat/lp-dma | xoviat | 2025-11-22 | 8 | -72/+150 | |
| | | | |\| | | | ||||||
| | | | | * | | | low power: store stop mode for dma channels | xoviat | 2025-11-21 | 8 | -72/+150 | |
| | | | * | | | | Merge pull request #4925 from diondokter/u0-lcd | xoviat | 2025-11-22 | 5 | -3/+532 | |
| | | | |\ \ \ \ | ||||||
| | | | | * | | | | Impl blink | Dion Dokter | 2025-11-22 | 1 | -2/+71 | |
| | | | | * | | | | Update metapack and add all(?) families + v1 support | Dion Dokter | 2025-11-22 | 2 | -4/+7 | |
| | | | | * | | | | Add L0 family | Dion Dokter | 2025-11-22 | 1 | -1/+3 | |
| | | | | * | | | | fmt + clippy + changelog | Dion Dokter | 2025-11-22 | 2 | -1/+2 | |
| | | | | * | | | | Restructure build script and pin traits a little bit | Dion Dokter | 2025-11-22 | 2 | -19/+30 | |
| | | | | * | | | | Add ram read function and add docs | Dion Dokter | 2025-11-21 | 1 | -2/+53 | |
| | | | | * | | | | Create demo | Dion Dokter | 2025-11-20 | 1 | -14/+63 | |
| | | | | * | | | | Update LCD to modern embassy | Dion Dokter | 2025-11-20 | 1 | -28/+30 | |
| | | | | * | | | | Merge branch 'main' into u0-lcd | Dion Dokter | 2025-11-20 | 168 | -10509/+31549 | |
| | | | | |\ \ \ \ | ||||||
| | | | | * | | | | | Things work! | Dion Dokter | 2024-06-15 | 1 | -22/+107 | |
| | | | | * | | | | | More debugging | Dion Dokter | 2024-06-15 | 1 | -29/+91 | |
| | | | | * | | | | | Start implementing lcd | Dion Dokter | 2024-06-14 | 4 | -3/+197 | |
| | | | * | | | | | | adc: fix start sequence for blocking_read | xoviat | 2025-11-21 | 3 | -31/+23 | |
| | | | | |_|/ / / | | | |/| | | | | ||||||
| | | * | | | | | | Reverted adding AnyBinding, removed AnyChannel, removed ability for ExtiInput... | WillaWillNot | 2025-11-22 | 4 | -67/+46 | |
| | | * | | | | | | Synchronize with main branch | WillaWillNot | 2025-11-21 | 7 | -23/+54 | |
| | | |\| | | | | | ||||||
| | | | * | | | | | Merge branch 'main' into fix/stm32wba-adc4 | leftger | 2025-11-20 | 5 | -14/+15 | |
| | | | |\ \ \ \ \ | ||||||
| | | | | * \ \ \ \ | Merge branch 'main' into adc | xoviat | 2025-11-20 | 9 | -81/+332 | |
| | | | | |\ \ \ \ \ | ||||||
| | | | | | * \ \ \ \ | Merge branch 'main' into usart | xoviat | 2025-11-20 | 8 | -127/+504 | |
| | | | | | |\ \ \ \ \ | ||||||
| | | | | | | * | | | | | adc: fix ringbuf stop | xoviat | 2025-11-20 | 1 | -3/+1 | |
| | | | | | | * | | | | | low power: don't enter stop without rcc config | xoviat | 2025-11-20 | 1 | -7/+8 | |
| | | | | | | | |/ / / | | | | | | |/| | | | ||||||
| | | | | | * | | | | | fix: fix incorrect logic for buffered usart transmission complete. | xoviat | 2025-11-18 | 2 | -1/+2 | |
| | | | | | | |_|/ / | | | | | |/| | | | ||||||
| | | | | * | | | | | adc: allow usage of anyadcchannel for adc4 | xoviat | 2025-11-20 | 2 | -3/+4 | |
| | | | * | | | | | | stm32: Fixed ADC4 enable() for WBA | Gerzain Mata | 2025-11-20 | 2 | -1/+18 | |
| | | | | |_|/ / / | | | |/| | | | | ||||||
| | | | * | | | | | Merge pull request #4921 from xoviat/stop | xoviat | 2025-11-19 | 2 | -10/+23 | |
| | | | |\ \ \ \ \ | ||||||
