| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | embassy-boot: update ci and examples to use the nightly flag | sander | 2023-04-20 | 1 | -4/+4 |
| | | |||||
| * | Add embassy-net without dhcp to ci.sh | Roy Buitenhuis | 2023-04-18 | 1 | -0/+1 |
| | | |||||
| * | Remove empty line, causing build issues. | Roy Buitenhuis | 2023-04-11 | 1 | -1/+0 |
| | | |||||
| * | Add empty test binary for riscv | Roy Buitenhuis | 2023-04-11 | 1 | -0/+2 |
| | | |||||
| * | stm32/test: add C0 hil tests. | Dario Nieuwenhuis | 2023-04-11 | 1 | -0/+1 |
| | | |||||
| * | stm32/test: add h5 hil tests. | Dario Nieuwenhuis | 2023-04-10 | 1 | -0/+1 |
| | | |||||
| * | stm32: add H5 support. | Dario Nieuwenhuis | 2023-04-06 | 1 | -0/+3 |
| | | |||||
| * | Let sector computation be shared across families | Rasmus Melchior Jacobsen | 2023-03-30 | 1 | -0/+1 |
| | | |||||
| * | stm32: use stm32-metapac from crates.io, remove stm32-data submodule. | Dario Nieuwenhuis | 2023-03-20 | 1 | -18/+2 |
| | | |||||
| * | nrf/buffered_uarte: add HIL tests. | Dario Nieuwenhuis | 2023-03-04 | 1 | -0/+1 |
| | | |||||
| * | nrf: add support for UICR configuration. | Dario Nieuwenhuis | 2023-02-20 | 1 | -2/+2 |
| | | | | | | | | | | - APPROTECT enable/disable. Notably this fixes issues with nrf52-rev3 and nrf53 from locking itself at reset. - Use NFC pins as GPIO. - Use RESET pin as GPIO. NFC and RESET pins singletons are made available only when usable as GPIO, for compile-time checking. | ||||
| * | add stm32f413vh to CI | Dario Nieuwenhuis | 2023-02-13 | 1 | -0/+1 |
| | | |||||
| * | fix embedded-sdmmc integration. | Dario Nieuwenhuis | 2023-01-21 | 1 | -1/+1 |
| | | | | | | | | | - Rename feature to `embedded-sdmmc`. - Move embedded-sdmmc fork repo to the embassy-rs org. - Remove unused features in the fork - Fix impl in embassy-stm32 - Add to CI so it doesn't break again. | ||||
| * | stm32: add stm32c0 examples. | Dario Nieuwenhuis | 2023-01-17 | 1 | -0/+1 |
| | | |||||
| * | stm32: add stm32c0 support. | Dario Nieuwenhuis | 2023-01-17 | 1 | -1/+1 |
| | | |||||
| * | Rename examples/nrf to examples/nrf52840 | Dominik Boehi | 2023-01-09 | 1 | -1/+2 |
| | | |||||
| * | feat: compile bootloader examples for nRF91 | Ulf Lilleengen | 2023-01-04 | 1 | -1/+4 |
| | | | | | | | | * Add nRF91 as target in CI builds * Add example linker scripts for nrf91 * Make less nRF52 assumptions example config * Add llvm-tools-preview required for cargo objcopy example | ||||
| * | net: remove unused pool-x features | Dario Nieuwenhuis | 2022-12-26 | 1 | -4/+4 |
| | | |||||
| * | feat: embassy-boot for rp2040 | Ulf Lilleengen | 2022-12-02 | 1 | -0/+3 |
| | | | | | | | | Add embassy-boot support for RP2040, with examples for the Raspberry Pi Pico. Co-authored-by: Mathias Koch <[email protected]> | ||||
| * | Add -time, -sync to CI with all features. | Dario Nieuwenhuis | 2022-11-28 | 1 | -0/+2 |
| | | |||||
| * | rp: enable time-driver in Cargo.toml instead of ci.sh | Dario Nieuwenhuis | 2022-09-26 | 1 | -1/+1 |
| | | |||||
| * | rp: Disable intrinsics by default. | Dario Nieuwenhuis | 2022-09-26 | 1 | -0/+1 |
| | | |||||
| * | Feature-gate time-driver in embassy-rp | Mathias | 2022-09-16 | 1 | -1/+1 |
| | | |||||
| * | time: add more tick rates, use 1mhz as default. | Dario Nieuwenhuis | 2022-09-02 | 1 | -23/+23 |
| | | |||||
| * | net: feature-gate nightly-only async traits to allow building on stable. | Dario Nieuwenhuis | 2022-08-30 | 1 | -0/+5 |
| | | |||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -19/+19 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -25/+25 |
| | | |||||
| * | Include embassy-rp in ci builds | Jan Niehusmann | 2022-07-21 | 1 | -0/+4 |
| | | |||||
| * | Fix ci for windows (msys, git bash) | chemicstry | 2022-07-11 | 1 | -2/+10 |
| | | |||||
| * | rp: add GPIO HIL test. | Dario Nieuwenhuis | 2022-07-09 | 1 | -0/+1 |
| | | |||||
| * | Merge #831 | bors[bot] | 2022-06-27 | 1 | -8/+10 |
| |\ | | | | | | | | | | | | | | | | | | | 831: Move bootloader main to examples r=lulf a=lulf This should remove some confusion around embassy-boot-* being a library vs. a binary. The binary is now an example bootloader instead. Co-authored-by: Ulf Lilleengen <[email protected]> Co-authored-by: Ulf Lilleengen <[email protected]> | ||||
| | * | Move bootloader main to examples | Ulf Lilleengen | 2022-06-24 | 1 | -8/+10 |
| | | | | | | | | | | | This should remove some confusion around embassy-boot-* being a library vs. a binary. The binary is now an example bootloader instead. | ||||
| * | | stm32: add f100 to CI. | Dario Nieuwenhuis | 2022-06-26 | 1 | -0/+1 |
| |/ | |||||
| * | stm32: add stm32f103re to CI | Dario Nieuwenhuis | 2022-06-06 | 1 | -0/+1 |
| | | |||||
| * | fix build adding missing time-tick feature. | Dario Nieuwenhuis | 2022-05-31 | 1 | -1/+4 |
| | | |||||
| * | examples/stm32*, tests/stm32: specify time-tick-32768hz | Will Glynn | 2022-05-31 | 1 | -17/+17 |
| | | |||||
| * | stm32: Fix stm32f107 build. | Dario Nieuwenhuis | 2022-05-08 | 1 | -0/+1 |
| | | |||||
| * | Add bootloader to CI | Ulf Lilleengen | 2022-04-27 | 1 | -0/+7 |
| | | |||||
| * | stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests. | Dario Nieuwenhuis | 2022-04-27 | 1 | -0/+1 |
| | | |||||
| * | Add stm32wlexx support | Dario Nieuwenhuis | 2022-04-08 | 1 | -0/+1 |
| | | |||||
| * | Add missing stm32wl/stm32wb chips except stm32wle | Dario Nieuwenhuis | 2022-04-08 | 1 | -2/+4 |
| | | |||||
| * | Add STM32L5 support. | Dario Nieuwenhuis | 2022-04-08 | 1 | -0/+1 |
| | | |||||
| * | Add STM32F217ZG to CI | Joonas Javanainen | 2022-03-27 | 1 | -0/+1 |
| | | | | | F217 has the most features in the F2 family | ||||
| * | Add F2 examples to CI | Joonas Javanainen | 2022-03-27 | 1 | -0/+1 |
| | | |||||
| * | ci: add troublesome stm32 chips | Dario Nieuwenhuis | 2022-02-24 | 1 | -0/+3 |
| | | |||||
| * | stm32: add stm32f103 bluepill to HIL tests. | Dario Nieuwenhuis | 2022-02-24 | 1 | -0/+1 |
| | | |||||
| * | Add documentation about the different embassy abstraction layers | Ulf Lilleengen | 2022-02-23 | 1 | -0/+4 |
| | | | | | | The guide demonstrates the functionality offered by each layer in Embassy, using code examples. | ||||
| * | stm32/rcc: fix f3 build failure. | Dario Nieuwenhuis | 2022-02-23 | 1 | -0/+1 |
| | | |||||
| * | stm32: add rust stable support | Dario Nieuwenhuis | 2022-02-12 | 1 | -26/+7 |
| | | |||||
| * | embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features. | Dario Nieuwenhuis | 2022-02-12 | 1 | -18/+18 |
| | | |||||
