zephyr/samples/subsys/shell
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
..
devmem_load samples shell/devmem_load: Replace native_posix w native_sim 2023-11-17 09:23:48 +01:00
fs flash: Move dependency on FLASH_PAGE_LAYOUT where it belongs 2024-04-10 10:01:40 +02:00
shell_module samples shell_module: Avoid setting incompatible options 2024-04-26 16:19:39 +02:00
shell.rst samples: fs: Added FS shell sample 2019-06-11 08:31:54 -04:00