| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 1 | -1/+1 |
| | | |||||
| * | Inital rp23 ci tests | Caleb Jamison | 2025-02-18 | 1 | -17/+8 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Fix warnings in recent nightly. | Dario Nieuwenhuis | 2024-03-20 | 1 | -4/+8 |
| | | |||||
| * | Add SetConfig impl to rp2040 i2c | Caleb Jamison | 2024-02-22 | 1 | -36/+58 |
| | | | | | Also expand test to cover 1kHz, 100kHz, 400kHz, and 1MHz speeds. | ||||
| * | correct spelling of the word "receive" | Stefan Gehr | 2024-02-03 | 1 | -1/+1 |
| | | |||||
| * | tests: use executor task arena instead of TAIT. | Dario Nieuwenhuis | 2023-11-27 | 1 | -1/+0 |
| | | |||||
| * | Upgrade static-cell to v2.0 | Dario Nieuwenhuis | 2023-11-02 | 1 | -1/+1 |
| | | |||||
| * | tests/rp: add teleprobe meta. | Dario Nieuwenhuis | 2023-09-10 | 1 | -0/+1 |
| | | |||||
| * | Test cleanup | Caleb Jamison | 2023-09-10 | 1 | -4/+1 |
| | | |||||
| * | I2c slave take 2 | Caleb Jamison | 2023-09-10 | 1 | -17/+16 |
| | | | | | | | refactored to split modules renamed to match upstream docs slight improvement to slave error handling | ||||
| * | rp2040 I2cDevice | Caleb Jamison | 2023-09-10 | 1 | -0/+215 |
| Move i2c to mod, split device and controller Remove mode generic: I don't think it's reasonable to use the i2c in device mode while blocking, so I'm cutting the generic. | |||||
