Conversation
There was a problem hiding this comment.
This file is not needed and should/could be deleted (if it has problems let me know please)
There was a problem hiding this comment.
This file is not needed and should/could be deleted (if it has problems let me know please)
| "liveWatch": { | ||
| "enabled": true, | ||
| "samplesPerSecond": 4 | ||
| }, |
There was a problem hiding this comment.
Live watch is an interesting setting, I am going to look into it some more to ensure it does not add to much overhead / break on JTAG / does not block interrupts / etc
There was a problem hiding this comment.
Yeah seems good to me for this case. If you think it is worth expanding into other boards let me know, those tend to have a lot more/larger static/globals though
There was a problem hiding this comment.
This breaks down when we are compiling for different presets (anything not Debug I believe)
L4HELLO
Problem and Scope
Added SWO logging for L4HELLO
Scope:
L4HELLO build target
Updated L4HELLO and L4BLINKY debug configurations (changed to CMake: build L4BLINKY and CMake: build L4HELLO)
Added SWO configuration for L4HELLO and L4BLINKY
Description
Copied G4HELLO SWO config for L4 (cpuFrequency = 80000000). Added counter variable for testing
Gotchas and Limitations
None
Testing
Testing Details
SWO console printed live updates (Worked with LOGOMATIC and redirected printf)
Larger Impact
None
Additional Context and Ticket
N/A