summaryrefslogtreecommitdiff
path: root/ci.sh
AgeCommit message (Collapse)Author
2022-09-26rp: enable time-driver in Cargo.toml instead of ci.shDario Nieuwenhuis
2022-09-26rp: Disable intrinsics by default.Dario Nieuwenhuis
2022-09-16Feature-gate time-driver in embassy-rpMathias
2022-09-02time: add more tick rates, use 1mhz as default.Dario Nieuwenhuis
2022-08-30net: feature-gate nightly-only async traits to allow building on stable.Dario Nieuwenhuis
2022-08-18Split embassy-time from embassy-executor.Dario Nieuwenhuis
2022-07-29Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis
2022-07-21Include embassy-rp in ci buildsJan Niehusmann
2022-07-11Fix ci for windows (msys, git bash)chemicstry
2022-07-09rp: add GPIO HIL test.Dario Nieuwenhuis
2022-06-27Merge #831bors[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-26stm32: add f100 to CI.Dario Nieuwenhuis
2022-06-24Move bootloader main to examplesUlf 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-06stm32: add stm32f103re to CIDario Nieuwenhuis
2022-05-31fix build adding missing time-tick feature.Dario Nieuwenhuis
2022-05-31examples/stm32*, tests/stm32: specify time-tick-32768hzWill Glynn
2022-05-08stm32: Fix stm32f107 build.Dario Nieuwenhuis
2022-04-27Add bootloader to CIUlf Lilleengen
2022-04-27stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests.Dario Nieuwenhuis
2022-04-08Add stm32wlexx supportDario Nieuwenhuis
2022-04-08Add missing stm32wl/stm32wb chips except stm32wleDario Nieuwenhuis
2022-04-08Add STM32L5 support.Dario Nieuwenhuis
2022-03-27Add STM32F217ZG to CIJoonas Javanainen
F217 has the most features in the F2 family
2022-03-27Add F2 examples to CIJoonas Javanainen
2022-02-24ci: add troublesome stm32 chipsDario Nieuwenhuis
2022-02-24stm32: add stm32f103 bluepill to HIL tests.Dario Nieuwenhuis
2022-02-23Add documentation about the different embassy abstraction layersUlf Lilleengen
The guide demonstrates the functionality offered by each layer in Embassy, using code examples.
2022-02-23stm32/rcc: fix f3 build failure.Dario Nieuwenhuis
2022-02-12stm32: add rust stable supportDario Nieuwenhuis
2022-02-12embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features.Dario Nieuwenhuis
2022-01-26Add unstable-traits for stm32 to CIUlf Lilleengen
2022-01-24stm32/ci: add stm32f410tb, time-driver-anyDario Nieuwenhuis
2022-01-19nrf: build with unstable-traits in ciDario Nieuwenhuis
2022-01-12Make exti an optional featureUlf Lilleengen
* Add embassy-stm32 build with exti * Add exti to examples
2021-12-16Merge #540bors[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 shellVasanthakumarV
2021-12-13Merge #533bors[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-10Fix broken ci.shUlf Lilleengen
2021-12-10Add doc-specific example and add it to CIUlf Lilleengen
2021-12-09Enable running ci.sh locally multiple-times.Matous Hybl
2021-12-07stm32/tests: add stm32h755zi, stm32wb55rgDario Nieuwenhuis
2021-12-07Add timer test, add g0, g4 tests.Dario Nieuwenhuis
2021-12-07Uncomment accidentally commented ci stuff.Dario Nieuwenhuis
2021-12-06stm32: add gpio HIL testDario Nieuwenhuis
2021-12-02ci: add gpiote+time-driver to embassy-nrf to catch more failures.Dario Nieuwenhuis
2021-11-28Make ci script run on Mac OS XUlf Lilleengen
2021-11-27stm32: add stm32g4 support.Dario Nieuwenhuis
2021-11-24ci: do main build with fully generated stm32-metapac.Dario Nieuwenhuis
2021-11-23stm32: rename core features from _cmX to -cmX, cleanup gen.Dario Nieuwenhuis
2021-11-22Faster CI with cargo-batchDario Nieuwenhuis