/Zephyr-latest/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-latest/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-latest/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-latest/samples/sysbuild/hello_world/ |
D | sample.yaml | 16 sample.sysbuild.hello_world.nrf5340dk_cpuapp_cpunet: 23 sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpurad: 30 sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuppr: 39 sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuppr_xip: 48 sample.sysbuild.hello_world.nrf54l15dk_nrf54l15_cpuflpr: 57 sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuflpr: 66 sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuflpr_xip:
|
D | README.rst | 29 :zephyr_file:`samples/sysbuild/hello_world/sample.yaml` using the 36 :zephyr-app: samples/sysbuild/hello_world 44 :zephyr_file:`samples/sysbuild/hello_world/sample.yaml` setup: 47 :zephyr-app: samples/sysbuild/hello_world 49 :west-args: -T sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpurad
|
/Zephyr-latest/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-latest/boards/m5stack/m5stack_cores3/doc/ |
D | index.rst | 99 :zephyr-app: samples/hello_world 109 :zephyr-app: samples/hello_world 124 ├── hello_world 162 :zephyr-app: samples/hello_world 169 :zephyr-app: samples/hello_world 174 configuration. Here is an example for the :zephyr:code-sample:`hello_world` 182 :zephyr-app: samples/hello_world 189 :zephyr-app: samples/hello_world 220 Here is an example for building the :zephyr:code-sample:`hello_world` application. 227 :zephyr-app: samples/hello_world [all …]
|
/Zephyr-latest/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 \ 83 "For example: -S ${ZEPHYR_BASE}/samples/hello_world"
|
/Zephyr-latest/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 EXPORT_SYMBOL(hello_world);
|
/Zephyr-latest/boards/heltec/heltec_wifi_lora32_v2/doc/ |
D | index.rst | 82 :zephyr-app: samples/hello_world 97 ├── hello_world 131 :zephyr-app: samples/hello_world 136 configuration. Here is an example for the :zephyr:code-sample:`hello_world` 140 :zephyr-app: samples/hello_world 169 Here is an example for building the :zephyr:code-sample:`hello_world` application. 172 :zephyr-app: samples/hello_world 177 …ication in the usual way. Here is an example for the :zephyr:code-sample:`hello_world` application. 180 :zephyr-app: samples/hello_world
|
/Zephyr-latest/.github/workflows/ |
D | hello_world_multiplatform.yaml | 73 …./scripts/twister --force-color --inline-logs -T samples/hello_world -T samples/cpp/hello_world -v… 81 zephyr/twister-out/*/samples/hello_world/sample.basic.helloworld/build.log 82 zephyr/twister-out/*/samples/cpp/hello_world/sample.cpp.helloworld/build.log
|
/Zephyr-latest/boards/m5stack/stamp_c3/doc/ |
D | index.rst | 96 :zephyr-app: samples/hello_world 111 ├── hello_world 145 :zephyr-app: samples/hello_world 150 configuration. Here is an example for the :zephyr:code-sample:`hello_world` 154 :zephyr-app: samples/hello_world 183 Here is an example for building the :zephyr:code-sample:`hello_world` application. 186 :zephyr-app: samples/hello_world 191 …ication in the usual way. Here is an example for the :zephyr:code-sample:`hello_world` application. 194 :zephyr-app: samples/hello_world
|
/Zephyr-latest/boards/seeed/xiao_esp32s3/doc/ |
D | index.rst | 145 :zephyr-app: samples/hello_world 160 ├── hello_world 198 :zephyr-app: samples/hello_world 205 :zephyr-app: samples/hello_world 210 configuration. Here is an example for the :zephyr:code-sample:`hello_world` 218 :zephyr-app: samples/hello_world 225 :zephyr-app: samples/hello_world 252 Here is an example for building the :zephyr:code-sample:`hello_world` application. 259 :zephyr-app: samples/hello_world 266 :zephyr-app: samples/hello_world [all …]
|
/Zephyr-latest/samples/hello_world/ |
D | README.rst | 1 .. zephyr:code-sample:: hello_world 18 :zephyr-app: samples/hello_world
|
/Zephyr-latest/boards/adafruit/qt_py_esp32s3/doc/ |
D | index.rst | 135 :zephyr-app: samples/hello_world 150 ├── hello_world 188 :zephyr-app: samples/hello_world 195 :zephyr-app: samples/hello_world 200 configuration. Here is an example for the :zephyr:code-sample:`hello_world` 208 :zephyr-app: samples/hello_world 215 :zephyr-app: samples/hello_world 244 Here is an example for building the :zephyr:code-sample:`hello_world` application. 251 :zephyr-app: samples/hello_world 258 :zephyr-app: samples/hello_world [all …]
|
/Zephyr-latest/boards/gd/gd32e103v_eval/doc/ |
D | index.rst | 105 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application: 108 :zephyr-app: samples/hello_world 131 :zephyr-app: samples/hello_world 141 :zephyr-app: samples/hello_world 154 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application: 157 :zephyr-app: samples/hello_world 171 west build -b gd32e103v_eval samples/hello_world
|
/Zephyr-latest/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-latest/boards/franzininho/esp32s2_franzininho/doc/ |
D | index.rst | 90 :zephyr-app: samples/hello_world 105 ├── hello_world 139 :zephyr-app: samples/hello_world 144 configuration. Here is an example for the :zephyr:code-sample:`hello_world` 148 :zephyr-app: samples/hello_world
|
/Zephyr-latest/boards/kincony/kincony_kc868_a32/doc/ |
D | index.rst | 47 :zephyr-app: samples/hello_world 52 configuration. Here is an example for the :zephyr:code-sample:`hello_world` 56 :zephyr-app: samples/hello_world
|
/Zephyr-latest/boards/espressif/esp32s3_eye/doc/ |
D | index.rst | 173 :zephyr-app: samples/hello_world 188 ├── hello_world 222 :zephyr-app: samples/hello_world 227 configuration. Here is an example for the :zephyr:code-sample:`hello_world` 231 :zephyr-app: samples/hello_world 261 Here is an example for building the :zephyr:code-sample:`hello_world` application. 264 :zephyr-app: samples/hello_world 269 …debug an application in the usual way. Here is an example for the :zephyr:code-sample:`hello_world` 273 :zephyr-app: samples/hello_world
|
/Zephyr-latest/boards/gd/gd32a503v_eval/doc/ |
D | index.rst | 113 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application: 116 :zephyr-app: samples/hello_world 139 :zephyr-app: samples/hello_world 149 :zephyr-app: samples/hello_world 162 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application: 165 :zephyr-app: samples/hello_world
|
/Zephyr-latest/boards/gd/gd32f350r_eval/doc/ |
D | index.rst | 83 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application: 86 :zephyr-app: samples/hello_world 109 :zephyr-app: samples/hello_world 119 :zephyr-app: samples/hello_world
|
/Zephyr-latest/boards/gd/gd32f450v_start/doc/ |
D | index.rst | 85 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application: 88 :zephyr-app: samples/hello_world 111 :zephyr-app: samples/hello_world 121 :zephyr-app: samples/hello_world
|
/Zephyr-latest/boards/gd/gd32l233r_eval/doc/ |
D | index.rst | 84 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application: 87 :zephyr-app: samples/hello_world 110 :zephyr-app: samples/hello_world 120 :zephyr-app: samples/hello_world
|