Factory Test & Debugging #276
Replies: 1 comment
-
|
Oh my goodness, I figured it out. In the With that line it debugs properly! Honestly, kudos to PlatformIO, it genuinely is pretty much seamless to get a board setup and debugging. The problems I'm having with the Anyways, this is all wonderful news meaning I can continue making some progress towards updating the "Factory Test" files and better understanding the full ecosystem we will be working with :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to make my way through moving the factory tests over to PlatformIO. I have just been trying to familiarize with that ESP32 platform and Arduino framework to have a better understanding of what the various structs/functiom calls actually do.
As well, at home I have an ESP32-C3. Specifically the ESP32-C3-Rust-Dev-Kit. It's a single RISC-V core oppose to I believe the two core Xtensa processor used by Krake, but works fine for this. I'm trying to get the debugger through PlatformIO connected to it, and serial output, but I'm currently unsuccessful. The ESP32-C3 dev kit I believe has a built in JTAG debugger.
Anyways, I am trying to figure that out as I go ahead and try to move all "Factory Test" code into a single project and to PlatformIO
Beta Was this translation helpful? Give feedback.
All reactions