zephyr/subsys/shell/modules
Alberto Escolar Piedras 06f15fcc36 subsys shell devmem_service: Fix includes
* The include for the host libC should be guarded with
  using the host libC instead of the POSIX arch, as this
  supports other C libraries.
* This code uses getopt, which is an extension to the
  C library. Let's explicity select one of the extensions
  which includes it instead of relaying on somebody having
  set it for this file somewhere else.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-01-26 07:48:55 -05:00
..
CMakeLists.txt
date_service.c shell: date_service: conditionally include posix/time.h 2023-08-23 10:06:00 +02:00
device_service.c device: make device dependencies optional 2023-06-21 09:32:05 +02:00
devmem_service.c subsys shell devmem_service: Fix includes 2024-01-26 07:48:55 -05:00
Kconfig
kernel_service.c shell: modules: do not use k_thread_foreach with shell callbacks 2023-12-21 10:01:08 +00:00