aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSimon John <817564+sej7278@users.noreply.github.com>2020-10-20 09:13:50 +0100
committerGitHub <noreply@github.com>2020-10-20 09:13:50 +0100
commite39a026014e1bd77cd82dd9d9e01d7807c59c9b9 (patch)
treeaa2a0a8d2ae36b14f547625c50e6cd96965f67d8 /HISTORY.md
parentc7eb909b849e354fdb7630d11405ea6de706f1ba (diff)
parent01493f4e23a55e3117ee3e71b12cad35ecfa681d (diff)
Merge pull request #643 from soburi/define_board_macro
Add -DARDUINO_{build.board} and -DARDUINO_VARIANT for compile options
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 0641531..9d892e5 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -35,6 +35,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- New: Add support for Robotis OpenCR 1.0 boards.
- New: Build the ArduinoCore API
- New: Support for Python 3 and multi-os Python installation using new PYTHON_CMD variable.
+- New: Add "ARDUINO_{build.board}" to be able to detect board type.
### 1.6.0 (2017-07-11)
- Fix: Allowed for SparkFun's weird usb pid/vid submenu shenanigans (issue #499). (https://github.com/sej7278)