cuwire icon indicating copy to clipboard operation
cuwire copied to clipboard

cli tool for microcontroller firmware

Results 5 cuwire issues
Sort by recently updated
recently updated
newest added

- [ ] installation - [ ] post-install ([link1](https://github.com/arduino/Arduino/blob/master/arduino-core/src/processing/app/Platform.java#L204)) - [x] ignore for earlier Arduino IDE versions - [x] add avr tools (`avr-gcc`, `avrdude`) automatically from hardware/tools/avr

I've checked, hardware folder exists and board selections functions fine in the Arduino 1.5.8 IDE. Uses standard Arduino IDE folder locations. this is the output: MacBook-van-Remco:tools remcokortekaas$ cuwire boards node.js:838...

Arduino is actually a specification. Workflow as see-the-source spec: 1. [ ] all `.ino`/`.pde` is concatenated together (not sure about feature usability) 2. [x] resulting file is preprocessed (insert `#include...

Hi @apla, I'm an author of http://platformio.org project. The one thing that is missed in PlatformIO is own IDE. However, it can be easy [integrated to popular IDEs](http://docs.platformio.org/en/latest/ide.html). Are you...

**cli precondition:** cuwire is called with `upload` or `console` command along with `board` option but no `port` option. and User has either: - one mcu board with native USB plugged...