| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32: cleanup low-power features | xoviat | 2025-12-18 | 1 | -0/+3 |
| | | |||||
| * | Synchronize with main branch | WillaWillNot | 2025-11-22 | 1 | -0/+2 |
| |\ | |||||
| | * | fmt + clippy + changelog | Dion Dokter | 2025-11-22 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'main' into u0-lcd | Dion Dokter | 2025-11-20 | 1 | -35/+313 |
| | |\ | |||||
| | * | | Start implementing lcd | Dion Dokter | 2024-06-14 | 1 | -0/+2 |
| | | | | |||||
| * | | | Reverted adding AnyBinding, removed AnyChannel, removed ability for ↵ | WillaWillNot | 2025-11-22 | 1 | -13/+4 |
| | | | | | | | | | | | | | 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 | ||||
| * | | | Updated documentation, fixed EXTI definition issues with chips that have ↵ | WillaWillNot | 2025-11-21 | 1 | -1/+14 |
| | |/ |/| | | | | | touch sensing, updated examples, added generation of convenience method to bind_interrupts for easier type erasure | ||||
| * | | stm32: impl. stop for stm32wb | xoviat | 2025-11-19 | 1 | -0/+3 |
| | | | |||||
| * | | low_power: misc cleanups and allow main macro | xoviat | 2025-11-16 | 1 | -4/+1 |
| | | | |||||
| * | | stm32: extract block_for_us | xoviat | 2025-11-13 | 1 | -0/+14 |
| | | | | | | | | | remove from pub api | ||||
| * | | cfg out unused items | everdrone | 2025-11-11 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch main into n6 | everdrone | 2025-11-11 | 1 | -2/+23 |
| |\ \ | |||||
| | * | | stm32: add backup sram mod | xoviat | 2025-11-06 | 1 | -0/+2 |
| | | | | |||||
| | * | | make min_stop_pause configurable | xoviat | 2025-11-04 | 1 | -0/+9 |
| | | | | |||||
| | * | | stm32/stop: move stop_with_rtc into init | xoviat | 2025-11-04 | 1 | -0/+9 |
| | | | | |||||
| | * | | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -2/+3 |
| | | | | |||||
| * | | | add dbgmcu | everdrone | 2025-10-23 | 1 | -2/+11 |
| | | | | |||||
| * | | | Fix EXTI, DTS and FLASH for N6 family | everdrone | 2025-09-21 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add feature, disable flash for N6 family | everdrone | 2025-09-20 | 1 | -0/+1 |
| |/ / | |||||
| * | | stm32/spi: update for new version numbering, add i2s support for all versions. | Dario Nieuwenhuis | 2025-09-05 | 1 | -1/+1 |
| | | | |||||
| * | | set XSPI clock source to HSI and reset after clock init; dont reset SYSCFG | Rogan Morrow | 2025-08-29 | 1 | -1/+1 |
| | | | |||||
| * | | Working draft of VREFBUF driver | Gerzain Mata | 2025-08-08 | 1 | -0/+2 |
| | | | |||||
| * | | Working USB_OTG_HS example for STM32WBA | Gerzain Mata | 2025-07-27 | 1 | -1/+5 |
| | | | |||||
| * | | Moved from HSE to HSI to generate USB_OTG_HS_CLK | Gerzain Mata | 2025-07-25 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #4427 from clubby789/unsafe-op | Dario Nieuwenhuis | 2025-07-23 | 1 | -4/+6 |
| |\ \ | | | | | | | | | | HAL: Use `unsafe` block in IRQ handler | ||||
| | * | | Use `unsafe` block in IRQ handlers | clubby789 | 2025-07-20 | 1 | -4/+6 |
| | | | | |||||
| * | | | embassy-stm32: account for WBA devices and VDDIO2 | Gerzain Mata | 2025-07-19 | 1 | -3/+10 |
| |/ / | | | | | | | | | | | - Different power domain - Same split domain as STM32U5 - Added low_power fixes for STM32WBA too | ||||
| * | | Fix issues #4333 | jake-taf | 2025-06-23 | 1 | -2/+2 |
| | | | | | | | Allow configs to be used in this macro | ||||
| * | | add the possibility to document `bind_interrupts` `struct`s | Ralph Ursprung | 2025-05-15 | 1 | -5/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | the `bind_interrupts` macro creates a `struct` for the interrupts. it was so far not possible to document those (except for STM32) and there was no generic documentation being generated/added either, thus the `missing_docs` lint was triggered for consumers which enabled it. with this change it is now possible to manually add a comment on the `struct` being defined in the macro invocation. to show that this works one RP example has been modified accordingly. | ||||
| * | | Interrupt Doc Comments | jake-taf | 2025-05-14 | 1 | -1/+4 |
| | | | | | | | Support adding doc comments to interrupts | ||||
| * | | Moved functions to rcc module (this is a bit awkward as we now have two init ↵ | Michael Medin | 2025-04-28 | 1 | -31/+1 |
| | | | | | | | | | functions in rcc: `rcc::init`and `rcc::init_rcc`) | ||||
| * | | updated cs gates for dual core | Michael Medin | 2025-04-24 | 1 | -2/+0 |
| | | | |||||
| * | | Possible fix for unused CS and feature selections | Michael Medin | 2025-04-24 | 1 | -0/+1 |
| | | | |||||
| * | | Fixed formatting | Michael Medin | 2025-04-24 | 1 | -1/+1 |
| | | | |||||
| * | | Updated based on feedback | Michael Medin | 2025-04-24 | 1 | -24/+18 |
| | | | |||||
| * | | Fixed for cs not always used | Michael Medin | 2025-04-24 | 1 | -2/+2 |
| | | | |||||
| * | | Fixed formatting | Michael Medin | 2025-04-24 | 1 | -1/+0 |
| | | | |||||
| * | | Add function to allow re-init rcc config for stm32 | Michael Medin | 2025-04-24 | 1 | -0/+28 |
| | | | |||||
| * | | introduce stm32h7rs xspi | Rick Rogers | 2025-04-04 | 1 | -0/+2 |
| | | | |||||
| * | | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -1/+1 |
| | | | |||||
| * | | stm32u5: Add support for HSPI peripheral | William Spinelli | 2025-01-07 | 1 | -0/+2 |
| | | | |||||
| * | | stm32: Implement reads of DTS peripheral | Gabriel Smith | 2025-01-04 | 1 | -0/+2 |
| | | | | | | | | | Only PCLK-driven operation is supported. | ||||
| * | | cleanup | klownfish | 2024-12-27 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'embassy-rs:main' into u5_adc | Olof | 2024-12-27 | 1 | -2/+42 |
| |\ \ | |||||
| | * | | Write the flag sooner with a known value | Dion Dokter | 2024-12-25 | 1 | -0/+5 |
| | | | | |||||
| | * | | Make SharedData repr C | Dion Dokter | 2024-12-25 | 1 | -2/+37 |
| | | | | |||||
| * | | | Merge branch 'embassy-rs:main' into u5_adc | Olof | 2024-12-18 | 1 | -5/+28 |
| |\| | | |||||
| | * | | STM32H5xx ADC (#3557) | Gabriel Smith | 2024-11-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * stm32: Update STM32 data source * stm32h5: Add ADC example | ||||
| | * | | feat: add SPDIFRX driver | elagil | 2024-11-18 | 1 | -0/+2 |
| | | | | |||||
| | * | | Fix "non-local impl definition" warning from recent nightlies. | Dario Nieuwenhuis | 2024-11-08 | 1 | -1/+10 |
| | | | | |||||
