aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar Muthu <sudar@sudarmuthu.com>2019-04-20 14:37:12 +0530
committerGitHub <noreply@github.com>2019-04-20 14:37:12 +0530
commit8c85ca7001580a04438490332c7b4e0418856d94 (patch)
treed30867a3b4c2e9924c87f1f7bf1fab84e62b2925 /HISTORY.md
parent4e465c693cb6771e3501b98f8d4802499ae26acb (diff)
parent12c62dd200d648e7740e9a1797935eb07ad75936 (diff)
Merge pull request #598 from Dukejung/master
Add OpenCR.mk for OpenCR 1.0 board example sketch
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 f1ce9aa..04ff1e4 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -29,6 +29,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- New: Added the TOOL_PREFIX variable for setting up the executable tools centrally and generically. (https://github.com/wingunder)
- New: Add support for BOARD_CLOCK for board.menu.speed and board.menu.clock entries in boards.txt files. (https://github.com/dewhisna)
- New: Updated Arch instructions. (https://github.com/Akram-Chehaima)
+- New: Add support for Robotis OpenCR 1.0 boards.
### 1.6.0 (2017-07-11)
- Fix: Allowed for SparkFun's weird usb pid/vid submenu shenanigans (issue #499). (https://github.com/sej7278)