| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make `integrated-timers` the default, remove Cargo feature. | Dario Nieuwenhuis | 2024-12-15 | 10 | -10/+10 |
| | | |||||
| * | stm32wb-dfu: add MSOS headers | Gerhard de Clercq | 2024-12-10 | 1 | -1/+16 |
| | | | | | The USB DFU example now shows how to automatically get the WinUSB driver assigned. | ||||
| * | docs: improve stm32 embassy-usb-dfu example | Badr Bouslikhin | 2024-12-05 | 1 | -3/+29 |
| | | |||||
| * | Bump sync version (#3562) | Dániel Buga | 2024-11-22 | 15 | -15/+15 |
| | | | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor | ||||
| * | Release embassy-executor 0.6.3. | Dario Nieuwenhuis | 2024-11-12 | 10 | -10/+10 |
| | | |||||
| * | Prep executor 0.6.2 | Dániel Buga | 2024-11-06 | 10 | -10/+10 |
| | | |||||
| * | nrf: port to chiptool-based `nrf-pac`. | Dario Nieuwenhuis | 2024-11-04 | 1 | -3/+3 |
| | | |||||
| * | Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1 | Dario Nieuwenhuis | 2024-10-21 | 10 | -10/+10 |
| | | |||||
| * | Fix defmt support for example boot app | Ulf Lilleengen | 2024-09-19 | 2 | -1/+6 |
| | | |||||
| * | Add led to example to demonstrate revert state detection | Ulf Lilleengen | 2024-09-19 | 1 | -0/+9 |
| | | |||||
| * | Fix dma nvic issues on dual core lines | Alexandros Liarokapis | 2024-08-17 | 1 | -3/+3 |
| | | | | | | | This commit addresses #3256 by disabling dma NVIC interrupt enablement at startup. Instead, per-channel NVIC interrupt enablement is now done with the rest of the dma channel configuration. This ensures that each core will only handle the interrupts of the DMA channels that it uses. | ||||
| * | rp: update PAC, fix CI. | Dario Nieuwenhuis | 2024-08-12 | 2 | -2/+2 |
| | | |||||
| * | Updated WL examples to use new API | Dion Dokter | 2024-08-05 | 1 | -2/+2 |
| | | |||||
| * | Fix WL boot example | Dion Dokter | 2024-08-05 | 3 | -3/+24 |
| | | |||||
| * | Prepare to release embassy-boot-rp | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Prepare to release embassy-rp | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Prepare to release embassy-boot-nrf | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Prepare to release embassy-boot | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | prepare release embassy-executor | Ulf Lilleengen | 2024-08-05 | 10 | -10/+10 |
| | | |||||
| * | Prepare to release embassy-usb | Ulf Lilleengen | 2024-08-05 | 2 | -2/+2 |
| | | |||||
| * | Prepare for embassy-nrf release | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Prepare embassy-time release | Ulf Lilleengen | 2024-08-05 | 10 | -10/+10 |
| | | |||||
| * | Prepare release of embassy-embedded-hal 0.2.0 | Ulf Lilleengen | 2024-08-05 | 10 | -10/+10 |
| | | |||||
| * | Fix bootloader-rp's bootloader memory region overflow | Rob Pilling | 2024-07-31 | 1 | -1/+1 |
| | | | | | | | | | | | | The bootloader region (`FLASH`) mentioned below overflows into the `BOOTLOADER_STATE` region by `0x100` bytes ``` 0x10000100 + 24K = 0x10006100 ``` https://github.com/embassy-rs/embassy/blob/32adddff9c7fc223853ada7e9ab5b7e06014a47c/examples/boot/bootloader/rp/memory.x#L3-L8 | ||||
| * | Merge pull request #3062 from kkrolczyk/kk/bootloader-typos | Dario Nieuwenhuis | 2024-06-10 | 1 | -1/+1 |
| |\ | | | | | | | fix docu typos, linker addr example | ||||
| | * | stm32/boot: update linker file in example | Krzysztof Królczyk | 2024-06-10 | 1 | -1/+1 |
| | | | | | | | | | Signed-off-by: Krzysztof Królczyk <[email protected]> | ||||
| * | | prepare for embassy-time 0.3.1 release | Ulf Lilleengen | 2024-06-04 | 10 | -10/+10 |
| |/ | |||||
| * | Fix all check-cfg errors in the entire repo. | Dario Nieuwenhuis | 2024-05-31 | 28 | -21/+34 |
| | | | | | the main ci.sh now passes if running with nightly. | ||||
| * | Prepare for embassy-sync 0.6.0 release | Ulf Lilleengen | 2024-05-29 | 15 | -15/+15 |
| | | |||||
| * | Update dependent versions | James Munns | 2024-04-23 | 2 | -2/+2 |
| | | |||||
| * | Fix spelling and white space mistakes | Vega Deftwing | 2024-04-11 | 1 | -4/+4 |
| | | |||||
| * | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead | Adam Greig | 2024-03-23 | 2 | -4/+0 |
| | | |||||
| * | fix(boot): update examples | Badr Bouslikhin | 2024-02-07 | 18 | -44/+24 |
| | | |||||
| * | fix(boot): update stm32wb-dfu example readme | Badr Bouslikhin | 2024-02-07 | 2 | -2/+2 |
| | | |||||
| * | feat: enhance bootloader for multiple flash support | Badr Bouslikhin | 2024-02-06 | 7 | -3/+202 |
| | | |||||
| * | stm32/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 7 | -21/+14 |
| | | |||||
| * | Remove nightly-only flags from cargo configs. | Dario Nieuwenhuis | 2024-01-22 | 3 | -7/+7 |
| | | |||||
| * | boot: bump crates to 0.2 | Dario Nieuwenhuis | 2024-01-12 | 10 | -11/+11 |
| | | |||||
| * | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4. | Dario Nieuwenhuis | 2024-01-11 | 10 | -20/+20 |
| | | |||||
| * | Flatten embassy-boot dir tree | Dario Nieuwenhuis | 2024-01-11 | 14 | -15/+15 |
| | | |||||
| * | examples: configure executor task arena sizes. | Dario Nieuwenhuis | 2024-01-02 | 10 | -10/+10 |
| | | |||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 29 | -29/+10 |
| | | |||||
| * | Rename bootloader feature to dfu | Kaitlyn Kenwell | 2023-12-14 | 1 | -1/+1 |
| | | |||||
| * | Abstract chip reset logic, add Reset impls for cortex-m and esp32c3 | Kaitlyn Kenwell | 2023-12-14 | 4 | -6/+6 |
| | | |||||
| * | Adjust stm32wb-dfu example memory maps to fix linker errors | Kaitlyn Kenwell | 2023-12-14 | 2 | -4/+4 |
| | | |||||
| * | Adjust toml files, fix application example | Kaitlyn Kenwell | 2023-12-14 | 3 | -8/+8 |
| | | |||||
| * | Add examples to ci.sh | Kaitlyn Kenwell | 2023-12-14 | 1 | -1/+0 |
| | | |||||
| * | fmt | Kaitlyn Kenwell | 2023-12-14 | 1 | -1/+0 |
| | | |||||
| * | Address reviews | Kaitlyn Kenwell | 2023-12-14 | 11 | -0/+400 |
| | | |||||
| * | Update all references to `embasy-executor` to the latest version | Jesse Braham | 2023-12-06 | 9 | -9/+9 |
| | | |||||
