OVMS3-idf/components/esp32
Ivan Grokhotkov 0290a34b55 components/esp32: clean up cpu_start
Move CPU region protection setup into soc/cpu.h
change tabs to spaces
remove unused extern declarations
use RTC_WDTCONFIG0 instead of numeric address (still need to fix BB reg)
2016-09-15 02:03:55 +08:00
..
include components/esp32: clean up cpu_start 2016-09-15 02:03:55 +08:00
ld header files: modify rom code and soc header files 2016-09-12 17:47:49 +08:00
lib@e793e8ac04 esp32/lib: Bump WiFi revision 2016-09-12 19:32:05 +08:00
abi.cpp Initial public version 2016-08-17 23:08:22 +08:00
component.mk Merge branch 'master' into feature/esptool_upstream 2016-09-12 18:02:10 +10:00
cpu_start.c components/esp32: clean up cpu_start 2016-09-15 02:03:55 +08:00
event.c callback: add a void* pointer with each callback 2016-09-13 16:20:29 +08:00
heap_alloc_caps.c components/log: add implementation, update a few components to use it 2016-09-15 00:53:33 +08:00
heap_alloc_caps.h Initial public version 2016-08-17 23:08:22 +08:00
ipc.c components/esp32: add inter-processor call API and implement spi_flash through it 2016-09-12 18:54:45 +08:00
Kconfig components/esp32: remove dependency of WIFI_ENABLED on FREERTOS_UNICORE 2016-09-12 19:53:38 +08:00
libhal.a Initial public version 2016-08-17 23:08:22 +08:00
spiram.h Initial public version 2016-08-17 23:08:22 +08:00
syscalls.c esp32: modify realloc behaves just like malloc when pass a null pointer for ptr. 2016-09-09 15:06:56 +10:00
wifi.c callback: add a void* pointer with each callback 2016-09-13 16:20:29 +08:00