| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | nrf53: add WDT support | Matthew Tran | 2025-04-20 | 1 | -0/+1 | |
| | | ||||||
| * | RIP stm32l073rz | Dario Nieuwenhuis | 2025-04-18 | 1 | -0/+1 | |
| | | ||||||
| * | fix: stm32wb55 low power feature did not compile | ckrenslehner | 2025-04-15 | 1 | -0/+1 | |
| | | ||||||
| * | Add Embassy iMXRT RTC Time Driver | Felipe Balbi | 2025-04-09 | 1 | -2/+2 | |
| | | ||||||
| * | Add embassy-imxrt | Felipe Balbi | 2025-04-09 | 1 | -0/+2 | |
| | | | | | | Adds initial support for MIMXRT600 series MCUs from NXP. Subsequent PRs will add more drivers. | |||||
| * | Merge pull request #4017 from shilga/SpinlockMutex | Dario Nieuwenhuis | 2025-04-07 | 1 | -0/+1 | |
| |\ | | | | | | | embassy-rp: Spinlock mutex implementation | |||||
| | * | embassy-rp: add multicore test for SpinlockRawMutex | Sebastian Quilitz | 2025-04-07 | 1 | -0/+1 | |
| | | | ||||||
| * | | mspm0: add uart tests | i509VCB | 2025-04-06 | 1 | -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 Nieuwenhuis | 2025-04-06 | 1 | -1/+2 | |
| |/ | ||||||
| * | build c1104 seperately for defmt buffer size | i509VCB | 2025-03-19 | 1 | -1/+5 | |
| | | ||||||
| * | Revert "build C1104 with --release" | i509VCB | 2025-03-15 | 1 | -1/+1 | |
| | | | | | This reverts commit 7336ca549e17d899471cb96a5106dd6836a40eea. | |||||
| * | build C1104 with --release | i509VCB | 2025-03-15 | 1 | -1/+1 | |
| | | | | | C1104 only has 1KB of ram, so we must build in release | |||||
| * | Add mspm0 chips to CI which have working int_group implementations | i509VCB | 2025-03-15 | 1 | -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` folder | Curly | 2025-02-23 | 1 | -1/+1 | |
| | | ||||||
| * | Forgot to actually skip the adc test. | Caleb Jamison | 2025-02-18 | 1 | -0/+2 | |
| | | | | | It worked once, which is very surprising. | |||||
| * | Inital rp23 ci tests | Caleb Jamison | 2025-02-18 | 1 | -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 Nieuwenhuis | 2025-02-17 | 1 | -90/+90 | |
| | | ||||||
| * | RIP nrf52833-dk | Dario Nieuwenhuis | 2025-01-29 | 1 | -0/+1 | |
| | | ||||||
| * | stm32: test split pins in CI. | Dario Nieuwenhuis | 2025-01-21 | 1 | -1/+1 | |
| | | ||||||
| * | feat: mmap mode for qspi and example | Liu Hancheng | 2025-01-07 | 1 | -0/+1 | |
| | | ||||||
| * | Merge pull request #3691 from fatfingers23/feature/rm2_feature_flag | Dario Nieuwenhuis | 2024-12-29 | 1 | -1/+1 | |
| |\ | | | | | | | cyw43-Pio: Add pio clock divider as a param for new | |||||
| | * | Removed the cyw43-pio overclock feature | Bailey Townsend | 2024-12-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | ci: add embassy-usb to build tests | 9names | 2024-12-29 | 1 | -0/+9 | |
| |/ | ||||||
| * | Rename ETQD, bump date | Dániel Buga | 2024-12-22 | 1 | -2/+2 | |
| | | ||||||
| * | Disable failing test | Dániel Buga | 2024-12-16 | 1 | -0/+3 | |
| | | ||||||
| * | Make `integrated-timers` the default, remove Cargo feature. | Dario Nieuwenhuis | 2024-12-15 | 1 | -9/+2 | |
| | | ||||||
| * | Refactor integrated-timers | Dániel Buga | 2024-12-10 | 1 | -1/+3 | |
| | | ||||||
| * | nrf: add nrf54l base: gpio and time driver. | Dario Nieuwenhuis | 2024-11-17 | 1 | -0/+3 | |
| | | ||||||
| * | Add examples/stm32h7b0 to CI | Dario Nieuwenhuis | 2024-10-27 | 1 | -0/+1 | |
| | | ||||||
| * | stm32: Fix build for chips with octospim but not octospi2. | Dario Nieuwenhuis | 2024-10-21 | 1 | -0/+1 | |
| | | ||||||
| * | enable ci usart tests | Alexandros Liarokapis | 2024-10-15 | 1 | -5/+0 | |
| | | ||||||
| * | Merge pull request #3343 from george-cosma/hal-with-pac | Ulf Lilleengen | 2024-10-07 | 1 | -0/+2 | |
| |\ | | | | | | | LPC: embassy-lpc55 hal base with gpio and pint driver | |||||
| | * | feat: embassy-lpc55 hal with gpio and pint driver | George Cosma | 2024-10-07 | 1 | -0/+2 | |
| | | | ||||||
| * | | Disable nrf52840 hil tests. | Dario Nieuwenhuis | 2024-09-16 | 1 | -1/+2 | |
| | | | ||||||
| * | | net: refactor to simplify lifetimes/generics. | Dario Nieuwenhuis | 2024-09-16 | 1 | -1/+1 | |
| |/ | ||||||
| * | stm32/tests: disable flaky stm32wl55jc/usart_rx_ringbuffered | Dario Nieuwenhuis | 2024-09-04 | 1 | -0/+1 | |
| | | ||||||
| * | rp: use the rp-binary-info crate for binary info. | Dario Nieuwenhuis | 2024-08-17 | 1 | -0/+1 | |
| | | ||||||
| * | disable uart ringbuffered test on f2. | Dario Nieuwenhuis | 2024-08-17 | 1 | -1/+2 | |
| | | ||||||
| * | Temporarily disable stm32f1 tests. | Dario Nieuwenhuis | 2024-08-17 | 1 | -0/+3 | |
| | | ||||||
| * | Adding nrf9151 and nrf9161 feature coverage to CI | nerwalt | 2024-08-12 | 1 | -0/+6 | |
| | | ||||||
| * | rp: update PAC, fix CI. | Dario Nieuwenhuis | 2024-08-12 | 1 | -3/+4 | |
| | | ||||||
| * | Intrinsics aren't implemented for 235x yet. | Caleb Jamison | 2024-08-09 | 1 | -3/+2 | |
| | | ||||||
| * | Maybe fix ci/build II | Caleb Jamison | 2024-08-09 | 1 | -4/+3 | |
| | | ||||||
| * | Maybe fix ci/build? | Caleb Jamison | 2024-08-09 | 1 | -4/+8 | |
| | | ||||||
| * | cyw43: add Bluetooth support. | Dario Nieuwenhuis | 2024-08-05 | 1 | -0/+2 | |
| | | | | | Co-Authored-By: Brandon Ros <[email protected]> | |||||
| * | Change dual bank CI test to non-dual core | Dion Dokter | 2024-08-05 | 1 | -1/+1 | |
| | | ||||||
| * | Change embassy-boot ci tests to non-dual core chip for simplicity. | Dion Dokter | 2024-08-05 | 1 | -2/+4 | |
| | | | | | Add new examples to CI | |||||
| * | Update to Rust 1.80, make check-cfg unconditional. | Dario Nieuwenhuis | 2024-07-25 | 1 | -6/+0 | |
| | | ||||||
| * | ci: add instructions to install cargo-batch if not installed. | Dario Nieuwenhuis | 2024-07-24 | 1 | -0/+8 | |
| | | ||||||
| * | Fixing 9151 s and ns ci example builds | nerwalt | 2024-07-15 | 1 | -1/+2 | |
| | | ||||||
