| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | embassy-rp: implement input/output inversion | Felipe Balbi | 2025-05-22 | 1 | -0/+34 |
| | | | | | | RP2040/RP23xx support inversion in HW of the inputs and outputs. Implement minimal support for that. | ||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -20/+20 |
| | | |||||
| * | Inital rp23 ci tests | Caleb Jamison | 2025-02-18 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -5/+5 |
| | | | | | | | | With the embedded-hal rc3 update I changed them to require `&mut self`, but in retrospect I think `&self` is better, for extra flexibility. This PR reverts the changes from the rc3 update to inherent methods. | ||||
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -5/+5 |
| | | |||||
| * | tests: use executor task arena instead of TAIT. | Dario Nieuwenhuis | 2023-11-27 | 1 | -1/+0 |
| | | |||||
| * | net-wiznet: add HIL test using w5100s. | Dario Nieuwenhuis | 2023-08-16 | 1 | -2/+1 |
| | | |||||
| * | rp/gpio: fix is_set_high/is_set_low, expand tests. | Dario Nieuwenhuis | 2023-07-11 | 1 | -2/+34 |
| | | |||||
| * | ci: run HIL tests in parallel. | Dario Nieuwenhuis | 2023-05-30 | 1 | -0/+2 |
| | | |||||
| * | rp: add OutputOpenDrain input test. | Dario Nieuwenhuis | 2022-12-06 | 1 | -3/+25 |
| | | |||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -1/+1 |
| | | |||||
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 1 | -2/+2 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -2/+2 |
| | | |||||
| * | rp: add GPIO HIL test. | Dario Nieuwenhuis | 2022-07-09 | 1 | -0/+192 |
