| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: lock on early return | okhsunrog | 2025-05-21 | 1 | -8/+10 |
| * | fix UB | okhsunrog | 2025-05-21 | 1 | -5/+13 |
| * | Merge remote-tracking branch 'origin/main' into adding_eeprom | okhsunrog | 2025-05-21 | 24 | -545/+196 |
| |\ | |||||
| | * | Merge pull request #4218 from embassy-rs/nrf-rng-mode | Dario Nieuwenhuis | 2025-05-21 | 2 | -26/+76 |
| | |\ | |||||
| | | * | nrf/rng: add Blocking/Async Mode param. | Dario Nieuwenhuis | 2025-05-21 | 2 | -26/+76 |
| | * | | Merge pull request #4230 from embassy-rs/h7rs-rtc-2 | Dario Nieuwenhuis | 2025-05-21 | 2 | -3/+3 |
| | |\ \ | |||||
| | | * | | 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 #4227 from i509VCB/mspm0-group-int-v2 | Dario Nieuwenhuis | 2025-05-21 | 21 | -518/+119 |
| | |\ \ | | |/ | |/| | |||||
| | | * | mspm0: link interrupt groups in tests | i509VCB | 2025-05-20 | 1 | -0/+2 |
| | | * | mspm0: generate interrupt group handlers | i509VCB | 2025-05-20 | 20 | -518/+117 |
| * | | | added examples | okhsunrog | 2025-05-21 | 2 | -0/+64 |
| * | | | make API more consistent | okhsunrog | 2025-05-21 | 1 | -1/+1 |
| * | | | Merge remote-tracking branch 'origin/main' into adding_eeprom | okhsunrog | 2025-05-21 | 2 | -4/+4 |
| |\| | | |||||
| | * | | Merge pull request #4225 from i509VCB/fix-ci-again | Dario Nieuwenhuis | 2025-05-21 | 2 | -4/+4 |
| | |\| | |||||
| | | * | mspm0: L110x has no group1 | i509VCB | 2025-05-20 | 1 | -2/+2 |
| | | * | mspm0: add gpio handlers to l122x | i509VCB | 2025-05-20 | 1 | -2/+2 |
| | |/ | |||||
| * | | adding docs | okhsunrog | 2025-05-21 | 1 | -43/+45 |
| * | | new API | okhsunrog | 2025-05-21 | 3 | -96/+229 |
| * | | always declare eeprom | okhsunrog | 2025-05-21 | 1 | -1/+2 |
| * | | nightly fmt | okhsunrog | 2025-05-21 | 1 | -2/+1 |
| * | | eeprom support | okhsunrog | 2025-05-21 | 2 | -1/+98 |
| * | | only support eeprom for l0 and l1 | okhsunrog | 2025-05-21 | 1 | -2/+3 |
| * | | import and re-export EEPROM_BASE and EEPROM_SIZE in flash module | okhsunrog | 2025-05-21 | 1 | -0/+2 |
| * | | adding eeprom constants to _generated.rs | okhsunrog | 2025-05-20 | 1 | -0/+41 |
| * | | update stm32-metapac | okhsunrog | 2025-05-20 | 1 | -2/+2 |
| |/ | |||||
| * | mspm0: fix build for int groups. | Dario Nieuwenhuis | 2025-05-19 | 9 | -1/+239 |
| * | 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 |
| * | | Merge pull request #4188 from Gerharddc/dfu-msos | Ulf Lilleengen | 2025-05-19 | 4 | -7/+56 |
| |\ \ | |||||
| | * | | [usb-dfu examples] Alert users to customise their WinUSB GUIDs | Gerhard de Clercq | 2025-05-14 | 2 | -2/+6 |
| | * | | [embassy-usb-dfu] accept closure to customise DFU function | Gerhard de Clercq | 2025-05-14 | 4 | -40/+30 |
| | * | | [embassy-usb-dfu] correct comment about composite devices | Gerhard de Clercq | 2025-05-13 | 4 | -16/+14 |
| | * | | Merge branch 'embassy-rs:main' into dfu-msos | Gerhard de Clercq | 2025-05-13 | 5 | -1/+379 |
| | |\ \ | |||||
| | * | | | [embassy-usb-dfu] support function level WinUSB GUIDs | Gerhard de Clercq | 2025-05-12 | 4 | -8/+65 |
| * | | | | Merge pull request #4193 from embediver/pio-i2s-bit-depth-config | Dario Nieuwenhuis | 2025-05-18 | 3 | -9/+13 |
| |\ \ \ \ | |||||
| | * | | | | Fix example for rp235x | Marvin Gudel | 2025-05-13 | 1 | -2/+0 |
| | * | | | | Fix example | Marvin Gudel | 2025-05-13 | 1 | -2/+0 |
| | * | | | | Make bit-depth of I2S PIO program configurable | Marvin Gudel | 2025-05-13 | 1 | -5/+13 |
| | |/ / / | |||||
| * | | | | Merge pull request #4194 from i509VCB/update-metapac2 | Dario Nieuwenhuis | 2025-05-18 | 18 | -43/+326 |
| |\ \ \ \ | |||||
| | * | | | | mspm0: generate feature per chip + package | i509VCB | 2025-05-13 | 18 | -43/+326 |
| * | | | | | Merge pull request #4162 from nyurik/bump-defmt | Dario Nieuwenhuis | 2025-05-18 | 107 | -254/+254 |
| |\ \ \ \ \ | |||||
| | * | | | | | Update defmt dependencies | Yuri Astrakhan | 2025-05-18 | 107 | -254/+254 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #4217 from embassy-rs/rand09 | Dario Nieuwenhuis | 2025-05-18 | 63 | -122/+218 |
| |\ \ \ \ \ | |||||
| | * | | | | | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 63 | -122/+218 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #4215 from nnethercote/fix-README | Dario Nieuwenhuis | 2025-05-16 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix a minor formatting issue in `README.md` | Nicholas Nethercote | 2025-05-16 | 1 | -2/+2 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #4214 from embedded-rust-iml/feature/drop-impl-for-stm32-rng | Dario Nieuwenhuis | 2025-05-16 | 1 | -0/+9 |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| | * | | | | Impl Drop for stm32 Rng | Tobias Naumann | 2025-05-16 | 1 | -0/+9 |
| |/ / / / | |||||
| * | | | | Merge pull request #4115 from 1-rafael-1/dropping-pwm-leaves-pins-in-incorrec... | Ulf Lilleengen | 2025-05-15 | 1 | -0/+8 |
| |\ \ \ \ | |||||
