I use the 1.6.7 Arduino IDE and I’ve installed the "Arduino SAM Boards (32-bits ARM Cortex-M3)" item for my DUE board, and it works fine.
However, I would like to tune some build parameters in my boards.txt
file. Problem: I do not have a INSTALL/hardware/arduino/sam
folder!
I do have the traditional INSTALL/hardware/arduino/avr
folder, but in this one boards.txt
does not contain the settings for the DUE.
- Where can the settings of the DUE be found?
- Should I create myself a new
boards.txt
file in a newsam/
folder? What should be its default content?