1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp32
Erik Ekman d47aa2d550 cpu/esp32: Flash bootloader, partition and app via openocd
https://github.com/espressif/openocd-esp32 is needed.

Example config (when compiled from source):
export OPENOCD="~/esp/openocd-esp32/src/openocd -s ~/esp/openocd-esp32/tcl"
2021-10-15 10:00:57 +02:00
..
bin cpu/esp32: activate automatic XTAL detection 2020-01-09 15:34:18 +01:00
esp-eth cpu/esp*: fix doxygen grouping warnings 2021-09-11 12:45:15 +02:00
freertos cpu/esp*: move freertos/task to cpu/esp_common 2020-02-21 09:09:34 +01:00
include cpu/esp*: fix doxygen grouping warnings 2021-09-11 12:45:15 +02:00
ld xfa: remove obsolete empty xfa.ld 2021-02-18 10:46:08 +01:00
periph treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
vendor cpu/esp_common: add overflow detection to calloc 2021-05-10 15:29:48 +02:00
doc.txt cpu/esp32/doc: Restore center alignment of tables 2021-10-13 14:56:00 +02:00
esp_xtimer.c cpu/esp32: reflecting xtimer's member change 2020-01-10 13:21:33 -08:00
irq_arch.c cpu/*: reorder ENABLE_DEBUG after last include 2020-10-23 00:45:55 +02:00
Kconfig cpu: add periph_rtt_overflow feature 2021-04-30 11:58:00 +02:00
Makefile cpu/esp32: cleanup of C++ hacks 2020-07-29 10:14:57 +02:00
Makefile.default cpu: make pm_layered a DEFAULT_MODULE 2021-01-27 13:21:20 +01:00
Makefile.dep cpu: make newlib_nano a DEFAULT_MODULE 2021-05-04 12:12:36 +02:00
Makefile.features cpu: add periph_rtt_overflow feature 2021-04-30 11:58:00 +02:00
Makefile.include cpu/esp32: Flash bootloader, partition and app via openocd 2021-10-15 10:00:57 +02:00
startup.c cpu/*: replace #if ENABLE_DEBUG with IS_ACTIVE 2020-11-02 21:34:12 +01:00
syscalls.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00