1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp32/periph
Gunar Schorcht db945bdd86 cpu/esp32: fix CS handling in spi_transfer_bytes
If `SPI_CS_UNDEF` is given as the `cs` parameter, CS pin must not be handled by the driver. Furthermore, if `cont` parameter is true, CS pin must not be disabled at the end of one transfer.
2019-10-22 08:14:49 +02:00
..
adc_ctrl.c cpu/esp32: new module for ADC controller functions 2019-05-01 09:40:17 +02:00
adc.c cpu/esp32: ADC config approach changed 2019-05-02 16:38:52 +02:00
can.c cpu/esp32: driver for ESP32 CAN as periph_can 2019-09-20 19:39:23 +02:00
cpuid.c cpu: add esp32 2018-10-08 12:20:49 +02:00
dac.c cpu/esp32: DAC config approach changed 2019-05-06 13:29:38 +02:00
flash.c cpu/esp32: fix periph_flash param checks for mtd 2019-08-21 01:16:47 +02:00
gpio.c cpu/esp32: fix of gpio_read for output ports 2019-08-01 15:22:02 +02:00
hwrng.c cpu: add esp32 2018-10-08 12:20:49 +02:00
i2c_hw.c Merge pull request #12063 from maribu/i2c_release 2019-10-01 19:50:38 +02:00
i2c_sw.c Merge pull request #12063 from maribu/i2c_release 2019-10-01 19:50:38 +02:00
Makefile cpu/esp32: use periph.mk in perpih Makefile 2019-04-04 00:48:33 +02:00
pm.c cpu: add esp32 2018-10-08 12:20:49 +02:00
pwm.c cpu: make use of ARRAY_SIZE macro 2019-08-06 19:43:54 +02:00
rtc.c cpu: add esp32 2018-10-08 12:20:49 +02:00
spi.c cpu/esp32: fix CS handling in spi_transfer_bytes 2019-10-22 08:14:49 +02:00
timer.c cpu: add esp32 2018-10-08 12:20:49 +02:00
uart.c cpu/esp32: fixup after rebase 2019-05-06 13:34:59 +02:00