Skip to content

Commit f5160b0

Browse files
committed
Prepare v4.0 release
1 parent 072b082 commit f5160b0

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ make
6060

6161
## Current State
6262

63+
v4.0:
64+
65+
* Synced with [Circle Step 34](https://github.com/rsta2/circle/releases/tag/Step34).
66+
* Added CStdlibApp, CStdlibAppScreen, CStdlibAppStdio and CStdlibAppNetwork for
67+
easier application creation (thanks to Rene Stange).
68+
69+
Previous releases:
70+
6371
v3.0:
6472

6573
* Synced with [Circle Step 33](https://github.com/rsta2/circle/releases/tag/Step33).
@@ -69,8 +77,6 @@ support for C and C++ standard libraries. This is due to the fact that the Newli
6977
is replaced by circle-stdlib's Newlib build, and the toolchain's standard C++ library works with the
7078
replaced Newlib.
7179

72-
Previous releases:
73-
7480
* v2.0: This release implements Newlib's open(), close(), read() and write()
7581
system calls bases on Circle's I/O functions. This enables stdio functionality.
7682
A small [test program](samples/03-stdio-fatfs) demonstrates the use of

0 commit comments

Comments
 (0)