/Zephyr-Core-3.7.0/samples/subsys/llext/shell_loader/ |
D | README.rst | 52 A hello world C file can be found in tests/subsys/llext/hello_world/hello_world.c 63 …arm-zephyr-eabi-gcc -mlong-calls -mthumb -c -o hello_world.elf tests/subsys/llext/hello_world/hell… 64 $ arm-zephyr-eabi-objdump -r -d -x hello_world.elf 66 hello_world.elf: file format elf32-littlearm 67 hello_world.elf 88 00000000 l df *ABS* 00000000 hello_world.c 96 00000000 g F .text 00000034 hello_world 103 00000000 <hello_world>: 106 4: 4b08 ldr r3, [pc, #32] ; (28 <hello_world+0x28>) 108 8: 4b08 ldr r3, [pc, #32] ; (2c <hello_world+0x2c>) [all …]
|
/Zephyr-Core-3.7.0/tests/subsys/logging/dictionary/pytest/ |
D | test_logging_dictionary.py | 80 # [ 10] <err> hello_world: error string 81 re.compile(r'[\s]+[\[][0-9,:\. ]+[\]] <err> hello_world: error string'), 82 # [ 10] <dbg> hello_world: main: debug string 83 re.compile(r'[\s]+[\[][0-9,:\. ]+[\]] <dbg> hello_world: main: debug string'), 84 # [ 10] <inf> hello_world: info string 85 re.compile(r'[\s]+[\[][0-9,:\. ]+[\]] <inf> hello_world: info string'), 86 # [ 10] <dbg> hello_world: main: int8_t 1, uint8_t 2 87 re.compile(r'[\s]+[\[][0-9,:\. ]+[\]] <dbg> hello_world: main: int8_t 1, uint8_t 2'), 88 # [ 10] <dbg> hello_world: main: int16_t 16, uint16_t 17 89 re.compile(r'[\s]+[\[][0-9,:\. ]+[\]] <dbg> hello_world: main: int16_t 16, uint16_t 17'), [all …]
|
/Zephyr-Core-3.7.0/samples/subsys/logging/dictionary/ |
D | README.rst | 67 [ 77820] <err> hello_world: error string 68 [ 86332] <dbg> hello_world: main: debug string 69 [ 96275] <inf> hello_world: info string 70 [ 104784] <dbg> hello_world: main: int8_t 1, uint8_t 2 71 [ 117609] <dbg> hello_world: main: int16_t 16, uint16_t 17 72 [ 130454] <dbg> hello_world: main: int32_t 32, uint32_t 33 73 [ 143299] <dbg> hello_world: main: int64_t 64, uint64_t 65 74 [ 166374] <dbg> hello_world: main: char ! 75 [ 179452] <dbg> hello_world: main: s str static str 76 [ 193395] <dbg> hello_world: main: d str dynamic str [all …]
|
/Zephyr-Core-3.7.0/samples/subsys/llext/modules/ |
D | Kconfig | 9 tristate "Include the hello_world function" 12 This enables building the hello_world function, implemented in 16 If you select 'm', the hello_world function will be built as an llext 17 "module". If you select 'y', the hello_world function will be directly
|
/Zephyr-Core-3.7.0/samples/sysbuild/hello_world/ |
D | sample.yaml | 16 sample.sysbuild.hello_world.nrf5340dk_cpuapp_cpunet: 24 sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpurad: 32 sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuppr: 41 sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuppr_xip: 50 sample.sysbuild.hello_world.nrf54l15pdk_nrf54l15_cpuflpr:
|
D | README.rst | 29 :zephyr_file:`samples/sysbuild/hello_world/sample.yaml` using the 36 :zephyr-app: samples/sysbuild/hello_world 47 :zephyr-app: samples/sysbuild/hello_world 49 :west-args: -T sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpurad
|
/Zephyr-Core-3.7.0/samples/subsys/llext/modules/src/ |
D | main_builtin.c | 11 extern void hello_world(void); 17 hello_world(); in main()
|
D | hello_world_ext.c | 17 void hello_world(void) in hello_world() function 27 LL_EXTENSION_SYMBOL(hello_world);
|
/Zephyr-Core-3.7.0/cmake/ |
D | package_helper.cmake | 22 # For example, if you were invoking CMake for 'hello_world' sample as: 23 # $ cmake -DBOARD=<board> -B build -S samples/hello_world 26 # $ cmake -DBOARD=<board> -B build -S samples/hello_world \ 30 # If you invoke CMake for 'hello_world' as: 32 # $ cmake -DBOARD=<board> -B build -S samples/hello_world -DEXTRA_CONF_FILE=foo.conf 35 # $ cmake -DBOARD=<board> -B build -S samples/hello_world -DEXTRA_CONF_FILE=foo.conf \ 97 "For example: -S ${ZEPHYR_BASE}/samples/hello_world"
|
/Zephyr-Core-3.7.0/boards/heltec/heltec_wifi_lora32_v2/doc/ |
D | index.rst | 85 :app: samples/hello_world 100 ├── hello_world 134 :zephyr-app: samples/hello_world 139 configuration. Here is an example for the :ref:`hello_world` 143 :zephyr-app: samples/hello_world 172 Here is an example for building the :ref:`hello_world` application. 175 :zephyr-app: samples/hello_world 180 You can debug an application in the usual way. Here is an example for the :ref:`hello_world` applic… 183 :zephyr-app: samples/hello_world
|
/Zephyr-Core-3.7.0/boards/m5stack/stamp_c3/doc/ |
D | index.rst | 96 :app: samples/hello_world 111 ├── hello_world 145 :zephyr-app: samples/hello_world 150 configuration. Here is an example for the :ref:`hello_world` 154 :zephyr-app: samples/hello_world 183 Here is an example for building the :ref:`hello_world` application. 186 :zephyr-app: samples/hello_world 191 You can debug an application in the usual way. Here is an example for the :ref:`hello_world` applic… 194 :zephyr-app: samples/hello_world
|
/Zephyr-Core-3.7.0/boards/gd/gd32e103v_eval/doc/ |
D | index.rst | 114 #. Build the Zephyr kernel and the :ref:`hello_world` sample application: 117 :zephyr-app: samples/hello_world 140 :zephyr-app: samples/hello_world 150 :zephyr-app: samples/hello_world 163 #. Build the Zephyr kernel and the :ref:`hello_world` sample application: 166 :zephyr-app: samples/hello_world 180 west build -b gd32e103v_eval samples/hello_world
|
/Zephyr-Core-3.7.0/samples/bluetooth/peripheral_nus/src/ |
D | main.c | 73 const char *hello_world = "Hello World!\n"; in main() local 77 err = bt_nus_send(NULL, hello_world, strlen(hello_world)); in main()
|
/Zephyr-Core-3.7.0/boards/franzininho/esp32s2_franzininho/doc/ |
D | index.rst | 97 :app: samples/hello_world 112 ├── hello_world 146 :zephyr-app: samples/hello_world 151 configuration. Here is an example for the :ref:`hello_world` 155 :zephyr-app: samples/hello_world
|
/Zephyr-Core-3.7.0/boards/gd/gd32vf103c_starter/doc/ |
D | index.rst | 86 #. Build the Zephyr kernel and the :ref:`hello_world` sample application: 89 :zephyr-app: samples/hello_world 112 :zephyr-app: samples/hello_world 122 :zephyr-app: samples/hello_world
|
/Zephyr-Core-3.7.0/boards/kincony/kincony_kc868_a32/doc/ |
D | index.rst | 56 :zephyr-app: samples/hello_world 61 configuration. Here is an example for the :ref:`hello_world` 65 :zephyr-app: samples/hello_world
|
/Zephyr-Core-3.7.0/boards/wemos/esp32s2_lolin_mini/doc/ |
D | index.rst | 61 :zephyr-app: samples/hello_world 69 Here is an example for the :ref:`hello_world` 73 :zephyr-app: samples/hello_world
|
/Zephyr-Core-3.7.0/boards/seeed/xiao_esp32c3/doc/ |
D | index.rst | 123 :app: samples/hello_world 138 ├── hello_world 171 :zephyr-app: samples/hello_world 201 Here is an example for building the :ref:`hello_world` application. 204 :zephyr-app: samples/hello_world 209 You can debug an application in the usual way. Here is an example for the :ref:`hello_world` applic… 212 :zephyr-app: samples/hello_world
|
/Zephyr-Core-3.7.0/boards/gd/gd32e507v_start/doc/ |
D | index.rst | 97 #. Build the Zephyr kernel and the :ref:`hello_world` sample application: 100 :zephyr-app: samples/hello_world 123 :zephyr-app: samples/hello_world 133 :zephyr-app: samples/hello_world
|
/Zephyr-Core-3.7.0/boards/gd/gd32f450v_start/doc/ |
D | index.rst | 92 #. Build the Zephyr kernel and the :ref:`hello_world` sample application: 95 :zephyr-app: samples/hello_world 118 :zephyr-app: samples/hello_world 128 :zephyr-app: samples/hello_world
|
/Zephyr-Core-3.7.0/boards/gd/gd32l233r_eval/doc/ |
D | index.rst | 91 #. Build the Zephyr kernel and the :ref:`hello_world` sample application: 94 :zephyr-app: samples/hello_world 117 :zephyr-app: samples/hello_world 127 :zephyr-app: samples/hello_world
|
/Zephyr-Core-3.7.0/boards/gd/gd32f350r_eval/doc/ |
D | index.rst | 90 #. Build the Zephyr kernel and the :ref:`hello_world` sample application: 93 :zephyr-app: samples/hello_world 116 :zephyr-app: samples/hello_world 126 :zephyr-app: samples/hello_world
|
/Zephyr-Core-3.7.0/boards/gd/gd32a503v_eval/doc/ |
D | index.rst | 122 #. Build the Zephyr kernel and the :ref:`hello_world` sample application: 125 :zephyr-app: samples/hello_world 148 :zephyr-app: samples/hello_world 158 :zephyr-app: samples/hello_world 171 #. Build the Zephyr kernel and the :ref:`hello_world` sample application: 174 :zephyr-app: samples/hello_world
|
/Zephyr-Core-3.7.0/boards/seeed/xiao_esp32s3/doc/ |
D | index.rst | 138 :app: samples/hello_world 153 ├── hello_world 187 :zephyr-app: samples/hello_world 192 configuration. Here is an example for the :ref:`hello_world` 196 :zephyr-app: samples/hello_world 225 Here is an example for building the :ref:`hello_world` application. 228 :zephyr-app: samples/hello_world 232 You can debug an application in the usual way. Here is an example for the :ref:`hello_world` applic… 235 :zephyr-app: samples/hello_world
|
/Zephyr-Core-3.7.0/boards/hardkernel/odroid_go/doc/ |
D | index.rst | 138 :app: samples/hello_world 153 ├── hello_world 187 :zephyr-app: samples/hello_world 192 configuration. Here is an example for the :ref:`hello_world` 196 :zephyr-app: samples/hello_world 225 Here is an example for building the :ref:`hello_world` application. 228 :zephyr-app: samples/hello_world 233 You can debug an application in the usual way. Here is an example for the :ref:`hello_world` applic… 236 :zephyr-app: samples/hello_world
|