| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into xspi | xoviat | 2025-11-24 | 120 | -4246/+8490 | |
| | |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
| | | * | | | | | 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 | 1 | -14/+4 | |
| | | * | | | | | Synchronize with main branch | WillaWillNot | 2025-11-22 | 11 | -102/+670 | |
| | | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | ||||||
| | | | * | | | | Merge pull request #4931 from xoviat/lp-dma | xoviat | 2025-11-22 | 6 | -71/+135 | |
| | | | |\| | | | ||||||
| | | | | * | | | low power: store stop mode for dma channels | xoviat | 2025-11-21 | 6 | -71/+135 | |
| | | | * | | | | Merge pull request #4925 from diondokter/u0-lcd | xoviat | 2025-11-22 | 2 | -0/+512 | |
| | | | |\ \ \ \ | ||||||
| | | | | * | | | | Impl blink | Dion Dokter | 2025-11-22 | 1 | -2/+71 | |
| | | | | * | | | | Update metapack and add all(?) families + v1 support | Dion Dokter | 2025-11-22 | 1 | -2/+5 | |
| | | | | * | | | | Add L0 family | Dion Dokter | 2025-11-22 | 1 | -1/+3 | |
| | | | | * | | | | fmt + clippy + changelog | Dion Dokter | 2025-11-22 | 1 | -1/+1 | |
| | | | | * | | | | Restructure build script and pin traits a little bit | Dion Dokter | 2025-11-22 | 1 | -11/+22 | |
| | | | | * | | | | 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 | 164 | -10114/+29863 | |
| | | | | |\ \ \ \ | ||||||
| | | | | * | | | | | 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 | 2 | -0/+178 | |
| | | | * | | | | | | 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 | 3 | -64/+43 | |
| | | * | | | | | | Synchronize with main branch | WillaWillNot | 2025-11-21 | 6 | -23/+51 | |
| | | |\| | | | | | ||||||
| | | | * | | | | | Merge branch 'main' into fix/stm32wba-adc4 | leftger | 2025-11-20 | 4 | -14/+13 | |
| | | | |\ \ \ \ \ | ||||||
| | | | | * \ \ \ \ | Merge branch 'main' into adc | xoviat | 2025-11-20 | 8 | -81/+328 | |
| | | | | |\ \ \ \ \ | ||||||
| | | | | | * \ \ \ \ | Merge branch 'main' into usart | xoviat | 2025-11-20 | 7 | -127/+500 | |
| | | | | | |\ \ \ \ \ | ||||||
| | | | | | | * | | | | | 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 | 1 | -1/+1 | |
| | | | | | | |_|/ / | | | | | |/| | | | ||||||
| | | | | * | | | | | adc: allow usage of anyadcchannel for adc4 | xoviat | 2025-11-20 | 1 | -3/+3 | |
| | | | * | | | | | | stm32: Fixed ADC4 enable() for WBA | Gerzain Mata | 2025-11-20 | 1 | -1/+17 | |
| | | | | |_|/ / / | | | |/| | | | | ||||||
| | | | * | | | | | Merge pull request #4921 from xoviat/stop | xoviat | 2025-11-19 | 2 | -10/+23 | |
| | | | |\ \ \ \ \ | ||||||
| | | | | * | | | | | stm32: impl. low power test for stm32wb55 | xoviat | 2025-11-19 | 2 | -10/+23 | |
| | | * | | | | | | | Updated documentation, fixed EXTI definition issues with chips that have touc... | WillaWillNot | 2025-11-21 | 2 | -19/+49 | |
| | | * | | | | | | | Added type-erased AnyBinding for interrupt-handler bindings, and changed Exti... | WillaWillNot | 2025-11-19 | 1 | -16/+43 | |
| | | |/ / / / / / | ||||||
| | | * | | | | | | Merge branch 'main' into exti | xoviat | 2025-11-19 | 5 | -58/+267 | |
| | | |\ \ \ \ \ \ | ||||||
| | | | * \ \ \ \ \ | Merge pull request #4910 from fbrozovic/h7-async-flash | xoviat | 2025-11-19 | 2 | -37/+157 | |
| | | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | | ||||||
| | | | | * | | | | | stm32: async flash erase/write for h7 | Filip Brozovic | 2025-11-18 | 2 | -37/+157 | |
| | | | * | | | | | | stm32: impl. stop for stm32wb | xoviat | 2025-11-19 | 3 | -21/+110 | |
| | | | | |/ / / / | | | |/| | | | | ||||||
| | | * | | | | | | Merge branch 'main' into exti | xoviat | 2025-11-19 | 1 | -63/+189 | |
| | | |\| | | | | | ||||||
| | | | * | | | | | hsem: add hardware test and rework | xoviat | 2025-11-19 | 1 | -63/+189 | |
| | | | | |/ / / | | | |/| | | | ||||||
| | | * / | | | | stm32/exti: add poll_for methods | xoviat | 2025-11-18 | 1 | -10/+36 | |
| | | |/ / / / | ||||||
| | | * | | | | Merge branch 'main' into sma | xoviat | 2025-11-18 | 20 | -676/+633 | |
| | | |\| | | | ||||||
| | | | * | | | low_power: misc cleanups and allow main macro | xoviat | 2025-11-16 | 6 | -98/+56 | |
| | | | * | | | Merge pull request #4896 from xoviat/low-power | xoviat | 2025-11-15 | 2 | -59/+42 | |
| | | | |\ \ \ | ||||||
| | | | | * | | | low_power: optimize | xoviat | 2025-11-15 | 2 | -59/+42 | |
| | | | * | | | | timer: add note about disruption | xoviat | 2025-11-15 | 1 | -1/+2 | |
| | | | * | | | | Merge branch 'timer_update_management' of github.com:WattStep/embassy into time | xoviat | 2025-11-15 | 5 | -15/+25 | |
| | | | |\ \ \ \ | | | | |/ / / | | | |/| | | | ||||||
| | | | | * | | | Merge branch 'main' into timer_update_management | Jakob | 2025-11-15 | 6 | -118/+92 | |
| | | | | |\ \ \ | ||||||
| | | | | * | | | | Add separate method for generating update event. Make sure values are loaded ... | Jakob | 2025-11-15 | 5 | -21/+35 | |
| | | | | * | | | | Avoid generating update events when chaning timer period. Set frequency updat... | Jakob | 2025-11-15 | 3 | -24/+20 | |
