

Persistence data for item: C:\Users\tkunze\Source\knx-samd\examples\knx-samd-demo\knx-samd-demo.inoĮntering PromoteItemAt and found the index of the item to be 0 Here are some more entries of the acitivity log:Įntering AddItem. But I don’t know what I should put there to reset the arduino zero.
#Esp8266 nodemcu ota arduino 1.8.5 serial
The serial console is really awesome now btw. It would be nice to be able to change the colors of the serial console (background, old content, new content).I would like to also choose the general arduino samples and the samples of my installed arduino libs. When creating a new project I can only choose the samples from my chosen platform.I can simulate the device reset by pressing the reset button (or unplug an replug the usb cable) Flashing with arduino ide works as it waits a while until a new com port becomes available. Otherwise Flashing fails and the device can’t be flashed with VisualGDB any more (flash was already erased, so it only starts in bootloader mode and can’t be reset any more. the “Build and Flash” command does not work.This reply was modified 3 years, 2 months ago by tried this build today it works really great. Only a soft erase sequence.Ī bit offtopic: is the olimex arm-usb-ocd-h with the swd adapter supposed to work with arduino zero?

Unfortunately the Zero doesn’t seem to have a reset sequence. – For flashing failures: I will post the command output the time it fails. = Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped = VisualGDB: Error: Command-line action failed VisualGDB: Run “C:\Program Files (x86)\Sysprogs\VisualGDB\Arduino\arduino-builder.exe -compile -logger=machine -fqbn=arduino:samd:arduino_zero_native -build-path C:\Users\tkunze\Source\knx-stack\BcuTest\Output\Arduino_Genuino_Zero_Native_USB_Port_\Debug -unoptimize=sketch -verbose -hardware “C:/Program Files (x86)/Arduino/hardware” -hardware C:\Users\tkunze\AppData\Local/Arduino15/packages -tools “C:/Program Files (x86)/Arduino/tools-builder” -tools C:\Users\tkunze\AppData\Local/Arduino15/packages -built-in-libraries “C:/Program Files (x86)/Arduino/libraries” -libraries C:\Users\tkunze\Documents/Arduino/Libraries -prefs=C:\Users\tkunze\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino9 -prefs=C:\Users\tkunze\AppData\Local\Arduino15\packages\arduino\tools\arduinoOTA\1.2.0 sketches/BcuTest.ino” in directory “C:\Users\tkunze\Source\knx-stack\BcuTest” on local computerĮxecutable: C:\Program Files (x86)\Sysprogs\VisualGDB\Arduino\arduino-builder.exeĪrguments: -compile -logger=machine -fqbn=arduino:samd:arduino_zero_native -build-path C:\Users\tkunze\Source\knx-stack\BcuTest\Output\Arduino_Genuino_Zero_Native_USB_Port_\Debug -unoptimize=sketch -verbose -hardware “C:/Program Files (x86)/Arduino/hardware” -hardware C:\Users\tkunze\AppData\Local/Arduino15/packages -tools “C:/Program Files (x86)/Arduino/tools-builder” -tools C:\Users\tkunze\AppData\Local/Arduino15/packages -built-in-libraries “C:/Program Files (x86)/Arduino/libraries” -libraries C:\Users\tkunze\Documents/Arduino/Libraries -prefs=C:\Users\tkunze\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino9 -prefs=C:\Users\tkunze\AppData\Local\Arduino15\packages\arduino\tools\arduinoOTA\1.2.0 sketches/BcuTest.inoĭirectory: C:\Users\tkunze\Source\knx-stack\BcuTestĮnvironment: EFP_BASE=C:/Users/tkunze/AppData/Local/VisualGDB/EmbeddedEFPs|TESTFW_BASE=C:/Users/tkunze/AppData/Local/VisualGDB/TestFrameworks

Build started: Project: BcuTest, Configuration: Debug Arduino Genuino Zero (Native USB Port).

Projects have no arduino icon in the solution-explorer in the current build. I think “Build and Flash” should only build the active project and flash it an ignore the configuration manager as the build command from context menu does. My project wasn’t configured for build in the configuration manager. “Build and Flash” builds the whole solution.
