KurtE

Results 44 comments of KurtE

Thanks @per1234, Another related symptom of my gut says changed was with plugging in a board and being able to choose it from the toolbar drop down list. Example I...

I believe I figured it out what happened. Before this I had done a SaveAs operation to this new name. The code hung with spinning ... So I closed out...

Maybe, I just reproduced it. I was verifying fine... Then I decided to program a board, so I turned it on, and tried to compile and it warned that I...

@per1234 Thanks, that helps. I remember from before there was some location to delete. This time, so far it does not look like deleting this data caused the IDE to...

Still appears to be issue with 2.1 (actually nightly build 0510) Wondering if deleting all of C:\Users\\AppData\Roaming\arduino-ide is still the best/only option to resolve this? You still end up with...

Side Note: at least with the newer builds, changes to platform.txt are picked up, if you close out the IDE and restart it. As mentioned in the form thread: https://forum.arduino.cc/t/why-does-the-compiler-add-4x-00-to-a-string-array-element/1152890/57

Quick update, I just synced the sources again as I see a couple of commits... Still does not build: ``` "C:\\Users\\kurte\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\arm-none-eabi-gcc\\7-2017q4/bin/arm-none-eabi-g++" -c -x assembler-with-cpp -mcpu=cortex-m7 -mfpu=fpv5-d16 -DARDUINO=10607 -DARDUINO_GIGA -DARDUINO_ARCH_MBED_GIGA -DARDUINO_ARCH_MBED...

Again Note: current code does not build on GIGA nor Teensy MicroMod or 3.6 ``` #if !defined (HAS_SSE) && !defined(HAS_NEON) // do columns first ucColMask = ucMaxACCol | 1; //...

Sorry, I was in the process of updating the FlexIO library, to hopefully handle all of the Shifters and Timers. The manual mentions that there are 4 and 4 but...

To me, this issue, is simply the current Dark Arduino Theme is not useable. The cursor is more or less invisible. As is itrelated to #1721? Maybe only if that...