aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
Commit message (Collapse)AuthorAgeFilesLines
...
* nrf53: add WDT supportMatthew Tran2025-04-201-0/+1
|
* RIP stm32l073rzDario Nieuwenhuis2025-04-181-0/+1
|
* fix: stm32wb55 low power feature did not compileckrenslehner2025-04-151-0/+1
|
* Add Embassy iMXRT RTC Time DriverFelipe Balbi2025-04-091-2/+2
|
* Add embassy-imxrtFelipe Balbi2025-04-091-0/+2
| | | | | Adds initial support for MIMXRT600 series MCUs from NXP. Subsequent PRs will add more drivers.
* Merge pull request #4017 from shilga/SpinlockMutexDario Nieuwenhuis2025-04-071-0/+1
|\ | | | | | | embassy-rp: Spinlock mutex implementation
| * embassy-rp: add multicore test for SpinlockRawMutexSebastian Quilitz2025-04-071-0/+1
| |
* | mspm0: add uart testsi509VCB2025-04-061-0/+4
| | | | | | | | This also fixes a bug in the uart clock calculation where it could select an oversampling faster than what the hardware is providing.
* | Remove flaky test.Dario Nieuwenhuis2025-04-061-1/+2
|/
* build c1104 seperately for defmt buffer sizei509VCB2025-03-191-1/+5
|
* Revert "build C1104 with --release"i509VCB2025-03-151-1/+1
| | | | This reverts commit 7336ca549e17d899471cb96a5106dd6836a40eea.
* build C1104 with --releasei509VCB2025-03-151-1/+1
| | | | C1104 only has 1KB of ram, so we must build in release
* Add mspm0 chips to CI which have working int_group implementationsi509VCB2025-03-151-0/+10
| | | | Not all of these have been done yet, as I need to go through each datasheet and manually declare all interrupt groups for mspm0-metapac to then generate.
* rename `rp23` (?) folder to `rp235x`; fix `ci.sh` to use `rp235x` folderCurly2025-02-231-1/+1
|
* Forgot to actually skip the adc test.Caleb Jamison2025-02-181-0/+2
| | | | It worked once, which is very surprising.
* Inital rp23 ci testsCaleb Jamison2025-02-181-1/+11
| | | | | | | | | | | | | | | | | | | Some tests need more work. * The adc test builds, but isn't set up correctly for the 2350 hardware yet. * The multicore and gpio_multicore tests only work from flash, seems to be a probe-rs issue. * The i2c and flash tests also only works from flash, these are probably bugs but I don't have time to run them down now. * The 2350 gpio test skips anything with pull downs. I think these fail because of E9. The float, bootsel, cyw43, and ethernet tests don't have 2350 equivalents. There's no reason to use the float romfuncs, use the FPU. Bootsel as a button isn't supported on the 2350 yet. The wifi and eth tests don't have appropriate hardware. The i2c test has also been tweaked to run on one core.
* Update cargo-batch.Dario Nieuwenhuis2025-02-171-90/+90
|
* RIP nrf52833-dkDario Nieuwenhuis2025-01-291-0/+1
|
* stm32: test split pins in CI.Dario Nieuwenhuis2025-01-211-1/+1
|
* feat: mmap mode for qspi and exampleLiu Hancheng2025-01-071-0/+1
|
* Merge pull request #3691 from fatfingers23/feature/rm2_feature_flagDario Nieuwenhuis2024-12-291-1/+1
|\ | | | | | | cyw43-Pio: Add pio clock divider as a param for new
| * Removed the cyw43-pio overclock featureBailey Townsend2024-12-281-1/+1
| |
* | ci: add embassy-usb to build tests9names2024-12-291-0/+9
|/
* Rename ETQD, bump dateDániel Buga2024-12-221-2/+2
|
* Disable failing testDániel Buga2024-12-161-0/+3
|
* Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-151-9/+2
|
* Refactor integrated-timersDániel Buga2024-12-101-1/+3
|
* nrf: add nrf54l base: gpio and time driver.Dario Nieuwenhuis2024-11-171-0/+3
|
* Add examples/stm32h7b0 to CIDario Nieuwenhuis2024-10-271-0/+1
|
* stm32: Fix build for chips with octospim but not octospi2.Dario Nieuwenhuis2024-10-211-0/+1
|
* enable ci usart testsAlexandros Liarokapis2024-10-151-5/+0
|
* Merge pull request #3343 from george-cosma/hal-with-pacUlf Lilleengen2024-10-071-0/+2
|\ | | | | | | LPC: embassy-lpc55 hal base with gpio and pint driver
| * feat: embassy-lpc55 hal with gpio and pint driverGeorge Cosma2024-10-071-0/+2
| |
* | Disable nrf52840 hil tests.Dario Nieuwenhuis2024-09-161-1/+2
| |
* | net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-161-1/+1
|/
* stm32/tests: disable flaky stm32wl55jc/usart_rx_ringbufferedDario Nieuwenhuis2024-09-041-0/+1
|
* rp: use the rp-binary-info crate for binary info.Dario Nieuwenhuis2024-08-171-0/+1
|
* disable uart ringbuffered test on f2.Dario Nieuwenhuis2024-08-171-1/+2
|
* Temporarily disable stm32f1 tests.Dario Nieuwenhuis2024-08-171-0/+3
|
* Adding nrf9151 and nrf9161 feature coverage to CInerwalt2024-08-121-0/+6
|
* rp: update PAC, fix CI.Dario Nieuwenhuis2024-08-121-3/+4
|
* Intrinsics aren't implemented for 235x yet.Caleb Jamison2024-08-091-3/+2
|
* Maybe fix ci/build IICaleb Jamison2024-08-091-4/+3
|
* Maybe fix ci/build?Caleb Jamison2024-08-091-4/+8
|
* cyw43: add Bluetooth support.Dario Nieuwenhuis2024-08-051-0/+2
| | | | Co-Authored-By: Brandon Ros <[email protected]>
* Change dual bank CI test to non-dual coreDion Dokter2024-08-051-1/+1
|
* Change embassy-boot ci tests to non-dual core chip for simplicity.Dion Dokter2024-08-051-2/+4
| | | | Add new examples to CI
* Update to Rust 1.80, make check-cfg unconditional.Dario Nieuwenhuis2024-07-251-6/+0
|
* ci: add instructions to install cargo-batch if not installed.Dario Nieuwenhuis2024-07-241-0/+8
|
* Fixing 9151 s and ns ci example buildsnerwalt2024-07-151-1/+2
|