Timeline for Trying to track down macro or #define values, possibly in arduino preprocessor
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 7, 2015 at 10:02 | answer | added | fuenfundachtzig | timeline score: 4 | |
| Mar 6, 2015 at 23:26 | comment | added | Anonymous Penguin | Arduino inclusion is dark magic mixed with randomness... I haven't been able to find a consistent include "scheme" for Arduino, although I haven't poked around in the source. | |
| Mar 6, 2015 at 17:23 | comment | added | Gerben | I usually do a search on the github page (github.com/arduino/Arduino/tree/master/hardware/arduino/avr/…) | |
| Mar 6, 2015 at 17:12 | comment | added | BrettFolkins | Most of the #defines happen an Arduino.h and the board variant files, although a few are passed as compiler arguments if you still can't find anything. | |
| Mar 6, 2015 at 16:57 | comment | added | Edgar Bonet |
On Linux, I usually just grep -l FOO /usr/share/arduino/hardware/arduino/cores/arduino/*.h or grep -lr FOO /usr/lib/avr/include/.
|
|
| Mar 6, 2015 at 15:32 | review | First posts | |||
| Mar 6, 2015 at 23:26 | |||||
| Mar 6, 2015 at 15:29 | comment | added | Ignacio Vazquez-Abrams | The Arduino IDE handles very few of these itself. Try looking at what AVR-GCC does. | |
| Mar 6, 2015 at 15:28 | history | asked | russ_hensel | CC BY-SA 3.0 |