| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | make usb endpoint allocator methods accept an optional EndpointAddress | korbin | 2025-07-13 | 3 | -6/+6 | |
| | | | | | | | ||||||
| * | | | | | | RP2350: Correct SRAM8 and SRAM9 base addresses in example memory.x | Bailey Quarters | 2025-07-15 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | chore: bump cyw43-pio dependency | Ulf Lilleengen | 2025-07-15 | 2 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | chore: bump cyw43 version | Ulf Lilleengen | 2025-07-15 | 2 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | chore: prepare embassy-rp for release | Ulf Lilleengen | 2025-07-15 | 3 | -3/+3 | |
| | | | | | | | ||||||
| * | | | | | | chore: bump embassy-boot-nrf version | Ulf Lilleengen | 2025-07-14 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | chore: update to `embassy-nrf` v0.4.0 | Ulf Lilleengen | 2025-07-14 | 11 | -11/+11 | |
| | | | | | | | ||||||
| * | | | | | | Revert "chore: update to `embassy-nrf` v0.4.0" | Ulf Lilleengen | 2025-07-14 | 11 | -11/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1df59ffec4eed74ade4086da496a32d376e4190a. | |||||
| * | | | | | | chore: update to `embassy-nrf` v0.4.0 | Ulf Lilleengen | 2025-07-14 | 11 | -11/+11 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #4344 from i509VCB/lpc55-feature | i509VCB | 2025-07-09 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | nxp: add feature for lpc55 | |||||
| | * | | | | | nxp: add feature for lpc55 | i509VCB | 2025-07-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this is needed since I will be working on adding support for the MCX families to embassy-nxp Co-authored-by: IriniaCh524 <[email protected]> | |||||
| * | | | | | | executor: mark Spawner::for_current_executor() as unsafe. | Dario Nieuwenhuis | 2025-07-08 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | It's unsound with manually-created Contexts, see https://github.com/embassy-rs/embassy/issues/4379 | |||||
| * | | | | | | Merge pull request #4338 from i509VCB/dma | i509VCB | 2025-07-07 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | mspm0: add dma driver | |||||
| | * | | | | | | mspm0: add dma driver | i509VCB | 2025-07-06 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Run cargo fmt | Cristian Milatinov | 2025-07-05 | 1 | -2/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Update examples to add SampleShifting in qspi config | Cristian Milatinov | 2025-07-05 | 3 | -1/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | stm32/dma: fix packing/unpacking not working. | Dario Nieuwenhuis | 2025-07-04 | 1 | -1/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #4330 from innermatrix/stm32-adc-v1-watchdog | Ulf Lilleengen | 2025-07-03 | 1 | -0/+34 | |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | Added STM32 ADCv1 analog watchdog implementation | |||||
| | * | | | | | | Added STM32 ADCv1 analog watchdog implementation | Iris Artin | 2025-06-26 | 1 | -0/+34 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #4350 from 9names/rp_profiles | Dario Nieuwenhuis | 2025-06-27 | 2 | -13/+4 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Minimise build profile tweaking in rp/rp235x examples | |||||
| | * | | | | | | | Minimise profile tweaking in rp examples | 9names | 2025-06-27 | 2 | -13/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #4323 from phycrax/rename_pwminput_new | Dario Nieuwenhuis | 2025-06-27 | 3 | -3/+3 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | embassy-stm32: Rename PWM Input constructors, add warning on usable timer peripherals | |||||
| | * | | | | | | | fix examples | Süha Ünüvar | 2025-06-27 | 3 | -3/+3 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #4337 from kevswims/cleanup-stm32h7rs-xspi-example | Dario Nieuwenhuis | 2025-06-27 | 1 | -173/+677 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | STM32H7RS Examples: Add OPI functionality to the XSPI example | |||||
| | * | | | | | | | | STM32H7RS Examples: Add OPI functionality to the XSPI example | Kevin Lannen | 2025-06-26 | 1 | -173/+677 | |
| | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleans up the SPI and OPI commands to match the datasheet for the flash used on the Nucleo board Creates a separate impl for OPI operations | |||||
| * | | | | | | | | Merge pull request #4349 from melvdlin/stm32h723-example-fix | Dario Nieuwenhuis | 2025-06-27 | 1 | -12/+12 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | [stm32h723]: fix spdifrx example | |||||
| | * | | | | | | | stm32h723: remove unused mut from static buffers in spdifrx example | melvdl | 2025-06-27 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| | * | | | | | | | [stm32h723]: fix spdifrx example | melvdl | 2025-06-27 | 1 | -10/+10 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #4346 from njfdev/patch-1 | Dario Nieuwenhuis | 2025-06-27 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix Release and Dev Profiles Being Backwards in rp235x Examples | |||||
| | * | | | | | | | Fix Release and Dev Profiles Being Backwards in rp235x Examples | Nicholas Fasching | 2025-06-26 | 1 | -2/+2 | |
| | |/ / / / / / | ||||||
| * / / / / / / | stm32: adapt examples to timer API changes | melvdl | 2025-06-27 | 13 | -24/+24 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #4294 from AlanRosenthal/rtc_c0 | Dario Nieuwenhuis | 2025-06-22 | 2 | -1/+37 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add RTC example for STM32C0 | |||||
| | * | | | | | | Add RTC example for STM32C0 | Alan Rosenthal | 2025-06-10 | 2 | -1/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on STM32C0116F6 Requries: https://github.com/embassy-rs/stm32-data/pull/617 | |||||
| * | | | | | | | Only write to the flash what was read from the file | John Youren | 2025-06-20 | 1 | -1/+1 | |
| | |/ / / / / |/| | | | | | | | | | | | The write method is given the full aligned buffer to write to flash even though it may not be fully populated. This change ensures only what has been read is written to flash. Preventing potential corrupted firmware and additional flash wear. | |||||
| * | | | | | | fix ci | jrmoulton | 2025-06-10 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | merge new embassy changes | jrmoulton | 2025-06-10 | 429 | -4936/+13058 | |
| |\| | | | | | ||||||
| | * | | | | | Merge pull request #4224 from felipebalbi/button | Dario Nieuwenhuis | 2025-06-01 | 1 | -0/+29 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | imxrt: add button example | |||||
| | | * | | | | | imxrt: add button example | Felipe Balbi | 2025-05-21 | 1 | -0/+29 | |
| | | |/ / / / | ||||||
| | * | | | | | 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. | |||||
