zephyr/samples/subsys/shell/shell_module
Alberto Escolar Piedras 2051e3c18e samples shell_module: Avoid setting incompatible options
Currently the USB configuration of this sample is
selecting POSIX_CLOCK and being built by default with
USB_NATIVE_POSIX. This combination is currently not possible
due to mutually exclusive dependencies (the host C library)
which results in a configuration warning and POSIX_CLOCK being
forced to 'n'.
Let's instead disable POSIX_CLOCK in this sample USB config
overlay, until the USB native driver supports building
with embedded C libraries.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-04-26 16:19:39 +02:00
..
boards samples: subsys: shell: shell_module: adding support for shell app 2023-12-18 15:00:38 +01:00
src shell: fix MISRA 5.7 violations on `struct shell` 2023-04-14 12:21:08 +02:00
CMakeLists.txt
Kconfig
bt.overlay samples: shell: Add support for UART over Bluetooth LE NUS 2024-03-22 10:25:37 +01:00
overlay-bt.conf bluetooth: nus: Change Kconfigs prefix to BT_ZEPHYR_NUS 2024-04-02 10:36:01 +03:00
overlay-usb.conf samples shell_module: Avoid setting incompatible options 2024-04-26 16:19:39 +02:00
prj.conf samples: shell: shell_module: Enable logging commands 2024-01-15 09:57:54 +01:00
prj_getopt.conf
prj_login.conf
prj_minimal.conf
prj_minimal_rtt.conf
sample.yaml samples: shell: shell_module: Add harness to the Bluetooth config 2024-04-03 15:32:18 -04:00
shell_module.robot shell_module: Add a robot test case to sample.yaml 2023-05-26 09:43:49 -04:00
usb.overlay