| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #4264 from embassy-rs/update-esync-changelog | Ulf Lilleengen | 2025-05-28 | 1 | -1/+3 |
| |\ | |||||
| | * | docs: update changelog for embassy-sync | Ulf Lilleengen | 2025-05-28 | 1 | -1/+3 |
| |/ | |||||
| * | Merge pull request #4262 from cschuhen/send_on_dynamic_channel | Ulf Lilleengen | 2025-05-28 | 1 | -0/+106 |
| |\ | |||||
| | * | Make Sync capable versions of DynamicSender and DynamicReceiver. | Corey Schuhen | 2025-05-28 | 1 | -0/+106 |
| * | | Merge pull request #4263 from embassy-rs/channel-peek | Ulf Lilleengen | 2025-05-28 | 2 | -0/+142 |
| |\ \ | |/ |/| | |||||
| | * | feat: add support for channel peek | Ulf Lilleengen | 2025-05-28 | 2 | -0/+142 |
| |/ | |||||
| * | Merge pull request #4223 from embedded-rust-iml/feature/drop-impl-for-stm32-f... | Dario Nieuwenhuis | 2025-05-27 | 1 | -9/+62 |
| |\ | |||||
| | * | Count all users of a given CAN instance and cleanup pins and RCC when the las... | Tobias Naumann | 2025-05-19 | 1 | -9/+62 |
| * | | Merge pull request #4252 from kpfleming/assert-empty-buffer-buffereduart | Dario Nieuwenhuis | 2025-05-27 | 1 | -0/+2 |
| |\ \ | |||||
| | * | | stm32: Assert in BufferedUart that the buffers are not empty. | Kevin P. Fleming | 2025-05-25 | 1 | -0/+2 |
| * | | | Merge pull request #4245 from bobsrac/feature/examples_nrf52840_ieee802154 | Ulf Lilleengen | 2025-05-27 | 2 | -0/+77 |
| |\ \ \ | |||||
| | * | | | nrf52840: example ieee 802.15.4 packet send/receive | bobsrac | 2025-05-27 | 2 | -0/+77 |
| | |/ / | |||||
| * | | | Merge pull request #4232 from RaulIQ/main | Ulf Lilleengen | 2025-05-27 | 1 | -0/+83 |
| |\ \ \ | |||||
| | * | | | doc: update documentation to pass test | RaulIQ | 2025-05-22 | 1 | -2/+0 |
| | * | | | format simple_pwm.rs with rustfmt | RaulIQ | 2025-05-22 | 1 | -4/+3 |
| | * | | | improve waveform_up_multi_channel documentation | RaulIQ | 2025-05-21 | 1 | -1/+19 |
| | * | | | add waveform_up_multichannel using DMAR/DCR | RaulIQ | 2025-05-21 | 1 | -0/+68 |
| * | | | | Merge pull request #4236 from MatrixSenpai/ws2812-rgbw-pio | Ulf Lilleengen | 2025-05-27 | 1 | -2/+68 |
| |\ \ \ \ | |||||
| | * | | | | rustfmt | MatrixSenpai | 2025-05-22 | 1 | -3/+6 |
| | * | | | | adding compatibility with ws2812 leds that have 4 addressable lights | MatrixSenpai | 2025-05-22 | 1 | -4/+67 |
| * | | | | | Merge pull request #4220 from Gerharddc/dfu-verify | Ulf Lilleengen | 2025-05-27 | 13 | -11/+114 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'embassy-rs:main' into dfu-verify | Gerhard de Clercq | 2025-05-26 | 18 | -13/+404 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | [embassy-usb-dfu] support ed25519 verification | Gerhard de Clercq | 2025-05-23 | 13 | -11/+114 |
| * | | | | | | | Merge pull request #4255 from kpfleming/improve-stm32-crc-hal | Ulf Lilleengen | 2025-05-27 | 2 | -30/+25 |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| | * | | | | | | stm32: Improvements to CRC HAL. | Kevin P. Fleming | 2025-05-26 | 2 | -30/+25 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #4253 from embassy-rs/bump-eboot-stm32 | Ulf Lilleengen | 2025-05-26 | 9 | -9/+9 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | chore: bump version of embassy-boot-stm32 | Ulf Lilleengen | 2025-05-26 | 9 | -9/+9 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #4242 from embassy-rs/temp-disable-pico | Ulf Lilleengen | 2025-05-26 | 1 | -0/+5 |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| | * | | | | | chore: disable another test | Ulf Lilleengen | 2025-05-23 | 1 | -0/+3 |
| | * | | | | | chore: temporarily disable pico tests | Ulf Lilleengen | 2025-05-23 | 1 | -0/+2 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #4228 from okhsunrog/adding_eeprom | Ulf Lilleengen | 2025-05-23 | 8 | -4/+390 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | added eeprom to tests | okhsunrog | 2025-05-21 | 2 | -2/+38 |
| | * | | | | 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 |
| | |\ \ \ \ | |||||
| | * | | | | | 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 |
| | |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| | * | | | | | 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 |
| * | | | | | | Merge pull request #4238 from 0e4ef622/nrf53-temp | Dario Nieuwenhuis | 2025-05-23 | 2 | -1/+4 |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| | * | | | | | nrf: Enable TEMP driver for nrf5340-net | Matthew Tran | 2025-05-22 | 2 | -1/+4 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #4234 from mkj/embassy-sync-rel-0.7 | Ulf Lilleengen | 2025-05-22 | 89 | -88/+103 |
| |\ \ \ \ \ | |||||
