From 1239263896058b7b3d9614e61ab5e14cb92d3cc6 Mon Sep 17 00:00:00 2001 From: Simon John Date: Sun, 17 Aug 2014 19:29:43 +0200 Subject: Fix regex for "make show_boards" on 1.5 In 1.5.6 the Due board has an underscore, this regex tweak allows for: arduino_due_x_dbg Arduino Due (Programming Port) arduino_due_x Arduino Due (Native USB Port) --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) (limited to 'HISTORY.md') diff --git a/HISTORY.md b/HISTORY.md index 072e695..173f495 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -16,6 +16,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it - Add: Add documentation about CFLAGS_STD and CXXFLAGS_STD (Issue #234) (https://github.com/ladislas) - Tweak: Update Malefile-example.mk with STD flags (https://github.com/ladislas) - Add: Allow "make clean" target to be extended (Issue #239). (https://github.com/sej7278) +- Fix: Update "make show_boards" regex to work with the Due in 1.5. (https://github.com/sej7278) ### 1.3.4 (2014-07-12) - Tweak: Allow spaces in "Serial.begin (....)". (Issue #190) (https://github.com/pdav) -- cgit v1.2.3