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
src
bt.overlay samples: shell: Add support for UART over Bluetooth LE NUS 2024-03-22 10:25:37 +01:00
CMakeLists.txt
Kconfig
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_getopt.conf
prj_login.conf
prj_minimal_rtt.conf
prj_minimal.conf
prj.conf samples: shell: shell_module: Enable logging commands 2024-01-15 09:57:54 +01:00
sample.yaml samples: shell: shell_module: Add harness to the Bluetooth config 2024-04-03 15:32:18 -04:00
shell_module.robot
usb.overlay