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 | |
parent | 2de0e2c4057b301cda931da246eace5de218d8af (diff) |
Version 0.07release/0.07
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | doc/chopstx.texi | 2 |
6 files changed, 22 insertions, 5 deletions
@@ -1,4 +1,3 @@ -*/board.h */build */.dep doc/chopstx.info @@ -1,3 +1,8 @@ +2015-07-15 Niibe Yutaka <gniibe@fsij.org> + + * VERSION: 0.07. + * doc/chopstx.texi (VERSION): 0.07. + 2015-07-14 Niibe Yutaka <gniibe@fsij.org> * board/board-*.h (BOARD_ID): New. @@ -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 @@ -1,6 +1,6 @@ Chopstx - Threads and only Threads - Version 0.06 - 2015-07-08 + Version 0.07 + 2015-07-15 Niibe Yutaka Flying Stone Technology @@ -1 +1 @@ -release/0.06 +release/0.07 diff --git a/doc/chopstx.texi b/doc/chopstx.texi index 2ed2090..5510888 100644 --- a/doc/chopstx.texi +++ b/doc/chopstx.texi @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename chopstx.info -@set VERSION 0.06 +@set VERSION 0.07 @settitle Chopstx Reference Manual @c Unify some of the indices. @syncodeindex tp fn |