Skip to content

Commit

Permalink
[posix] POSIX standard implementation for PSE51 (#5384)
Browse files Browse the repository at this point in the history
* [posix] POSIX standard implementation for PSE51

- add some posix's interfaces that we haven't before.
- these PR have passed the interface definition test across gcc platfrom;
- have tested base on qemu-a9 and stm32h750-art-pi.

* [newlib] only enable POSIX.1-1990

* update projects
  • Loading branch information
mysterywolf authored Dec 17, 2021
1 parent 417efc3 commit 6369e89
Show file tree
Hide file tree
Showing 480 changed files with 17,315 additions and 12,946 deletions.
4 changes: 4 additions & 0 deletions bsp/CME_M7/.config
Original file line number Diff line number Diff line change
Expand Up @@ -219,13 +219,16 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# CONFIG_RT_USING_POSIX_FS is not set
# CONFIG_RT_USING_POSIX_DELAY is not set
# CONFIG_RT_USING_POSIX_CLOCK is not set
# CONFIG_RT_USING_POSIX_GETLINE is not set
# CONFIG_RT_USING_PTHREADS is not set

#
# Interprocess Communication (IPC)
#
# CONFIG_RT_USING_POSIX_PIPE is not set
# CONFIG_RT_USING_POSIX_MESSAGE_QUEUE is not set
# CONFIG_RT_USING_POSIX_MESSAGE_SEMAPHORE is not set

#
# Socket is in the 'Network' category
Expand Down Expand Up @@ -478,6 +481,7 @@ CONFIG_RT_LWIP_USING_PING=y
#
# CONFIG_PKG_USING_LVGL is not set
# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LV_MUSIC_DEMO is not set
# end of LVGL: powerful and easy-to-use embedded GUI library

#
Expand Down
Loading

0 comments on commit 6369e89

Please sign in to comment.