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

Parses an Arduino Sketch and converts it into valid C++ source code

Results 10 arduino-preprocessor issues
Sort by recently updated
recently updated
newest added

Using Arduino IDE 1.9.0-beta build 25 with Windows 7 64 bit 1. File > Preferences > Compiler warnings: > any setting above "None" 1. Compile the following sketch: ```arduino #warning...

Using Arduino IDE Beta build 25 with Windows 7 64 bit - Install [FastLED ](https://github.com/FastLED/FastLED)library (it's in the Library Manager index) - Compile the following sketch (EDIT: for Arduino/Genuino Uno...

help wanted
type: imperfection

It goes for very simple functions; the following function is not included in the forward declarations: ```C++ void test(int t = 1) { Serial.print(t); } ``` ... while the function...

topic: code
type: imperfection

I don't know how prototypes are currently being generated but there is a difference in 1.9.0 vs 1.8.5 1.9.0 appears to be generating prototypes differently than 1.8.5 which can cause...

topic: code
type: imperfection

There are no prebuilt packages available for ppc64el (OpenPOWER) systems, despite the software working on those platforms. OpenPOWER systems are being deployed more widely, especially in education, and having an...

When pressing CTRL + Space in Arduino IDE. The pre-processor crashes leaving this error report. /Applications/Arduino Beta.app/Contents/Java/arduino-builder -code-complete-at /Users/martyn/Documents/Arduino/sketch_jan06a/sketch_jan06a.ino:12:12 -logger=machine -hardware /Applications/Arduino Beta.app/Contents/Java/hardware -hardware /Users/martyn/Library/Arduino15/packages -tools /Applications/Arduino Beta.app/Contents/Java/tools-builder -tools /Applications/Arduino...

I am in the process of writing a Gentoo ebuild. I'm assuming it is GPL 2 based on the [arduino FAQ](https://www.arduino.cc/en/Main/FAQ)? Thanks.

Using Arduino IDE Beta build 31 with Windows 7 64 bit 1. Download https://github.com/adafruit/Adafruit_ASFcore/archive/master.zip 2. Sketch > Include Library > Add .ZIP Library > Select the downloaded file > Open...

Would you consider releasing the preprocessor (and other tools like builder) under an alternative license? GPL is [challenging](http://redmonk.com/sogrady/2017/01/13/the-state-of-open-source-licensing/) to use in corporate-sponsored projects and many companies would prefer Apache 2....

Happens in windows and linux. This is with the latest ``` C:\temp\temp\new5\arduino-preprocessor>arduino-preprocessor.exe Blink.ino Error while trying to load a compilation database: Could not auto-detect compilation database for file "Blink.ino" No...

type: imperfection