aboutsummaryrefslogtreecommitdiff
path: root/ci_stable.sh
Commit message (Collapse)AuthorAgeFilesLines
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-77/+0
|
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-32/+32
|
* Add some builds without time feature to CIAndres Oliva2023-10-121-0/+5
|
* Add time feature to CIAndres Oliva2023-10-111-33/+33
|
* Update to embedded-io 0.5 (#1752)Dario Nieuwenhuis2023-08-071-2/+0
|
* 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).
* CI: add proto-ipv4 to embassy-net testRuben De Smet2023-06-061-1/+1
|
* CI: Add proto-ipv6 tests without ipv4 to CIRuben De Smet2023-06-061-0/+2
|
* ci: add stable build, add tests.Dario Nieuwenhuis2023-05-291-3/+0
|
* embassy-boot: update ci and examples to use the nightly flagsander2023-04-201-0/+4
|
* Add embassy-net without dhcp to ci.shRoy Buitenhuis2023-04-181-0/+1
|
* stm32: add stm32c0 support.Dario Nieuwenhuis2023-01-171-1/+1
|
* Rename examples/nrf to examples/nrf52840Dominik Boehi2023-01-091-1/+1
|
* net: remove unused pool-x featuresDario Nieuwenhuis2022-12-261-2/+2
|
* time: add more tick rates, use 1mhz as default.Dario Nieuwenhuis2022-09-021-35/+35
|
* net: feature-gate nightly-only async traits to allow building on stable.Dario Nieuwenhuis2022-08-301-0/+2
|
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-33/+33
|
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-37/+37
|
* Include embassy-rp in ci buildsJan Niehusmann2022-07-211-0/+3
|
* examples/stm32*, tests/stm32: specify time-tick-32768hzWill Glynn2022-05-311-33/+33
|
* Add STM32F217ZG to CIJoonas Javanainen2022-03-271-0/+2
| | | | F217 has the most features in the F2 family
* stm32: add rust stable supportDario Nieuwenhuis2022-02-121-0/+32
|
* ci: add build with stable.Dario Nieuwenhuis2022-02-121-0/+30