esp-idf/components/hal/esp32h2
Omar Chebib a6e14c37b2 SPI: chip select can now be kept active if the bus has been acquired
The user can now request the chip select to remain active after the current
transfer. In order to do so, he MUST acquire the bus first with `spi_device_acquire_bus()`
function, else, an error is returned.
2021-07-21 10:39:45 +08:00
..
include/hal SPI: chip select can now be kept active if the bus has been acquired 2021-07-21 10:39:45 +08:00
adc_hal.c esp32h2: update driver/hal/soc components to support esp32h2 2021-07-01 19:53:11 +08:00
brownout_hal.c esp32h2: copy driver/hal/soc components from esp32c3 2021-07-01 19:53:11 +08:00
hmac_hal.c esp32h2: copy driver/hal/soc components from esp32c3 2021-07-01 19:53:11 +08:00
rtc_cntl_hal.c esp32h2: fixes after rebase 2021-07-01 19:53:50 +08:00