268 Commits

Author SHA1 Message Date
i509VCB
2195156b58
Add mspm0 chips to CI which have working int_group implementations
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.
2025-03-15 13:48:29 -05:00
Curly
3932835998
rename rp23 (?) folder to rp235x; fix ci.sh to use rp235x folder 2025-02-23 07:33:58 -08:00
Caleb Jamison
28e2789aeb
Forgot to actually skip the adc test.
It worked once, which is very surprising.
2025-02-18 22:17:49 -05:00
Caleb Jamison
9e785438ee
Inital rp23 ci tests
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.
2025-02-18 10:32:20 -05:00
Dario Nieuwenhuis
89b5efc900 Update cargo-batch. 2025-02-17 17:57:50 +01:00
Dario Nieuwenhuis
1df510e5c9 RIP nrf52833-dk 2025-01-29 23:25:36 +01:00
Dario Nieuwenhuis
3de0a21aca stm32: test split pins in CI. 2025-01-21 23:55:40 +01:00
Liu Hancheng
09cc9c65c9 feat: mmap mode for qspi and example 2025-01-07 21:47:27 +01:00
Dario Nieuwenhuis
a4f8fddd69
Merge pull request #3691 from fatfingers23/feature/rm2_feature_flag
cyw43-Pio: Add pio clock divider as a param for new
2024-12-29 10:06:04 +00:00
9names
2c5ae2e011 ci: add embassy-usb to build tests 2024-12-29 10:54:51 +11:00
Bailey Townsend
147fd60255 Removed the cyw43-pio overclock feature 2024-12-28 17:31:14 -06:00
Dániel Buga
ab8ca3f126
Rename ETQD, bump date 2024-12-22 21:00:23 +01:00
Dániel Buga
e1c0061328
Disable failing test 2024-12-16 12:54:45 +01:00
Dario Nieuwenhuis
2f2e2c6031
Make integrated-timers the default, remove Cargo feature. 2024-12-15 18:49:57 +01:00
Dániel Buga
5a5495aac4
Refactor integrated-timers 2024-12-10 21:31:42 +01:00
Dario Nieuwenhuis
a8d7a5eb1e nrf: add nrf54l base: gpio and time driver. 2024-11-17 14:42:06 +01:00
Dario Nieuwenhuis
edd3638295 Add examples/stm32h7b0 to CI 2024-10-27 19:21:38 +01:00
Dario Nieuwenhuis
ecac24a1c7 stm32: Fix build for chips with octospim but not octospi2. 2024-10-21 01:30:21 +02:00
Alexandros Liarokapis
4f810e47f5 enable ci usart tests 2024-10-15 12:29:12 +03:00
Ulf Lilleengen
a74bae3de1
Merge pull request #3343 from george-cosma/hal-with-pac
LPC: embassy-lpc55 hal base with gpio and pint driver
2024-10-07 08:14:32 +00:00
George Cosma
e7e245eeb7 feat: embassy-lpc55 hal with gpio and pint driver 2024-10-07 09:34:10 +03:00
Dario Nieuwenhuis
73aa40a9b9 Disable nrf52840 hil tests. 2024-09-16 21:27:34 +02:00
Dario Nieuwenhuis
be0d9775e3 net: refactor to simplify lifetimes/generics. 2024-09-16 21:17:11 +02:00
Dario Nieuwenhuis
df4ed5c91d stm32/tests: disable flaky stm32wl55jc/usart_rx_ringbuffered 2024-09-04 21:09:37 +02:00
Dario Nieuwenhuis
eab3a57263 rp: use the rp-binary-info crate for binary info. 2024-08-17 22:12:39 +02:00
Dario Nieuwenhuis
4bef0fc953 disable uart ringbuffered test on f2. 2024-08-17 18:14:56 +02:00
Dario Nieuwenhuis
550f2cfca0 Temporarily disable stm32f1 tests. 2024-08-17 17:45:29 +02:00
nerwalt
5a0c75682a Adding nrf9151 and nrf9161 feature coverage to CI 2024-08-12 06:42:07 -06:00
Dario Nieuwenhuis
9dc4375f18 rp: update PAC, fix CI. 2024-08-12 03:25:41 -04:00
Caleb Jamison
168a9f9d8a Intrinsics aren't implemented for 235x yet. 2024-08-09 16:25:05 -04:00
Caleb Jamison
67c2ee22be Maybe fix ci/build II 2024-08-09 15:52:16 -04:00
Caleb Jamison
101977f23f Maybe fix ci/build? 2024-08-09 12:39:21 -04:00
Dario Nieuwenhuis
4f7ac1946a cyw43: add Bluetooth support.
Co-Authored-By: Brandon Ros <brandonros1@gmail.com>
2024-08-05 21:07:42 +02:00
Dion Dokter
705a8fc38c Change dual bank CI test to non-dual core 2024-08-05 14:19:45 +02:00
Dion Dokter
741ca2046f Change embassy-boot ci tests to non-dual core chip for simplicity.
Add new examples to CI
2024-08-05 14:12:46 +02:00
Dario Nieuwenhuis
2d678d6956 Update to Rust 1.80, make check-cfg unconditional. 2024-07-25 15:53:00 +02:00
Dario Nieuwenhuis
2436335f9b ci: add instructions to install cargo-batch if not installed. 2024-07-24 17:17:04 +02:00
nerwalt
2e1b5ef58b Fixing 9151 s and ns ci example builds 2024-07-15 13:46:55 -06:00
nerwalt
4340d74e19 Adding 9120 to ci.sh 2024-07-15 12:02:12 -06:00
David Haig
79f00e54cc Moved ltdc example to its own crate 2024-06-28 18:11:34 +01:00
Dario Nieuwenhuis
cab17434d5 tests/nrf: unify, add nrf52832, nrf52833, nrf5340, nrf9160 2024-06-25 22:29:07 +02:00
Dario Nieuwenhuis
4d9115b3fb Update stable to Rust 1.79. 2024-06-13 20:40:04 +02:00
Joël Schulz-Andres
06234e7839 Add example to CI 2024-05-24 14:04:44 +02:00
Joël Schulz-Ansres
4e42eaef7c Add dsi example 2024-05-21 22:44:40 +02:00
Ulf Lilleengen
d90e35980f update example path 2024-05-21 10:05:21 +02:00
Dario Nieuwenhuis
7089e5b586 stm32/tests: add stm32u0 hil. 2024-05-13 16:20:52 +02:00
Dario Nieuwenhuis
fb67fe0a6c stm32: add support for STM32H7[RS] "bootflash line", add HIL tests. 2024-05-01 02:24:45 +02:00
Dario Nieuwenhuis
b3d94160b4 stm32: add support for H5[23], U5[FG], WBA5[045]. 2024-04-30 00:09:49 +02:00
Dario Nieuwenhuis
38e71a2438 ci: add u0 examples. 2024-04-16 20:38:09 +02:00
Dario Nieuwenhuis
40e7ea47ba temporarily disable stm32l152re/usart_rx_ringbuffered test. 2024-04-15 20:20:48 +02:00