esp-hal/hil-test/tests
Jesse Braham 1a2bee6f1f
Add derive macro for BuilderLite, add #[non_exhaustive] to some enums and structs (#2614)
* Add a derive procmacro to implement the Builder Lite pattern for a struct

* Add `#[non_exhaustive]` and derive `BuilderLite` where necessary in I2C module

* Add `#[non_exhaustive]` and derive `BuilderLite` where necessary in UART module

* Add `#[non_exhaustive]` and derive `BuilderLite` where necessary in SPI module

* Update `CHANGELOG.md`

* Fix build errors in HIL tests

* Fix generated doc comments

* Return a `ParseError` rather than panicking

* Add a method to set the value to `None` for `Option` types
2024-11-27 15:54:43 +00:00
..
aes_dma.rs [DMA 7/8]: Remove Dma, move channels to Peripherals (#2545) 2024-11-25 09:31:18 +00:00
aes.rs
clock_monitor.rs
crc.rs
critical_section.rs
delay_async.rs [3/3] Timer refactor: Timer driver mode, ETM support and erasure (#2586) 2024-11-27 14:10:56 +00:00
delay.rs
dma_macros.rs
dma_mem2mem.rs [DMA 7/8]: Remove Dma, move channels to Peripherals (#2545) 2024-11-25 09:31:18 +00:00
ecc.rs
embassy_interrupt_executor.rs [1/4] Timer refactor: system timer (#2576) 2024-11-22 11:24:06 +00:00
embassy_interrupt_spi_dma.rs Add derive macro for BuilderLite, add #[non_exhaustive] to some enums and structs (#2614) 2024-11-27 15:54:43 +00:00
embassy_timers_executors.rs [3/3] Timer refactor: Timer driver mode, ETM support and erasure (#2586) 2024-11-27 14:10:56 +00:00
esp_wifi_floats.rs Add missing Sealed impl (#2560) 2024-11-18 14:15:40 +00:00
get_time.rs
gpio_custom_handler.rs Move interrupt related bits out of lib.rs and into the interrupt module (#2613) 2024-11-27 10:29:32 +00:00
gpio.rs Move interrupt related bits out of lib.rs and into the interrupt module (#2613) 2024-11-27 10:29:32 +00:00
i2c.rs I2c: attempt empty writes (#2506) 2024-11-13 09:57:30 +00:00
i2s.rs [DMA 7/8]: Remove Dma, move channels to Peripherals (#2545) 2024-11-25 09:31:18 +00:00
init.rs
interrupt.rs
lcd_cam_i8080_async.rs [DMA 7/8]: Remove Dma, move channels to Peripherals (#2545) 2024-11-25 09:31:18 +00:00
lcd_cam_i8080.rs [DMA 7/8]: Remove Dma, move channels to Peripherals (#2545) 2024-11-25 09:31:18 +00:00
lcd_cam.rs [DMA 7/8]: Remove Dma, move channels to Peripherals (#2545) 2024-11-25 09:31:18 +00:00
parl_io_tx_async.rs [DMA 7/8]: Remove Dma, move channels to Peripherals (#2545) 2024-11-25 09:31:18 +00:00
parl_io_tx.rs [DMA 7/8]: Remove Dma, move channels to Peripherals (#2545) 2024-11-25 09:31:18 +00:00
pcnt.rs Remove get_ prefix from functions (#2528) 2024-11-13 15:40:26 +00:00
qspi.rs Add derive macro for BuilderLite, add #[non_exhaustive] to some enums and structs (#2614) 2024-11-27 15:54:43 +00:00
rmt.rs Fix RMT test (#2529) 2024-11-13 13:52:11 +00:00
rsa_async.rs into_async (#2430) 2024-11-04 09:32:12 +00:00
rsa.rs
sha.rs
spi_full_duplex.rs Add derive macro for BuilderLite, add #[non_exhaustive] to some enums and structs (#2614) 2024-11-27 15:54:43 +00:00
spi_half_duplex_read.rs Add derive macro for BuilderLite, add #[non_exhaustive] to some enums and structs (#2614) 2024-11-27 15:54:43 +00:00
spi_half_duplex_write_psram.rs Add derive macro for BuilderLite, add #[non_exhaustive] to some enums and structs (#2614) 2024-11-27 15:54:43 +00:00
spi_half_duplex_write.rs Add derive macro for BuilderLite, add #[non_exhaustive] to some enums and structs (#2614) 2024-11-27 15:54:43 +00:00
spi_slave.rs [DMA 7/8]: Remove Dma, move channels to Peripherals (#2545) 2024-11-25 09:31:18 +00:00
systimer.rs [3/3] Timer refactor: Timer driver mode, ETM support and erasure (#2586) 2024-11-27 14:10:56 +00:00
twai.rs Remove embedded-hal 0.2.x impls and deps from esp-hal (#2593) 2024-11-25 14:13:10 +00:00
uart_async.rs Remove pins from Io (#2508) 2024-11-12 10:36:25 +00:00
uart_regression.rs Remove some unnecessary prelude reexports (#2564) 2024-11-19 13:31:08 +00:00
uart_tx_rx_async.rs Remove pins from Io (#2508) 2024-11-12 10:36:25 +00:00
uart_tx_rx.rs Remove pins from Io (#2508) 2024-11-12 10:36:25 +00:00
uart.rs Add derive macro for BuilderLite, add #[non_exhaustive] to some enums and structs (#2614) 2024-11-27 15:54:43 +00:00
usb_serial_jtag.rs into_async (#2430) 2024-11-04 09:32:12 +00:00