esp-idf/components/esp_system/port/esp32s2
Ivan Grokhotkov 4dc1195ca5 esp_system: fix incorrect critical section usage in usb_console
spinlock_acquire does not disable interrupts, whereas
portENTER_CRITICAL does.

Closes IDF-2049
2020-10-13 17:39:31 +02:00
..
CMakeLists.txt
async_memcpy_impl_cp_dma.c
clk.c
dport_panic_highint_hdl.S
reset_reason.c
usb_console.c esp_system: fix incorrect critical section usage in usb_console 2020-10-13 17:39:31 +02:00