tcl/target: STM8L Low density cfg files
tcl/target: add cfg files for STM8L Low density devices
tcl/target: add cfg files for STM8L Low density devices
tcl/target: add cfg files for STM8L Low density devices
tcl/target: add cfg files for STM8L Low density devices
topic: target cfg files for STM8L Low density devices
Dear @arehnman, hello everyone, first of all, thanks for sharing this great project! After playing a bit with stm8-gdb and OpenOCD I managed to debug an STM8L101 target. It was fun but as a total newbie I had to navigate a few rough spots, especially in OpenOCD (maybe I just goofed but so did others) and adding some of my findings to the docs might help: OpenOCD interface config new targets, e.g. STM8L Low Density capabilities/limitations of the STM8 DM As it makes little sense to propose changes...
Ken Yap found out that using octal escapes instead of "delimiting chars" (e..g ",") doesn't lead to a crash. See https://github.com/TG9541/stm8ef/issues/259 for more information and the applied workaround. By the way, the patch above would really help some SDCC users to find macros that won't work because of a bug deep in the macro feature. A crash with "Segmentation fault (core dumped)¨ without any line number information is not nice.