| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| | * | nrf52840: example ieee 802.15.4 packet send/receive | bobsrac | 2025-05-27 | 2 | -0/+77 |
| | | | |||||
| * | | Merge branch 'embassy-rs:main' into dfu-verify | Gerhard de Clercq | 2025-05-26 | 10 | -8/+72 |
| |\ \ | |||||
| | * | | chore: bump version of embassy-boot-stm32 | Ulf Lilleengen | 2025-05-26 | 8 | -8/+8 |
| | |/ | |||||
| | * | Merge pull request #4228 from okhsunrog/adding_eeprom | Ulf Lilleengen | 2025-05-23 | 2 | -0/+64 |
| | |\ | | | | | | | Adding EEPROM support to embassy-stm32 | ||||
| | | * | Merge remote-tracking branch 'origin/main' into adding_eeprom | okhsunrog | 2025-05-21 | 5 | -0/+10 |
| | | |\ | |||||
| | | * | | added examples | okhsunrog | 2025-05-21 | 2 | -0/+64 |
| | | | | | |||||
| * | | | | [embassy-usb-dfu] support ed25519 verification | Gerhard de Clercq | 2025-05-23 | 7 | -8/+50 |
| |/ / / | | | | | | | | | | | | | This commit adds the ability to verify that USB DFU updates are correctly signed using ed25519. This required adding support to embassy-boot for reading from the DFU partition. | ||||
| * | | | Merge pull request #4234 from mkj/embassy-sync-rel-0.7 | Ulf Lilleengen | 2025-05-22 | 60 | -60/+60 |
| |\ \ \ | | | | | | | | | Prepare embassy-sync 0.7 | ||||
| | * | | | embassy-sync: bump to 0.7.0 | Matt Johnston | 2025-05-22 | 60 | -60/+60 |
| | | |/ | |/| | |||||
| * | | | Added some notes for net_ppp example | jubeormk1 | 2025-05-22 | 1 | -3/+5 |
| | | | | |||||
| * | | | Adjustments for std examples | jubeormk1 | 2025-05-22 | 2 | -5/+112 |
| |/ / | | | | | | | | | | | I extended the README.md file to extend instructions for the rest of network examples I modified the tap.sh script to give ownership to the user running it and avoiding running the examples with sudo. This would help someone using a debuger. | ||||
| * / | mspm0: generate interrupt group handlers | i509VCB | 2025-05-20 | 5 | -0/+10 |
| |/ | |||||
| * | Merge pull request #4188 from Gerharddc/dfu-msos | Ulf Lilleengen | 2025-05-19 | 2 | -5/+42 |
| |\ | | | | | [embassy-usb-dfu] support function level WinUSB GUIDs | ||||
| | * | [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 | 2 | -10/+18 |
| | | | | | | | | | This provides a more generic interface for users to customise the DFU function instead of restricting customisation to DFU headers. | ||||
| | * | [embassy-usb-dfu] correct comment about composite devices | Gerhard de Clercq | 2025-05-13 | 2 | -12/+8 |
| | | | |||||
| | * | [embassy-usb-dfu] support function level WinUSB GUIDs | Gerhard de Clercq | 2025-05-12 | 2 | -6/+35 |
| | | | | | | | | | This commit makes it possible to provide function level msos GUIDs to usb_dfu. This helps to ensure that composite DFU devices automatically get assigned the WinUSB driver on Windows. | ||||
| * | | Merge pull request #4193 from embediver/pio-i2s-bit-depth-config | Dario Nieuwenhuis | 2025-05-18 | 2 | -4/+0 |
| |\ \ | | | | | | | embassy-rp: Make bit-depth of I2S PIO program configurable | ||||
| | * | | Fix example for rp235x | Marvin Gudel | 2025-05-13 | 1 | -2/+0 |
| | | | | |||||
| | * | | Fix example | Marvin Gudel | 2025-05-13 | 1 | -2/+0 |
| | |/ | |||||
| * | | Merge pull request #4194 from i509VCB/update-metapac2 | Dario Nieuwenhuis | 2025-05-18 | 10 | -15/+15 |
| |\ \ | | | | | | | mspm0: generate features per chip + package | ||||
| | * | | mspm0: generate feature per chip + package | i509VCB | 2025-05-13 | 10 | -15/+15 |
| | | | | |||||
| * | | | Update defmt dependencies | Yuri Astrakhan | 2025-05-18 | 64 | -186/+186 |
| | | | | |||||
| * | | | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 49 | -61/+21 |
| | | | | | | | | | | | | | Co-Authored-By: Aurélien Jacobs <[email protected]> | ||||
| * | | | Merge pull request #4206 from ↵ | Dario Nieuwenhuis | 2025-05-15 | 1 | -3/+6 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | rursprung/add-possibility-to-document-bind_interrupts-structs add the possibility to document `bind_interrupts` `struct`s | ||||
| | * | | | add the possibility to document `bind_interrupts` `struct`s | Ralph Ursprung | 2025-05-15 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | | Add UART and DMA drivers | Felipe Balbi | 2025-05-15 | 2 | -0/+142 |
| |/ / / | | | | | | | | | | | | | Both blocking and async versions are supported. Add separate examples for each mode. | ||||
| * | | | Merge pull request #4187 from 1-rafael-1/rp235x-overclocking | Dario Nieuwenhuis | 2025-05-13 | 3 | -9/+85 |
| |\ \ \ | |/ / |/| | | | | | RP235x overclocking | ||||
| | * | | remove Debug2Fmt from examples | 1-rafael-1 | 2025-05-12 | 3 | -3/+3 |
| | | | | |||||
| | * | | Add ClockError enum and update system_freq to return Result for error handling | 1-rafael-1 | 2025-05-12 | 2 | -2/+2 |
| | | | | |||||
| | * | | rp235x overclocking | 1-rafael-1 | 2025-05-11 | 3 | -8/+84 |
| | | | | |||||
| * | | | Merge branch 'main' into add-rng | Dario Nieuwenhuis | 2025-05-13 | 9 | -6/+324 |
| |\ \ \ | |||||
| | * \ \ | Merge pull request #4181 from felipebalbi/add-crc | Dario Nieuwenhuis | 2025-05-13 | 1 | -0/+175 |
| | |\ \ \ | | |_|/ | |/| | | Add Embassy-iMXRT CRC driver | ||||
| | | * | | Add embassy-imxrt CRC driver | Felipe Balbi | 2025-05-09 | 1 | -0/+175 |
| | | | | | |||||
| | * | | | Merge pull request #4155 from marcemmers/remove-instance-from-rp-uart-type | Ulf Lilleengen | 2025-05-09 | 6 | -6/+6 |
| | |\ \ \ | | | | | | | | | | | [embassy-rp] Remove <T: Instance> from Uart and BufferedUart | ||||
| | | * | | | And another fix, should be the last failing example | Marc | 2025-05-02 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | Fix examples for rp235x | Marc | 2025-05-02 | 3 | -3/+3 |
| | | | | | | |||||
| | | * | | | Update examples and tests | Marc | 2025-05-02 | 2 | -2/+2 |
| | | | | | | |||||
| | * | | | | Merge pull request #4150 from 1-rafael-1/rp2040-overclocking | Ulf Lilleengen | 2025-05-09 | 2 | -0/+143 |
| | |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/| | RP: rp2040 overclocking | ||||
| | | * | | Changes after review | 1-rafael-1 | 2025-05-07 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | first batch of changes after review | 1-rafael-1 | 2025-05-02 | 2 | -17/+14 |
| | | | | | |||||
| | | * | | add manual overclock example, finalize API, cleanup | 1-rafael-1 | 2025-05-01 | 2 | -18/+87 |
| | | | | | |||||
| | | * | | refactoring to have higher and lower level api | 1-rafael-1 | 2025-04-29 | 1 | -1/+12 |
| | | | | | |||||
| | | * | | first working draft | 1-rafael-1 | 2025-04-28 | 1 | -10/+16 |
| | | | | | |||||
| | | * | | Add overclock example for RP2040 with 200 MHz clock configuration | 1-rafael-1 | 2025-04-26 | 1 | -0/+60 |
| | | |/ | |||||
| * | / | Add embassy-imxrt RNG driver | Felipe Balbi | 2025-05-09 | 1 | -0/+40 |
| |/ / | |||||
| * | | Merge pull request #4170 from ↵ | Ulf Lilleengen | 2025-05-09 | 21 | -25/+25 |
| |\ \ | | | | | | | | | | | | | yutannihilation/chore/fix-unsafe-attribute-rust2024 chore: Wrap `link_section` attribute in example code with `unsafe()` for compatibility with Rust 2024 edition | ||||
| | * | | Remove tweak | Hiroaki Yutani | 2025-05-07 | 2 | -6/+0 |
| | | | | |||||
| | * | | Add a temporary tweak | Hiroaki Yutani | 2025-05-06 | 2 | -0/+6 |
| | | | | |||||
