/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/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/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/samples/subsys/llext/modules/src/ |
D | hello_world_ext.c | 17 void hello_world(void) in hello_world() function 27 EXPORT_SYMBOL(hello_world);
|
D | main_builtin.c | 11 extern void hello_world(void); 17 hello_world(); in main()
|
/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/waveshare/open103z/doc/ |
D | index.rst | 53 :zephyr:code-sample:`hello_world` application. 56 :zephyr-app: samples/hello_world 64 :zephyr:code-sample:`hello_world` application. 67 :zephyr-app: samples/hello_world
|
/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/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/samples/sysbuild/hello_world/ |
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/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/boards/infineon/xmc45_relax_kit/doc/ |
D | index.rst | 72 Here is an example for building the :zephyr:code-sample:`hello_world` sample application. 75 :zephyr-app: samples/hello_world 83 Here is an example for the :zephyr:code-sample:`hello_world` application. 91 west build -b xmc45_relax_kit -p always samples/hello_world 101 west build -b xmc45_relax_kit -p always samples/hello_world
|
/Zephyr-latest/boards/infineon/xmc47_relax_kit/doc/ |
D | index.rst | 74 Here is an example for building the :zephyr:code-sample:`hello_world` sample application. 77 :zephyr-app: samples/hello_world 85 Here is an example for the :zephyr:code-sample:`hello_world` application. 93 west build -b xmc47_relax_kit -p always samples/hello_world 103 west build -b xmc47_relax_kit -p always samples/hello_world
|
/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/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/hardkernel/odroid_go/doc/ |
D | index.rst | 132 :zephyr-app: samples/hello_world 147 ├── hello_world 181 :zephyr-app: samples/hello_world 186 configuration. Here is an example for the :zephyr:code-sample:`hello_world` 190 :zephyr-app: samples/hello_world 219 Here is an example for building the :zephyr:code-sample:`hello_world` application. 222 :zephyr-app: samples/hello_world 227 …ication in the usual way. Here is an example for the :zephyr:code-sample:`hello_world` application. 230 :zephyr-app: samples/hello_world
|
/Zephyr-latest/boards/gd/gd32f403z_eval/doc/ |
D | index.rst | 108 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application: 111 :zephyr-app: samples/hello_world 134 :zephyr-app: samples/hello_world 144 :zephyr-app: samples/hello_world 157 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application: 160 :zephyr-app: samples/hello_world 174 west build -b gd32f403z_eval samples/hello_world
|
/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/boards/seeed/xiao_esp32c6/doc/ |
D | index.rst | 124 :zephyr-app: samples/hello_world 139 ├── hello_world 173 :zephyr-app: samples/hello_world 178 configuration. Here is an example for the :zephyr:code-sample:`hello_world` 182 :zephyr-app: samples/hello_world 212 Here is an example for building the :zephyr:code-sample:`hello_world` application. 215 :zephyr-app: samples/hello_world 220 …ication in the usual way. Here is an example for the :zephyr:code-sample:`hello_world` application. 223 :zephyr-app: samples/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/boards/others/esp32c3_supermini/doc/ |
D | index.rst | 139 :zephyr-app: samples/hello_world 154 ├── hello_world 188 :zephyr-app: samples/hello_world 193 configuration. Here is an example for the :zephyr:code-sample:`hello_world` 197 :zephyr-app: samples/hello_world 226 Here is an example for building the :zephyr:code-sample:`hello_world` application. 229 :zephyr-app: samples/hello_world 234 …ication in the usual way. Here is an example for the :zephyr:code-sample:`hello_world` application. 237 :zephyr-app: samples/hello_world
|
/Zephyr-latest/boards/espressif/esp32s2_saola/doc/ |
D | index.rst | 138 :zephyr-app: samples/hello_world 153 ├── hello_world 187 :zephyr-app: samples/hello_world 192 configuration. Here is an example for the :zephyr:code-sample:`hello_world` 196 :zephyr-app: samples/hello_world 235 Here is an example for building the :zephyr:code-sample:`hello_world` application. 238 :zephyr-app: samples/hello_world 242 …ication in the usual way. Here is an example for the :zephyr:code-sample:`hello_world` application. 245 :zephyr-app: samples/hello_world
|
/Zephyr-latest/boards/espressif/esp32s2_devkitc/doc/ |
D | index.rst | 138 :zephyr-app: samples/hello_world 153 ├── hello_world 187 :zephyr-app: samples/hello_world 192 configuration. Here is an example for the :zephyr:code-sample:`hello_world` 196 :zephyr-app: samples/hello_world 235 Here is an example for building the :zephyr:code-sample:`hello_world` application. 238 :zephyr-app: samples/hello_world 242 …ication in the usual way. Here is an example for the :zephyr:code-sample:`hello_world` application. 245 :zephyr-app: samples/hello_world
|
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/samples/hello_world/ |
D | CMakeLists.txt | 6 project(hello_world) project
|