| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 conven... | Adam Greig | 2023-10-15 | 12 | -35/+35 |
| * | 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 |
| * | Merge pull request #1854 from bugadani/str | Dario Nieuwenhuis | 2023-09-03 | 8 | -6/+14 |
| |\ |
|
| | * | 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 |
| |/ |
|
| * | Bump executor crate version to 0.3.0 | Dániel Buga | 2023-08-23 | 9 | -9/+9 |
| * | rp/flash: change naming to `blocking_*`, `new_blocking`. | Dario Nieuwenhuis | 2023-08-18 | 1 | -2/+2 |
| * | Refactor firmware updater | Ulf Lilleengen | 2023-08-06 | 9 | -33/+34 |
| * | rp: add async flash | Derek Hageman | 2023-07-28 | 1 | -2/+2 |
| * | Release embassy-time v0.1.2 | Dario Nieuwenhuis | 2023-07-06 | 9 | -9/+9 |
| * | Update probe-rs-cli -> probe-rs | Dario Nieuwenhuis | 2023-06-29 | 10 | -18/+18 |
| * | Add firmware updater examples to CI | Ulf Lilleengen | 2023-06-19 | 18 | -26/+78 |
| * | Formatting | Rasmus Melchior Jacobsen | 2023-05-30 | 4 | -12/+7 |
| * | Align examples | Rasmus Melchior Jacobsen | 2023-05-30 | 9 | -43/+59 |
| * | Let Flash<Async/Blocking> be a thing | Rasmus Melchior Jacobsen | 2023-05-25 | 8 | -8/+8 |
| * | Align with new bind_interrupt | Rasmus Melchior Jacobsen | 2023-05-25 | 8 | -8/+8 |
| * | Bump versions preparing for -macros and -executor release | Ulf Lilleengen | 2023-04-27 | 9 | -9/+9 |
| * | fix stm32f7 example runner command for probe-rs-cli | Malte Brieske | 2023-04-26 | 1 | -1/+1 |
| * | Switch from probe-run to probe-rs-cli. | Dario Nieuwenhuis | 2023-04-26 | 9 | -17/+17 |
| * | embassy-boot: update ci and examples to use the nightly flag | sander | 2023-04-20 | 9 | -10/+10 |
| * | enable inline-asm feature for cortex-m in examples | pennae | 2023-04-18 | 9 | -10/+10 |
| * | Release embassy-sync v0.2.0 | Dario Nieuwenhuis | 2023-04-13 | 9 | -9/+9 |
| * | executor: add Pender, rework Cargo features. | Dario Nieuwenhuis | 2023-04-03 | 9 | -9/+9 |
| * | Support codesigning in the firmware updater | huntc | 2023-01-12 | 2 | -1/+6 |
| * | feat: compile bootloader examples for nRF91 | Ulf Lilleengen | 2023-01-04 | 6 | -7/+51 |
| * | Merge #1139 | bors[bot] | 2023-01-04 | 4 | -2/+24 |
| |\ |
|
| | * | Provides a means of obtaining the current WDT config | huntc | 2023-01-04 | 1 | -0/+18 |
| | * | Cleaned up some doc and memory layout | huntc | 2023-01-04 | 3 | -2/+6 |
| * | | embassy-boot (rp): Add WatchdogFlash | kalkyl | 2023-01-03 | 1 | -0/+7 |
| |/ |
|
| * | feat: embassy-boot for rp2040 | Ulf Lilleengen | 2022-12-02 | 7 | -0/+198 |
| * | Bump defmt-rtt to 0.4 | Dario Nieuwenhuis | 2022-11-29 | 8 | -8/+8 |
| * | all Cargo.toml: Add license to all crate Cargo.toml files | chrysn | 2022-10-07 | 8 | -0/+8 |
| * | Remove flash lock/unlock public API from stm32 flash, and perform the unlocki... | Mathias | 2022-09-30 | 7 | -7/+7 |
| * | Use firmware writer in stm32{f7, h7} example app | Ulf Lilleengen | 2022-09-26 | 2 | -17/+17 |
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-09-22 | 2 | -2/+0 |
| * | Merge #939 | bors[bot] | 2022-09-04 | 7 | -7/+7 |
| |\ |
|
| | * | time: add more tick rates, use 1mhz as default. | Dario Nieuwenhuis | 2022-09-02 | 7 | -7/+7 |
| * | | Remove generic const expressions from embassy-boot | Ulf Lilleengen | 2022-09-02 | 10 | -27/+39 |
| |/ |
|
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 8 | -8/+8 |
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 24 | -34/+42 |
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 16 | -32/+41 |
| * | Update to critical-section 1.0, atomic-polyfill 1.0 | Dario Nieuwenhuis | 2022-08-17 | 8 | -8/+8 |
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 24 | -50/+58 |
| * | Use correct chip family name for example | Ulf Lilleengen | 2022-07-05 | 1 | -1/+1 |
| * | Fix RAM origin copy paste from nrf | Ulf Lilleengen | 2022-06-29 | 6 | -6/+6 |
| * | Move bootloader main to examples | Ulf Lilleengen | 2022-06-24 | 61 | -0/+1514 |