arduino-upload icon indicating copy to clipboard operation
arduino-upload copied to clipboard

Atom Package for those who don't like the Arduino IDE

Results 25 arduino-upload issues
Sort by recently updated
recently updated
newest added

### Description Exception occurs when uploading. Verifying and Building works fine. ### Versions **Atom**: 1.60.0 x64 **Electron**: 9.4.4 **OS**: Microsoft Windows 10 Pro **Thrown From**: [arduino-upload](https://github.com/Sorunome/arduino-upload) package 1.8.0 ### Stack...

The installation of the package causes the Atom Editor to simply crash. When it happened the first time, I thought some configuration of mine caused the editor to crash, so...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.40.1 x64 **Electron**: 3.1.10 **OS**: Unknown Windows version **Thrown From**: [arduino-upload](https://github.com/Sorunome/arduino-upload) package 1.5.1 ### Stack Trace Failed to load the arduino-upload...

The `ide-cpp` package in Atom needs the compilation database (`compile_commands.json`) to work properly with Arduino code. This feature is now implemented in `arduino-cli`, please see: https://github.com/arduino/arduino-cli/issues/849#issuecomment-770390848 So it would be...

The result of this code adds a newline in the serial monitor after the fifth line. It still happens if I cast it to `uint8_t`, or if I change `data[0]`...

Hi, i have been using arduino-upload for the past 4 or 5 months without any problems untill today, it stopped uploading to my arduino anything, i tried to reinstall the...

Is there an option to get the error messages why a build doesn't work? The only error message is > Build failed Because without this information you need to compile...

Error compiling Arduino sketch java.lang.NullPointerException ``` /home/speed/.atom/packages/arduino-upload/lib/arduino-upload.coffee:290 at processing.app.helpers.FileUtils.listFiles(FileUtils.java:296) at processing.app.Sketch.listSketchFiles(Sketch.java:108) at processing.app.Sketch.(Sketch.java:54) at processing.app.Base.(Base.java:418) at processing.app.Base.main(Base.java:150) ```

I tried the workaround in the Troubleshooting section. Is there something that needs to be prebuilt for my version of Atom or electron? > @serialport/[email protected] install C:\Users\anewcomb\AppData\Local\Temp\apm-install-dir-12011-16768-7sg8ji.k3hlk\node_modules\arduino-upload\node_modules\@serialport\bindings > prebuild-install --tag-prefix...

I've been having some issues with failed builds for a couple of weeks, and finally found a way to get them to work. The cause is strange though, and I...

informational