Skip to content

Commit 90bd46c

Browse files
committed
Add the CONFIG_POSIX_API so we can use read write
1 parent 2a3e3d7 commit 90bd46c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

zephyr/samples/wolftpm_wrap_caps/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CONFIG_WOLFTPM_I2C=n
88
CONFIG_WOLFTPM_SPI=n
99

1010
# POSIX file operations
11-
CONFIG_POSIX_API=n
11+
CONFIG_POSIX_API=y
1212
CONFIG_POSIX_FS=n
1313

1414
# Pthreads

zephyr/samples/wolftpm_wrap_test/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CONFIG_WOLFTPM_I2C=n
88
CONFIG_WOLFTPM_SPI=n
99

1010
# POSIX file operations
11-
CONFIG_POSIX_API=n
11+
CONFIG_POSIX_API=y
1212
CONFIG_POSIX_FS=n
1313

1414
# Pthreads

zephyr/user_settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ extern "C" {
3333
#undef WOLFTPM_EXAMPLE_HAL
3434
#define WOLFTPM_EXAMPLE_HAL
3535

36-
#undef WOLFTPM_ZEPHYR
36+
#undef WOLFTPM_ZEPHYR
3737
#define WOLFTPM_ZEPHYR
3838

3939
/* -- WOLFSSL SETTINGS -- */

0 commit comments

Comments
 (0)