| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 1 | -1/+1 |
| | | |||||
| * | 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 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 | 23 | -15/+29 |
| | | | | | the main ci.sh now passes if running with nightly. | ||||
| * | Prepare for embassy-sync 0.6.0 release | Ulf Lilleengen | 2024-05-29 | 10 | -10/+10 |
| | | |||||
| * | Update dependent versions | James Munns | 2024-04-23 | 1 | -1/+1 |
| | | |||||
| * | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead | Adam Greig | 2024-03-23 | 1 | -2/+0 |
| | | |||||
| * | fix(boot): update examples | Badr Bouslikhin | 2024-02-07 | 16 | -42/+22 |
| | | |||||
| * | stm32/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 7 | -21/+14 |
| | | |||||
| * | Remove nightly-only flags from cargo configs. | Dario Nieuwenhuis | 2024-01-22 | 1 | -2/+2 |
| | | |||||
| * | 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 | 10 | -11/+11 |
| | | |||||
| * | 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 |
| | | |||||
| * | Abstract chip reset logic, add Reset impls for cortex-m and esp32c3 | Kaitlyn Kenwell | 2023-12-14 | 2 | -3/+3 |
| | | |||||
| * | Adjust stm32wb-dfu example memory maps to fix linker errors | Kaitlyn Kenwell | 2023-12-14 | 1 | -2/+2 |
| | | |||||
| * | Adjust toml files, fix application example | Kaitlyn Kenwell | 2023-12-14 | 2 | -6/+6 |
| | | |||||
| * | Add examples to ci.sh | Kaitlyn Kenwell | 2023-12-14 | 1 | -1/+0 |
| | | |||||
| * | Address reviews | Kaitlyn Kenwell | 2023-12-14 | 6 | -0/+187 |
| | | |||||
| * | Update all references to `embasy-executor` to the latest version | Jesse Braham | 2023-12-06 | 9 | -9/+9 |
| | | |||||
| * | update release version in examples and other crates | Scott Mabin | 2023-12-04 | 9 | -18/+18 |
| | | |||||
| * | update embedded-storage{,-async}, remove patch. | Dario Nieuwenhuis | 2023-12-04 | 3 | -3/+3 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 9 | -28/+28 |
| | | |||||
| * | Add docs, touch all linker fragments | James Munns | 2023-11-19 | 1 | -1/+13 |
| | | |||||
| * | executor: release v0.3.3 | Dario Nieuwenhuis | 2023-11-15 | 9 | -9/+9 |
| | | |||||
| * | Release embassy-executor v0.3.1 | Dario Nieuwenhuis | 2023-11-01 | 9 | -9/+9 |
| | | |||||
| * | Prepare embassy-net 0.2.1 and embassy-sync 0.4.0 | Dániel Buga | 2023-10-31 | 9 | -9/+9 |
| | | |||||
| * | time: add `links` key, release v0.1.5. | Dario Nieuwenhuis | 2023-10-16 | 9 | -9/+9 |
| | | |||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 12 | -35/+35 |
| | | | | | convenience methods | ||||
| * | Release embassy-time 0.1.4 | Dániel Buga | 2023-10-12 | 9 | -9/+9 |
| | | |||||
| * | feat: bump embassy-sync version to 0.3.0 | Ulf Lilleengen | 2023-09-14 | 9 | -9/+9 |
| | | | | | Update changelog in preparation for release | ||||
| * | Merge pull request #1854 from bugadani/str | Dario Nieuwenhuis | 2023-09-03 | 8 | -6/+14 |
| |\ | | | | | embassy-{net, sync, time}: Use fmt::unwrap | ||||
| | * | Fix bootloader application examples | Dániel Buga | 2023-09-02 | 8 | -6/+14 |
| | | | |||||
| * | | rp: Fix write size in embassy-boot example app | kalkyl | 2023-08-30 | 1 | -1/+1 |
| | | | |||||
| * | | Release embassy-time v0.1.3 | Jesse Braham | 2023-08-28 | 9 | -9/+9 |
| |/ | |||||
