diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2015-07-15 12:08:15 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2015-07-15 12:09:07 +0900 |
commit | bdaae5661d374d8bc7fe2a3244c10f535180bc2a (patch) | |
tree | 9e8d6975c6422e77e12fded29ca1501a29232a20 /NEWS | |
parent | 2de0e2c4057b301cda931da246eace5de218d8af (diff) |
Version 0.07release/0.07
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,6 +1,19 @@ NEWS - Noteworthy changes +* Major changes in Chopstx 0.07 + + Released 2015-07-15 + +** New Board macro definitions +Each board-*.h should have BOARD_ID and BOARD_NAME now. +FLASH_PAGE_SIZE and NEUG_ADC_SETTING2_* are deprecated. + +** New sys.c (2.1) +Flash memory size is probed at runtime now. System +service flash pages now include sys_board_id and sys_board_name. + + * Major changes in Chopstx 0.06 Released 2015-07-08 |