esp-idf/components/esp_system
Jakob Hasse 58583f187e [esp_system]: added __cxx_eh_arena_size_get again
* This function has been accidentally removed.
  It is necessary to provide the emergency
  exception memory pool size for C++ code.
  Since our libstdc++ always has exceptions
  enabled, this function must exist here even if
  -fno-exception is set for user code.
2021-06-24 12:19:34 +08:00
..
include ci: run Example_GENERIC for C3 2021-05-20 14:32:47 +10:00
port uart: fix misleading files for UART2 2021-04-29 14:23:13 +08:00
test esp_system: support gpio wakeup from deep sleep on esp32c3 2021-02-26 17:08:22 +08:00
CMakeLists.txt bootloader: fix external 32k xtal not found error 2021-01-20 16:51:20 +08:00
component.mk esp_system: support riscv panic 2020-11-13 07:49:11 +11:00
esp_async_memcpy.c async_mcp: clean eof flag when prepare rx descriptors 2021-02-24 17:46:23 +08:00
intr_alloc.c intr_alloc: re-enable unit test 2021-02-02 20:25:50 +08:00
Kconfig esp_system: add VDD_SDIO power domain configuration to documentation 2021-04-06 14:04:22 +08:00
linker.lf components: fix ldgen check errors 2021-01-19 11:17:18 +08:00
panic.c esp_system: remove remaining use of old gdbstub header 2020-12-18 09:32:24 +08:00
sdkconfig.rename Security: ESP32C3 memory protection feature (IRAM0/DRAM0) 2021-01-27 08:44:03 +01:00
sleep_modes.c soc: merge C3 caps into a single soc_caps.h 2021-05-11 15:20:54 +08:00
startup.c [esp_system]: added __cxx_eh_arena_size_get again 2021-06-24 12:19:34 +08:00
system_api.c Security: ESP32C3 memory protection feature (IRAM0/DRAM0) 2021-01-27 08:44:03 +01:00
system_time.c esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00