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
CMakeLists.txt
Kconfig
bt.overlay
overlay-bt.conf
overlay-usb.conf samples shell_module: Avoid setting incompatible options 2024-04-26 16:19:39 +02:00
prj.conf
prj_getopt.conf
prj_login.conf
prj_minimal.conf
prj_minimal_rtt.conf
sample.yaml
shell_module.robot
usb.overlay