Eduard Iten
Eduard Iten
Hello there. Printf is broken/not working for all format specifications. Sketch: ```c++ void setup() { Serial.begin(115200); Serial.printf("Unsigned char: %hhu, unsigned long: %hu", (uint8_t)123, (uint16_t)1234); } void loop() { } ```...
Hello there is it true that copy_flash_pages is not included in urboot? If so, how can I achieve that platformio burns the Optiboot loader instead of the urboot loader? Thanks,...
Toolchain has template functions max() and min() which are conflicting with the preprocessor defines.
Hello, Debuging does not work, debug console writes about unknown dslite protocol (which is really unknown to mspdebug). Any suggestions? Regards, Edi [DebugConsole.txt](https://github.com/platformio/platform-timsp430/files/10732946/DebugConsole.txt)
State of IO2 was inverted