aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2018-11-17 18:59:48 +0000
committerGitHub <noreply@github.com>2018-11-17 18:59:48 +0000
commitd3be28b500766d094e1611bfc089b1486c10b4bf (patch)
treeb75e967baf58d68eb21ab01424d3a0e772fbce96 /HISTORY.md
parent5a0c80bf0c8fbfd5a997998a7c08ba9596c72a3f (diff)
parent35fece8b9cd05542068bfff5d0134c4b88a5f6bf (diff)
Merge pull request #592 from dewhisna/cpu_speed_select
Add support for BOARD_CLOCK setting
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 d46e7a2..0f2c871 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -5,6 +5,7 @@ The following is the rough list of changes that went into different versions.
I tried to give credit whenever possible. If I have missed anyone, kindly add it to the list.
### In Development
+- New: Add support for BOARD_CLOCK for board.menu.speed and board.menu.clock entries in boards.txt files. (https://github.com/dewhisna)
- Fix: Moved CORE_LIB to the last position of the defined linked objects. (https://github.com/wingunder)
- Fix: Moved ATtiny examples to ATtinyBlink, updated alternate core instructions (issue #537) (https://github.com/sej7278)
- Fix: Add -fno-devirtualize flag to workaround g++ segfault bug (issue #486). (https://github.com/sej7278)