aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
Commit message (Collapse)AuthorAgeFilesLines
...
* cyw43: adapt build to main embassy repo.Dario Nieuwenhuis2023-05-301-0/+11
|
* ci: run HIL tests in parallel.Dario Nieuwenhuis2023-05-301-32/+11
|
* Switch to Bender for CI.Dario Nieuwenhuis2023-05-291-1/+0
|
* ci: replace openid connect with static secret.Dario Nieuwenhuis2023-05-251-6/+2
| | | | | | | | | | The oidc token is only valid for 5min, builds are starting to fail because HIL tests take more than 5 min and we only obtain it once at start. Instead of fixing it, let's remove it. My hope for OIDC was to allow running HIL tests on PRs from forks if the author is in a list of trusted users. However GHA simply doesn't give the ID token to PRs from forks. :shrug: Same limitation as with static tokens. So it's useless complexity, let's kill it.
* stm32: move lora to bind_interruptsxoviat2023-05-241-1/+1
|
* stm32: move to bind_interruptsxoviat2023-05-241-1/+2
| | | | disable lora functionality for now
* stm32: test more feature combinations in ci.Dario Nieuwenhuis2023-05-191-0/+14
|
* embassy-boot: update ci and examples to use the nightly flagsander2023-04-201-4/+4
|
* Add embassy-net without dhcp to ci.shRoy Buitenhuis2023-04-181-0/+1
|
* Remove empty line, causing build issues.Roy Buitenhuis2023-04-111-1/+0
|
* Add empty test binary for riscvRoy Buitenhuis2023-04-111-0/+2
|
* stm32/test: add C0 hil tests.Dario Nieuwenhuis2023-04-111-0/+1
|
* stm32/test: add h5 hil tests.Dario Nieuwenhuis2023-04-101-0/+1
|
* stm32: add H5 support.Dario Nieuwenhuis2023-04-061-0/+3
|
* Let sector computation be shared across familiesRasmus Melchior Jacobsen2023-03-301-0/+1
|
* stm32: use stm32-metapac from crates.io, remove stm32-data submodule.Dario Nieuwenhuis2023-03-201-18/+2
|
* nrf/buffered_uarte: add HIL tests.Dario Nieuwenhuis2023-03-041-0/+1
|
* nrf: add support for UICR configuration.Dario Nieuwenhuis2023-02-201-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 CIDario Nieuwenhuis2023-02-131-0/+1
|
* fix embedded-sdmmc integration.Dario Nieuwenhuis2023-01-211-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 Nieuwenhuis2023-01-171-0/+1
|
* stm32: add stm32c0 support.Dario Nieuwenhuis2023-01-171-1/+1
|
* Rename examples/nrf to examples/nrf52840Dominik Boehi2023-01-091-1/+2
|
* feat: compile bootloader examples for nRF91Ulf Lilleengen2023-01-041-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 featuresDario Nieuwenhuis2022-12-261-4/+4
|
* feat: embassy-boot for rp2040Ulf Lilleengen2022-12-021-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 Nieuwenhuis2022-11-281-0/+2
|
* rp: enable time-driver in Cargo.toml instead of ci.shDario Nieuwenhuis2022-09-261-1/+1
|
* rp: Disable intrinsics by default.Dario Nieuwenhuis2022-09-261-0/+1
|
* Feature-gate time-driver in embassy-rpMathias2022-09-161-1/+1
|
* time: add more tick rates, use 1mhz as default.Dario Nieuwenhuis2022-09-021-23/+23
|
* net: feature-gate nightly-only async traits to allow building on stable.Dario Nieuwenhuis2022-08-301-0/+5
|
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-19/+19
|
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-25/+25
|
* Include embassy-rp in ci buildsJan Niehusmann2022-07-211-0/+4
|
* Fix ci for windows (msys, git bash)chemicstry2022-07-111-2/+10
|
* rp: add GPIO HIL test.Dario Nieuwenhuis2022-07-091-0/+1
|
* Merge #831bors[bot]2022-06-271-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 examplesUlf Lilleengen2022-06-241-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 Nieuwenhuis2022-06-261-0/+1
|/
* stm32: add stm32f103re to CIDario Nieuwenhuis2022-06-061-0/+1
|
* fix build adding missing time-tick feature.Dario Nieuwenhuis2022-05-311-1/+4
|
* examples/stm32*, tests/stm32: specify time-tick-32768hzWill Glynn2022-05-311-17/+17
|
* stm32: Fix stm32f107 build.Dario Nieuwenhuis2022-05-081-0/+1
|
* Add bootloader to CIUlf Lilleengen2022-04-271-0/+7
|
* stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests.Dario Nieuwenhuis2022-04-271-0/+1
|
* Add stm32wlexx supportDario Nieuwenhuis2022-04-081-0/+1
|
* Add missing stm32wl/stm32wb chips except stm32wleDario Nieuwenhuis2022-04-081-2/+4
|
* Add STM32L5 support.Dario Nieuwenhuis2022-04-081-0/+1
|
* Add STM32F217ZG to CIJoonas Javanainen2022-03-271-0/+1
| | | | F217 has the most features in the F2 family