| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Cleaned up some doc and memory layout | huntc | 2023-01-04 | 3 | -2/+6 | |
| | | | | | | | | | The memory layout of the s140 crept into a number of memory files, which can cause confusion. | |||||
| * | | 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 | |
| | | | | | | | | Add embassy-boot support for RP2040, with examples for the Raspberry Pi Pico. Co-authored-by: Mathias Koch <[email protected]> | |||||
| * | 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 | |
| | | | | | Closes: https://github.com/embassy-rs/embassy/issues/1002 | |||||
| * | Remove flash lock/unlock public API from stm32 flash, and perform the ↵ | Mathias | 2022-09-30 | 7 | -7/+7 | |
| | | | | | unlocking and locking automatically on erase and write operations | |||||
| * | Use firmware writer in stm32{f7, h7} example app | Ulf Lilleengen | 2022-09-26 | 2 | -17/+17 | |
| | | | | | | The new FirmwareWriter is useful in particular for these architectures due to the large erase sector size. | |||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-09-22 | 2 | -2/+0 | |
| | | | | | Removes feature(generic_associated_types) | |||||
| * | Merge #939 | bors[bot] | 2022-09-04 | 7 | -7/+7 | |
| |\ | | | | | | | | | | | | | | | 939: time: add more tick rates, use 1mhz as default. r=Dirbaio a=Dirbaio Co-authored-by: Dario Nieuwenhuis <[email protected]> | |||||
| | * | 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 | |
| |/ | | | | | | | | | * Remove the need for generic const expressions and use buffers provided in the flash config. * Extend embedded-storage traits to simplify generics. * Document all public APIs * Add toplevel README * Expose AlignedBuffer type for convenience. * Update examples | |||||
| * | 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 | |
| This should remove some confusion around embassy-boot-* being a library vs. a binary. The binary is now an example bootloader instead. | ||||||
