zephyrproject-rtos / openocd

OpenOCD with Zephyr patches for building Zephyr SDK
Other
28 stars 45 forks source link

target: add Espressif ESP32 basic support #61

Open maass-hamburg opened 4 months ago

maass-hamburg commented 4 months ago

This is a cherry-pick of https://github.com/openocd-org/openocd/commit/77287b8d47b4be8ee5612037fe1eba6f0e08147f

ESP32 is a dual core Xtensa SoC Not full featured yet. Some of the missing functionality: -Semihosting -Flash breakpoints -Flash loader -Apptrace -FreeRTOS

Change-Id: I76fb184aa38ab9f4e30290c038b5ff8850060750 Reviewed-on: https://review.openocd.org/c/openocd/+/6989 Tested-by: jenkins Reviewed-by: Ian Thompson ianst@cadence.com Reviewed-by: Antonio Borneo borneo.antonio@gmail.com