aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
Commit message (Collapse)AuthorAgeFilesLines
...
* stm32/gpio: make port G work on U5.Dario Nieuwenhuis2023-10-231-2/+2
|
* stm32/tests: add stm32wba52cg, stm32u5a9zjDario Nieuwenhuis2023-10-221-0/+7
|
* stm32/tests: add stm32h753zi, stm32h7a3zi.Dario Nieuwenhuis2023-10-211-0/+2
|
* stm32/tests: add stm32wl hil.Dario Nieuwenhuis2023-10-171-0/+1
|
* Add some builds without time feature to CIAndres Oliva2023-10-121-0/+6
|
* Add time feature to CIAndres Oliva2023-10-111-56/+56
|
* ci: set target dir if not specified.Dario Nieuwenhuis2023-10-071-1/+4
|
* net: add support for dhcp hostname option.Dario Nieuwenhuis2023-10-071-1/+1
|
* disable flaky f2 eth testDario Nieuwenhuis2023-10-061-1/+1
|
* ci: remove wpan tests againxoviat2023-10-031-0/+3
|
* wpan: re-enable HIL testsxoviat2023-10-031-2/+0
|
* stm32/hil: add f2, f3, f7, l49Dario Nieuwenhuis2023-10-031-0/+4
|
* ci: remove wpan testsxoviat2023-10-021-0/+3
|
* stm32: fix stopxoviat2023-10-021-2/+0
|
* enable wifi_esp_hosted_perf test, disable stm32f4 stop test.Dario Nieuwenhuis2023-10-021-1/+2
|
* ci: add all stm32f4Dario Nieuwenhuis2023-10-011-0/+13
|
* temporarily disable wifi_esp_hosted_perf test.Dario Nieuwenhuis2023-09-281-0/+1
|
* tests/stm32: add L0, L1, L4, L4+, L5Dario Nieuwenhuis2023-09-261-0/+5
|
* stm32: use PAC enums for VOS.Dario Nieuwenhuis2023-09-181-0/+2
|
* stm32: fix wpan_ble testxoviat2023-09-161-2/+0
|
* stm32: add stm32wba support.Dario Nieuwenhuis2023-09-161-0/+1
|
* ci: build low-power on l0xoviat2023-09-141-0/+1
|
* ci: fix colliding files warning.Dario Nieuwenhuis2023-09-121-2/+2
|
* ci: remove wpan_ble for hilxoviat2023-09-111-0/+2
|
* Revert "ci: remove failing tests"Dario Nieuwenhuis2023-09-041-5/+0
| | | | This reverts commit c5732ce2857ce4028a2e03abeb65254200473e5a.
* ci: remove failing testsxoviat2023-09-031-0/+5
|
* Add new feature/arch combinations to executor CI checkDániel Buga2023-08-261-0/+13
|
* stm32: fix f37x build.Dario Nieuwenhuis2023-08-191-0/+1
| | | | originally broke in https://github.com/embassy-rs/embassy/pull/1762
* nrf: enable defmt for embassy-hal-internal.Dario Nieuwenhuis2023-08-161-1/+1
|
* Update to embedded-io 0.5 (#1752)Dario Nieuwenhuis2023-08-071-10/+4
|
* Merge pull request #1728 from pennae/rp-gpio-banksDario Nieuwenhuis2023-08-011-0/+1
|\ | | | | | | rp: fix qspi gpio interrupts, make qspi gpio optional
| * rp: make QSPI gpio support optionalpennae2023-07-311-0/+1
| | | | | | | | | | | | | | | | | | | | this will be mostly not useful to anyone since flash is attached to qspi, and using flash chips that don't use the *entire* qspi interface will severly slow down the chip. the code overhead is minimal right now, but if we also fix interrupt support on qspi pins this will change (adding more code to potentially hot paths, using more memory for wakers that are never used, and preventing the qspi gpio irq from being used in software interrupts as RTIC applications may want to do).
* | Merge pull request #1727 from embassy-rs/hrtim-v2xoviat2023-07-311-0/+1
|\ \ | |/ |/| | | stm32: add hrtim v2
| * stm32: add hrtim v2Dario Nieuwenhuis2023-07-311-0/+1
| |
* | Merge pull request #1704 from rubdos/ieee802154-fixesDario Nieuwenhuis2023-07-311-0/+3
|\ \ | |/ |/| | | Expose IEEE802.15.4 address in Driver
| * CI: ip, ethernet and ieee802.15.4 should be able to co-existRuben De Smet2023-07-311-0/+3
| |
* | Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtimxoviat2023-07-281-0/+2
|\|
| * CI: ethernet and ieee802.15.4 should be able to co-existRuben De Smet2023-07-281-0/+2
| |
* | Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtimxoviat2023-07-221-4/+0
|\|
| * Remove wifi envvars. They're annoying, they cause rust-analyzer errors when ↵Dario Nieuwenhuis2023-07-051-4/+0
| | | | | | | | opening the examples.
* | stm32/hrtim: add example impl.xoviat2023-06-301-0/+1
|/
* esp-hosted: add perf hil test.Dario Nieuwenhuis2023-06-221-1/+1
|
* Add firmware updater examples to CIUlf Lilleengen2023-06-191-10/+10
| | | | | | | | CI was not building the a.rs application due to the requirement of b.bin having been built first. Add a feature flag to examples so that CI can build them including a dummy application. Update a.rs application examples so that they compile again.
* Merge branch 'main' into v4-optionalDario Nieuwenhuis2023-06-081-1/+2
|\
| * Add RTIC example.Dario Nieuwenhuis2023-06-081-0/+1
| |
| * cyw43: add perf HIL test.Dario Nieuwenhuis2023-06-061-1/+1
| |
* | CI: introduce tests for dual stack v4 and v6Ruben De Smet2023-06-061-0/+4
| |
* | CI: add proto-ipv4 to embassy-net testRuben De Smet2023-06-061-2/+2
| |
* | CI: Add proto-ipv6 tests without ipv4 to CIRuben De Smet2023-06-061-0/+4
|/
* stm32/rtc: fix build failure in some L4sDario Nieuwenhuis2023-05-311-0/+1
|