embassy/tests/rp/src/bin
Dario Nieuwenhuis 495b8b739a Change GPIO inherent methods back to &self.
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.
2024-01-10 00:00:10 +01:00
..
adc.rs tests: use executor task arena instead of TAIT. 2023-11-27 01:23:49 +01:00
bootsel.rs tests: use executor task arena instead of TAIT. 2023-11-27 01:23:49 +01:00
cyw43-perf.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
dma_copy_async.rs tests: use executor task arena instead of TAIT. 2023-11-27 01:23:49 +01:00
ethernet_w5100s_perf.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
flash.rs tests: use executor task arena instead of TAIT. 2023-11-27 01:23:49 +01:00
float.rs tests: use executor task arena instead of TAIT. 2023-11-27 01:23:49 +01:00
gpio.rs Change GPIO inherent methods back to &self. 2024-01-10 00:00:10 +01:00
gpio_async.rs tests: use executor task arena instead of TAIT. 2023-11-27 01:23:49 +01:00
gpio_multicore.rs tests: use executor task arena instead of TAIT. 2023-11-27 01:23:49 +01:00
i2c.rs tests: use executor task arena instead of TAIT. 2023-11-27 01:23:49 +01:00
multicore.rs tests: use executor task arena instead of TAIT. 2023-11-27 01:23:49 +01:00
pio_irq.rs tests: use executor task arena instead of TAIT. 2023-11-27 01:23:49 +01:00
pio_multi_load.rs tests: use executor task arena instead of TAIT. 2023-11-27 01:23:49 +01:00
pwm.rs Change GPIO inherent methods back to &self. 2024-01-10 00:00:10 +01:00
spi.rs tests: use executor task arena instead of TAIT. 2023-11-27 01:23:49 +01:00
spi_async.rs tests: use executor task arena instead of TAIT. 2023-11-27 01:23:49 +01:00
uart.rs tests: use executor task arena instead of TAIT. 2023-11-27 01:23:49 +01:00
uart_buffered.rs tests: use executor task arena instead of TAIT. 2023-11-27 01:23:49 +01:00
uart_dma.rs tests: use executor task arena instead of TAIT. 2023-11-27 01:23:49 +01:00
uart_upgrade.rs tests: use executor task arena instead of TAIT. 2023-11-27 01:23:49 +01:00