esp-idf/components/esp32s2
Darian Leung 97721d469c TWAI: Add ESP32-S2 support
This commit adds TWAI driver support for the
ESP32-S2. The following features were added:

- Expanded BRP support
- Expanded CLKOUT Divider Support
- Updated example READMEs
2020-06-30 16:56:03 +08:00
..
include esp_system: restore order of some init functions 2020-06-19 18:40:10 +10:00
ld TWAI: Add ESP32-S2 support 2020-06-30 16:56:03 +08:00
test esp32s2: add more unit test for esp32s2 2020-06-03 13:16:13 +08:00
CMakeLists.txt esp32, esp32s2: move startup code into esp_system 2020-06-19 18:40:09 +10:00
Kconfig esp32, esp32s2: update console initialization 2020-06-26 15:38:49 +02:00
Makefile.projbuild
cache_err_int.c esp32, esp32s2: remove dependency of cache err int init on freertos 2020-06-19 18:40:10 +10:00
clk.c esp_system: fix various review issues 2020-06-19 18:40:10 +10:00
component.mk
crosscore_int.c
dport_access.c
esp_crypto_lock.c
esp_ds.c
esp_hmac.c
hw_random.c
intr_alloc.c intr_alloc: using isr version of critical section 2020-06-03 13:16:13 +08:00
linker.lf
memprot.c
pm_esp32s2.c
pm_trace.c
sleep_modes.c sleep: enable sleep reject when entering light sleep 2020-06-24 15:45:42 +00:00
spiram.c flash mmap: fix bug for cache2phys and phys2cache on esp32s2 2020-05-26 15:14:23 +08:00
spiram_psram.c spiram: fix the read id failure 2020-06-23 11:18:20 +08:00
spiram_psram.h
system_api_esp32s2.c