| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | embassy-sync: bump to 0.7.0 | Matt Johnston | 2025-05-22 | 1 | -1/+1 |
| * | Update stm32-metapac tag | Adam Morgan | 2025-05-21 | 1 | -2/+2 |
| * | Add support for rtc_v3h7rs | Adam Morgan | 2025-05-21 | 1 | -1/+1 |
| * | Merge pull request #4212 from embassy-rs/fix-doc | Dario Nieuwenhuis | 2025-05-19 | 1 | -2/+8 |
| |\ | |||||
| | * | fix: add bank configuration doc build features | Ulf Lilleengen | 2025-05-16 | 1 | -2/+8 |
| * | | Update defmt dependencies | Yuri Astrakhan | 2025-05-18 | 1 | -1/+1 |
| * | | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 2 | -18/+50 |
| * | | Impl Drop for stm32 Rng | Tobias Naumann | 2025-05-16 | 1 | -0/+9 |
| |/ | |||||
| * | add the possibility to document `bind_interrupts` `struct`s | Ralph Ursprung | 2025-05-15 | 1 | -5/+8 |
| * | Merge branch 'embassy-rs:main' into update_doc_comment_for_adc_read | Jakob | 2025-05-14 | 25 | -422/+306 |
| |\ | |||||
| | * | Interrupt Doc Comments | jake-taf | 2025-05-14 | 1 | -1/+4 |
| | * | Merge pull request #4124 from mickem/allow_stm32_to_re_init_rcc | Dario Nieuwenhuis | 2025-05-13 | 2 | -11/+30 |
| | |\ | |||||
| | | * | removed unused import | Michael Medin | 2025-04-28 | 1 | -1/+0 |
| | | * | function needs to be pub(crate) | Michael Medin | 2025-04-28 | 1 | -1/+1 |
| | | * | Moved functions to rcc module (this is a bit awkward as we now have two init ... | Michael Medin | 2025-04-28 | 2 | -31/+31 |
| | | * | 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 |
| | * | | Merge pull request #4173 from phycrax/derive-for-pwmpincfg | Ulf Lilleengen | 2025-05-09 | 1 | -0/+2 |
| | |\ \ | |||||
| | | * | | derive debug copy clone defmt for pwmpinconfig | Süha Ünüvar | 2025-05-07 | 1 | -0/+2 |
| | * | | | Stm32: Fix opamp copy pasta mistake | Dion Dokter | 2025-05-08 | 1 | -1/+1 |
| | |/ / | |||||
| | * | | Merge branch 'main' into configurable-bank-support | Dion Dokter | 2025-05-06 | 1 | -1/+1 |
| | |\ \ | |||||
| | | * | | Fix clippy::bad_bit_mask | Hiroaki Yutani | 2025-05-06 | 1 | -1/+1 |
| | | * | | Update stm32-metapac | Dario Nieuwenhuis | 2025-05-01 | 1 | -2/+2 |
| | * | | | Updated metapac tag | Dion Dokter | 2025-05-06 | 1 | -4/+2 |
| | * | | | Remove all notion of 'default' and 'alt' flash layouts. Now there's just the ... | Dion Dokter | 2025-05-01 | 16 | -144/+26 |
| | * | | | Fix dual bank support for F7 | Dion Dokter | 2025-05-01 | 1 | -2/+55 |
| | * | | | Fix the f4 flash tests by throwing away alt mode | Dion Dokter | 2025-05-01 | 1 | -249/+68 |
| | * | | | Maybe fixed all CI | Dion Dokter | 2025-05-01 | 1 | -2/+2 |
| | * | | | Merge branch 'main' into configurable-bank-support | diondokter | 2025-05-01 | 13 | -65/+74 |
| | |\| | | |||||
| | | * | | stm32/otg: calculate TRDT using AHB freq instead of kernel freq. | Dario Nieuwenhuis | 2025-04-30 | 3 | -1/+8 |
| | * | | | Use generated metapac instead of local one | Dion Dokter | 2025-04-29 | 1 | -2/+2 |
| | * | | | Update changelog | Dion Dokter | 2025-04-29 | 1 | -1/+1 |
| | * | | | Add L4+ support | Dion Dokter | 2025-04-29 | 1 | -0/+10 |
| | * | | | Add f7 support | Dion Dokter | 2025-04-29 | 1 | -0/+10 |
| | * | | | Add F4 support | Dion Dokter | 2025-04-29 | 2 | -8/+14 |
| | * | | | Add support for L5 | Dion Dokter | 2025-04-29 | 1 | -0/+10 |
| | * | | | Add support for g0 | Dion Dokter | 2025-04-29 | 1 | -1/+11 |
| | * | | | Add to changelog | Dion Dokter | 2025-04-24 | 1 | -0/+1 |
| | * | | | Check the bank setup when required | Dion Dokter | 2025-04-24 | 2 | -0/+14 |
| | * | | | Add configurable bank support in build script | Dion Dokter | 2025-04-24 | 2 | -18/+58 |
| * | | | | Fix compile error in adc_read doc comment code | Jakob | 2025-05-14 | 3 | -6/+6 |
| | |/ / |/| | | |||||
| * | | | Merge pull request #4137 from cschuhen/stm32-can-data-len | Dario Nieuwenhuis | 2025-04-27 | 4 | -16/+21 |
| |\ \ \ | |||||
| | * | | | Make raw_data public. | Corey Schuhen | 2025-04-27 | 1 | -2/+2 |
| | * | | | STM32: Fix CAN transmit on bxcan targets | Adam Greig | 2025-04-18 | 3 | -3/+8 |
| | * | | | STM32: Change CAN data() to return slice with correct length | Adam Greig | 2025-04-18 | 2 | -11/+9 |
