Version 0.07
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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.
|
||||
|
||||
13
NEWS
13
NEWS
@@ -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
|
||||
|
||||
4
README
4
README
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user