zephyr/samples/subsys/shell/shell_module
Yong Cong Sin bbe5e1e6eb build: namespace the generated headers with zephyr/
Namespaced the generated headers with `zephyr` to prevent
potential conflict with other headers.

Introduce a temporary Kconfig `LEGACY_GENERATED_INCLUDE_PATH`
that is enabled by default. This allows the developers to
continue the use of the old include paths for the time being
until it is deprecated and eventually removed. The Kconfig will
generate a build-time warning message, similar to the
`CONFIG_TIMER_RANDOM_GENERATOR`.

Updated the includes path of in-tree sources accordingly.

Most of the changes here are scripted, check the PR for more
info.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2024-05-28 22:03:55 +02:00
..
boards samples/subsys/shell/shell_module/overlays: revert to the default prompt 2024-05-23 07:48:13 -04:00
src build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
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