Maximilian Gerhardt
Maximilian Gerhardt
Where do you see "5.7"? At https://github.com/kendryte/kendryte-standalone-sdk/releases I see V0.5.6 as the latest version.
Just FYI for the devs, the board relies on the custom Arduino core https://github.com/facts-engineering/P1AMCore, which has not been developed further for 2 years and was originally forked from a Arduino...
Preliminary support in https://github.com/maxgerhardt/pio-5g-nbiot.
This was asked again in https://community.platformio.org/t/bare-metal-on-arduino-due-atmelsam/22824
There also seems to be a PR open in the referenced repo at https://github.com/ElectronicCats/ArduinoCore-samd/pull/4 regarding PlatformIO support that turn the Arduino core repository into a platform. No board files though.
-- this bug seems to be preventing the PlatformIO integration for msp430 to be working correctly with gdb (https://community.platformio.org/t/badly-formatted-error-during-debug/13916). Is there a way the program can be patched so it's...
But this is a different thing because in ``` debug_server = -c "set CPUTAPID 0x2ba01477" ``` you set a directive to set the executable that is supposed to start the...
My bad, I should have checked before. When I use that `platformio.ini`, PIO immediately gives me  in the Debug Console tab. So if you don't have that, you should...
Well first of all for it to respect the `debug_server` you must set `debug_tool = custom` but you set `debug_tool = jlink`. Try and change that. However, also the built...
>Trying to start debugging from inside VS Code (with or without skip pre-debug) still builds and then nothing happens. All instances of debugging working via the CLI but not in...