| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| |\ |
|
| | * | Move bootloader main to examples | Ulf Lilleengen | 2022-06-24 | 1 | -8/+10 |
| * | | 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 |
| * | 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 |
| * | 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 |
| * | Add unstable-traits for stm32 to CI | Ulf Lilleengen | 2022-01-26 | 1 | -0/+13 |
| * | stm32/ci: add stm32f410tb, time-driver-any | Dario Nieuwenhuis | 2022-01-24 | 1 | -12/+13 |
| * | nrf: build with unstable-traits in ci | Dario Nieuwenhuis | 2022-01-19 | 1 | -5/+5 |
| * | Make exti an optional feature | Ulf Lilleengen | 2022-01-12 | 1 | -0/+6 |
| * | Merge #540 | bors[bot] | 2021-12-16 | 1 | -0/+1 |
| |\ |
|
| | * | [ci] Add STM32F3 examples to CI shell | VasanthakumarV | 2021-12-13 | 1 | -0/+1 |
| * | | Merge #533 | bors[bot] | 2021-12-13 | 1 | -0/+1 |
| |\ \ |
|
| | * | | Fix broken ci.sh | Ulf Lilleengen | 2021-12-10 | 1 | -1/+1 |
| | * | | Add doc-specific example and add it to CI | Ulf Lilleengen | 2021-12-10 | 1 | -0/+1 |
| | |/ |
|
| * / | Enable running ci.sh locally multiple-times. | Matous Hybl | 2021-12-09 | 1 | -1/+9 |
| |/ |
|
| * | stm32/tests: add stm32h755zi, stm32wb55rg | Dario Nieuwenhuis | 2021-12-07 | 1 | -1/+3 |
| * | Add timer test, add g0, g4 tests. | Dario Nieuwenhuis | 2021-12-07 | 1 | -4/+10 |
| * | Uncomment accidentally commented ci stuff. | Dario Nieuwenhuis | 2021-12-07 | 1 | -4/+4 |
| * | stm32: add gpio HIL test | Dario Nieuwenhuis | 2021-12-06 | 1 | -4/+34 |
| * | ci: add gpiote+time-driver to embassy-nrf to catch more failures. | Dario Nieuwenhuis | 2021-12-02 | 1 | -14/+14 |
| * | Make ci script run on Mac OS X | Ulf Lilleengen | 2021-11-28 | 1 | -1/+1 |
| * | stm32: add stm32g4 support. | Dario Nieuwenhuis | 2021-11-27 | 1 | -0/+1 |
| * | ci: do main build with fully generated stm32-metapac. | Dario Nieuwenhuis | 2021-11-24 | 1 | -0/+7 |
| * | stm32: rename core features from _cmX to -cmX, cleanup gen. | Dario Nieuwenhuis | 2021-11-23 | 1 | -1/+1 |
| * | Faster CI with cargo-batch | Dario Nieuwenhuis | 2021-11-22 | 1 | -0/+50 |