Skip to content

Commit 9622a6c

Browse files
committed
Add the zephyr posix library in prj conf
1 parent 879df53 commit 9622a6c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

zephyr/samples/wolftpm_wrap_caps/prj.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ CONFIG_WOLFTPM=y
77
CONFIG_WOLFTPM_I2C=n
88
CONFIG_WOLFTPM_SPI=n
99

10+
# POSIX file operations
11+
CONFIG_POSIX_API=y
12+
CONFIG_POSIX_FS=y
13+
1014
# Pthreads
1115
CONFIG_PTHREAD_IPC=y
1216

zephyr/samples/wolftpm_wrap_test/prj.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ CONFIG_WOLFTPM=y
77
CONFIG_WOLFTPM_I2C=n
88
CONFIG_WOLFTPM_SPI=n
99

10+
# POSIX file operations
11+
CONFIG_POSIX_API=y
12+
CONFIG_POSIX_FS=y
13+
1014
# Pthreads
1115
CONFIG_PTHREAD_IPC=y
1216

0 commit comments

Comments
 (0)