Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[posix] POSIX standard implementation for PSE51 #5384

Merged
merged 4 commits into from
Dec 17, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into posix
  • Loading branch information
mysterywolf authored Dec 16, 2021
commit 8be7d4474a89d91d3f59de184d022fe0935e40f9
3 changes: 1 addition & 2 deletions bsp/lpc408x/.config
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,6 @@ CONFIG_RT_USING_POSIX_DELAY=y
# 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 @@ -495,6 +493,7 @@ CONFIG_RT_USING_POSIX_DELAY=y
# CONFIG_PKG_USING_UC_CLK is not set
# CONFIG_PKG_USING_UC_COMMON is not set
# CONFIG_PKG_USING_UC_MODBUS is not set

# CONFIG_RT_USING_ARDUINO is not set
# CONFIG_PKG_USING_GUIENGINE is not set
# CONFIG_PKG_USING_PERSIMMON is not set
Expand Down
2 changes: 1 addition & 1 deletion bsp/lpc408x/rtconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@

/* POSIX (Portable Operating System Interface) layer */


#define RT_USING_POSIX_DELAY

/* Interprocess Communication (IPC) */
Expand Down Expand Up @@ -191,7 +192,6 @@

/* enhanced kernel services */


/* acceleration: Assembly language or algorithmic acceleration packages */


Expand Down
2 changes: 2 additions & 0 deletions bsp/qemu-vexpress-a9/.config
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ CONFIG_RT_USING_LWP=y
#
# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
# CONFIG_PKG_USING_U8G2 is not set

# CONFIG_PKG_USING_OPENMV is not set
# CONFIG_PKG_USING_MUPDF is not set
# CONFIG_PKG_USING_STEMWIN is not set
Expand Down Expand Up @@ -606,6 +607,7 @@ CONFIG_RT_USING_LWP=y
# CONFIG_PKG_USING_UC_CLK is not set
# CONFIG_PKG_USING_UC_COMMON is not set
# CONFIG_PKG_USING_UC_MODBUS is not set

# CONFIG_RT_USING_ARDUINO is not set
# CONFIG_PKG_USING_GUIENGINE is not set
# CONFIG_PKG_USING_PERSIMMON is not set
Expand Down
2 changes: 0 additions & 2 deletions bsp/qemu-vexpress-a9/rtconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@

/* enhanced kernel services */


/* acceleration: Assembly language or algorithmic acceleration packages */


Expand All @@ -322,7 +321,6 @@

/* entertainment: terminal games and other interesting software packages */


/* Hardware Drivers Config */

#define SOC_VEXPRESS_A9
Expand Down
1 change: 1 addition & 0 deletions bsp/qemu-vexpress-gemini/.config
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ CONFIG_RT_VBUS_RFS_DEV_NAME="rfs"
# CONFIG_PKG_USING_UC_CLK is not set
# CONFIG_PKG_USING_UC_COMMON is not set
# CONFIG_PKG_USING_UC_MODBUS is not set

# CONFIG_RT_USING_ARDUINO is not set
# CONFIG_PKG_USING_GUIENGINE is not set
# CONFIG_PKG_USING_PERSIMMON is not set
Expand Down
1 change: 0 additions & 1 deletion bsp/qemu-vexpress-gemini/rtconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@

/* enhanced kernel services */


/* acceleration: Assembly language or algorithmic acceleration packages */


Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.