Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-26 | rp: enable time-driver in Cargo.toml instead of ci.sh | Dario Nieuwenhuis | |
2022-09-26 | rp: Disable intrinsics by default. | Dario Nieuwenhuis | |
2022-09-16 | Feature-gate time-driver in embassy-rp | Mathias | |
2022-09-02 | time: add more tick rates, use 1mhz as default. | Dario Nieuwenhuis | |
2022-08-30 | net: feature-gate nightly-only async traits to allow building on stable. | Dario Nieuwenhuis | |
2022-08-18 | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | |
2022-07-29 | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | |
2022-07-21 | Include embassy-rp in ci builds | Jan Niehusmann | |
2022-07-11 | Fix ci for windows (msys, git bash) | chemicstry | |
2022-07-09 | rp: add GPIO HIL test. | Dario Nieuwenhuis | |
2022-06-27 | Merge #831 | bors[bot] | |
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 <ulf.lilleengen@gmail.com> Co-authored-by: Ulf Lilleengen <lulf@redhat.com> | |||
2022-06-26 | stm32: add f100 to CI. | Dario Nieuwenhuis | |
2022-06-24 | Move bootloader main to examples | Ulf Lilleengen | |
This should remove some confusion around embassy-boot-* being a library vs. a binary. The binary is now an example bootloader instead. | |||
2022-06-06 | stm32: add stm32f103re to CI | Dario Nieuwenhuis | |
2022-05-31 | fix build adding missing time-tick feature. | Dario Nieuwenhuis | |
2022-05-31 | examples/stm32*, tests/stm32: specify time-tick-32768hz | Will Glynn | |
2022-05-08 | stm32: Fix stm32f107 build. | Dario Nieuwenhuis | |
2022-04-27 | Add bootloader to CI | Ulf Lilleengen | |
2022-04-27 | stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests. | Dario Nieuwenhuis | |
2022-04-08 | Add stm32wlexx support | Dario Nieuwenhuis | |
2022-04-08 | Add missing stm32wl/stm32wb chips except stm32wle | Dario Nieuwenhuis | |
2022-04-08 | Add STM32L5 support. | Dario Nieuwenhuis | |
2022-03-27 | Add STM32F217ZG to CI | Joonas Javanainen | |
F217 has the most features in the F2 family | |||
2022-03-27 | Add F2 examples to CI | Joonas Javanainen | |
2022-02-24 | ci: add troublesome stm32 chips | Dario Nieuwenhuis | |
2022-02-24 | stm32: add stm32f103 bluepill to HIL tests. | Dario Nieuwenhuis | |
2022-02-23 | Add documentation about the different embassy abstraction layers | Ulf Lilleengen | |
The guide demonstrates the functionality offered by each layer in Embassy, using code examples. | |||
2022-02-23 | stm32/rcc: fix f3 build failure. | Dario Nieuwenhuis | |
2022-02-12 | stm32: add rust stable support | Dario Nieuwenhuis | |
2022-02-12 | embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features. | Dario Nieuwenhuis | |
2022-01-26 | Add unstable-traits for stm32 to CI | Ulf Lilleengen | |
2022-01-24 | stm32/ci: add stm32f410tb, time-driver-any | Dario Nieuwenhuis | |
2022-01-19 | nrf: build with unstable-traits in ci | Dario Nieuwenhuis | |
2022-01-12 | Make exti an optional feature | Ulf Lilleengen | |
* Add embassy-stm32 build with exti * Add exti to examples | |||
2021-12-16 | Merge #540 | bors[bot] | |
540: Initial support for STM32F3 r=Dirbaio a=VasanthakumarV The [companion PR](https://github.com/embassy-rs/stm32-data/pull/109) in `stm32-data` should be merged before this PR. The examples were tested on an STM32F303VC MCU. Co-authored-by: VasanthakumarV <vasanth260m12@gmail.com> Co-authored-by: Dario Nieuwenhuis <dirbaio@dirbaio.net> | |||
2021-12-13 | [ci] Add STM32F3 examples to CI shell | VasanthakumarV | |
2021-12-13 | Merge #533 | bors[bot] | |
533: Book poc r=Dirbaio a=lulf This is a Proof of Concept for an embassy book. It's using Antora/Asciidoc. * Asciidoc because it's a single specification with a slightly richer feature set than markdown. * Antora because it allows keeping content in the embassy repo, while book definition in another repo (embassy-book). Using antora also allows for easy embedding of embassy doc in other projects, which I think in turn increases probability of upstream contributions. The sources of content are located in docs/ but could also be in a separate repo. However, keeping it in the embassy repo makes it easier to support one version of the book per embassy version in the future. At present, the book is automatically built every hour from this branch and published at: https://embassy-rs.github.io/embassy-book/embassy/dev/index.html Co-authored-by: Ulf Lilleengen <lulf@redhat.com> Co-authored-by: Ulf Lilleengen <ulf.lilleengen@gmail.com> | |||
2021-12-10 | Fix broken ci.sh | Ulf Lilleengen | |
2021-12-10 | Add doc-specific example and add it to CI | Ulf Lilleengen | |
2021-12-09 | Enable running ci.sh locally multiple-times. | Matous Hybl | |
2021-12-07 | stm32/tests: add stm32h755zi, stm32wb55rg | Dario Nieuwenhuis | |
2021-12-07 | Add timer test, add g0, g4 tests. | Dario Nieuwenhuis | |
2021-12-07 | Uncomment accidentally commented ci stuff. | Dario Nieuwenhuis | |
2021-12-06 | stm32: add gpio HIL test | Dario Nieuwenhuis | |
2021-12-02 | ci: add gpiote+time-driver to embassy-nrf to catch more failures. | Dario Nieuwenhuis | |
2021-11-28 | Make ci script run on Mac OS X | Ulf Lilleengen | |
2021-11-27 | stm32: add stm32g4 support. | Dario Nieuwenhuis | |
2021-11-24 | ci: do main build with fully generated stm32-metapac. | Dario Nieuwenhuis | |
2021-11-23 | stm32: rename core features from _cmX to -cmX, cleanup gen. | Dario Nieuwenhuis | |
2021-11-22 | Faster CI with cargo-batch | Dario Nieuwenhuis | |