Udo Eberhardt
Udo Eberhardt
Columns can be enabled/disabled via context menu. The current setting should be made persistent in the dbconf file. I use DebugView++ in different scenarios and the basic idea is that...
Hi, I'm referring to the assembly files in ports/cortex_m7/gnu/src (The issue should be present in other cortex_m/gnu ports as well but I haven't checked this). Shouldn't all those .S files...
Hi, When gdb stops on a breakpoint in thread context and I list stack frames (via bt command, or my IDE issues a -stack-list-frames command) then gdb's stack unwind algorithm...
Hi, This commit introduced an issue. https://github.com/ARM-software/CMSIS_5/commit/11e3d0f8608ca1e5002f10ded886d59181338e3b The introduction of the local variable _object_ in osRtxThreadDelayTick() increases code size of that function significantly. If EvrRtxEventFlagsWaitTimeout() etc. are empty macros, the...