Skip to content

Commit e4cb1f9

Browse files
committed
samples: shell: remove CONFIG_POSIX_TIMERS dep
remove CONFIG_POSIX_TIMERS dependency as date_service shell no longer needs that. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
1 parent e79685c commit e4cb1f9

File tree

5 files changed

+1
-14
lines changed

5 files changed

+1
-14
lines changed

samples/subsys/shell/shell_module/overlay-usb.conf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,3 @@ CONFIG_SHELL_BACKEND_SERIAL_CHECK_DTR=y
44
CONFIG_USB_CDC_ACM_LOG_LEVEL_OFF=y
55
CONFIG_UART_LINE_CTRL=y
66
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
7-
8-
# POSIX_TIMERS requires an embedded C library while the native USB driver is incompatible with it.
9-
# So let's disable it. Once USB_NATIVE_POSIX supports embedded C libraries this can be removed.
10-
CONFIG_POSIX_API=n
11-
CONFIG_POSIX_TIMERS=n
12-
# DATE_SHELL requires POSIX_TIMERS
13-
CONFIG_DATE_SHELL=n

samples/subsys/shell/shell_module/prj.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ CONFIG_THREAD_MONITOR=y
99
CONFIG_BOOT_BANNER=n
1010
CONFIG_THREAD_NAME=y
1111
CONFIG_DEVICE_SHELL=y
12-
CONFIG_POSIX_API=y
13-
CONFIG_POSIX_TIMERS=y
1412
CONFIG_DATE_SHELL=y
1513
CONFIG_THREAD_RUNTIME_STATS=y
1614
CONFIG_THREAD_RUNTIME_STATS_USE_TIMING_FUNCTIONS=y

samples/subsys/shell/shell_module/prj_getopt.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ CONFIG_THREAD_MONITOR=y
99
CONFIG_BOOT_BANNER=n
1010
CONFIG_THREAD_NAME=y
1111
CONFIG_DEVICE_SHELL=y
12-
CONFIG_POSIX_API=y
13-
CONFIG_POSIX_TIMERS=y
1412
CONFIG_DATE_SHELL=y
1513
CONFIG_THREAD_RUNTIME_STATS=y

samples/subsys/shell/shell_module/prj_login.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ CONFIG_THREAD_MONITOR=y
88
CONFIG_BOOT_BANNER=n
99
CONFIG_THREAD_NAME=y
1010
CONFIG_DEVICE_SHELL=y
11-
CONFIG_POSIX_API=y
12-
CONFIG_POSIX_TIMERS=y
1311
CONFIG_DATE_SHELL=y
1412
CONFIG_THREAD_RUNTIME_STATS=y
1513

samples/subsys/shell/shell_module/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sample:
22
name: Shell Sample
33
common:
4-
filter: not CONFIG_NATIVE_LIBC and not CONFIG_SOC_SERIES_BSIM_NRFXX
4+
filter: not CONFIG_SOC_SERIES_BSIM_NRFXX
55
tests:
66
sample.shell.shell_module:
77
platform_exclude: qemu_rx

0 commit comments

Comments
 (0)