doc: Add native_posix information to 2.0 release note
Contains major POSIX arch and native_posix changes between 1.14 and 2.0 releases Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
This commit is contained in:
parent
d847117dc2
commit
ef066ca85d
1 changed files with 5 additions and 4 deletions
|
@ -9,7 +9,7 @@ We are pleased to announce the release of Zephyr kernel version 2.0.0.
|
||||||
|
|
||||||
Major enhancements with this release include:
|
Major enhancements with this release include:
|
||||||
|
|
||||||
* TBD
|
* The kernel now supports both 32- and 64-bit architectures.
|
||||||
* We added support for SOCKS5 proxy. SOCKS5 is an Internet protocol that
|
* We added support for SOCKS5 proxy. SOCKS5 is an Internet protocol that
|
||||||
exchanges network packets between a client and server through a proxy server.
|
exchanges network packets between a client and server through a proxy server.
|
||||||
* Introduced support for 6LoCAN, a 6Lo adaption layer for Controller Area
|
* Introduced support for 6LoCAN, a 6Lo adaption layer for Controller Area
|
||||||
|
@ -30,17 +30,18 @@ Kernel
|
||||||
Architectures
|
Architectures
|
||||||
*************
|
*************
|
||||||
|
|
||||||
* TBD
|
* POSIX: Fix race condition with terminated threads which had never been
|
||||||
|
scheduled by kernel. On very loaded systems it could cause swap errors.
|
||||||
|
|
||||||
Boards & SoC Support
|
Boards & SoC Support
|
||||||
********************
|
********************
|
||||||
|
|
||||||
* TBD
|
* Add native_posix_64: A 64 bit variant of native_posix
|
||||||
|
|
||||||
Drivers and Sensors
|
Drivers and Sensors
|
||||||
*******************
|
*******************
|
||||||
|
|
||||||
* TBD
|
* native_posix timer driver rewrite with tickless support
|
||||||
|
|
||||||
Networking
|
Networking
|
||||||
**********
|
**********
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue