| /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 | 38 :zephyr_file:`samples/subsys/llext/shell_loader/hello_world.c`, which can be 41 It can be compiled to :file:`build/hello_world.llext` using the Zephyr build 53 …ephyr-eabi-gcc -mlong-calls -mthumb -c -o build/hello_world.llext samples/subsys/llext/shell/hello… 73 $ arm-zephyr-eabi-objdump -r -d -x build/hello_world.llext 75 hello_world.elf: file format elf32-littlearm 76 hello_world.elf 97 00000000 l df *ABS* 00000000 hello_world.c 105 00000000 g F .text 00000034 hello_world 112 00000000 <hello_world>: 115 4: 4b08 ldr r3, [pc, #32] ; (28 <hello_world+0x28>) [all …]
|
| D | CMakeLists.txt | 12 set(ext_src ${PROJECT_SOURCE_DIR}/hello_world.c) 13 set(ext_bin ${PROJECT_BINARY_DIR}/hello_world.llext)
|
| D | hello_world.c | 13 void hello_world(void) in hello_world() function
|
| /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/boards/waveshare/open103z/doc/ |
| D | index.rst | 31 :zephyr:code-sample:`hello_world` application. 34 :zephyr-app: samples/hello_world 42 :zephyr:code-sample:`hello_world` application. 45 :zephyr-app: samples/hello_world
|
| /Zephyr-latest/samples/bluetooth/peripheral_nus/src/ |
| D | main.c | 70 const char *hello_world = "Hello World!\n"; in main() local 74 err = bt_nus_send(NULL, hello_world, strlen(hello_world)); in main()
|
| /Zephyr-latest/boards/infineon/xmc45_relax_kit/doc/ |
| D | index.rst | 31 Here is an example for building the :zephyr:code-sample:`hello_world` sample application. 34 :zephyr-app: samples/hello_world 42 Here is an example for the :zephyr:code-sample:`hello_world` application. 50 west build -b xmc45_relax_kit -p always samples/hello_world 60 west build -b xmc45_relax_kit -p always samples/hello_world
|
| /Zephyr-latest/boards/infineon/xmc47_relax_kit/doc/ |
| D | index.rst | 36 Here is an example for building the :zephyr:code-sample:`hello_world` sample application. 39 :zephyr-app: samples/hello_world 47 Here is an example for the :zephyr:code-sample:`hello_world` application. 55 west build -b xmc47_relax_kit -p always samples/hello_world 65 west build -b xmc47_relax_kit -p always 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/seeed/xiao_esp32s3/doc/ |
| D | index.rst | 111 :zephyr-app: samples/hello_world 126 ├── hello_world 164 :zephyr-app: samples/hello_world 171 :zephyr-app: samples/hello_world 176 configuration. Here is an example for the :zephyr:code-sample:`hello_world` 184 :zephyr-app: samples/hello_world 191 :zephyr-app: samples/hello_world 218 Here is an example for building the :zephyr:code-sample:`hello_world` application. 225 :zephyr-app: samples/hello_world 232 :zephyr-app: samples/hello_world [all …]
|
| /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/boards/adafruit/qt_py_esp32s3/doc/ |
| D | index.rst | 95 :zephyr-app: samples/hello_world 110 ├── hello_world 148 :zephyr-app: samples/hello_world 155 :zephyr-app: samples/hello_world 160 configuration. Here is an example for the :zephyr:code-sample:`hello_world` 168 :zephyr-app: samples/hello_world 175 :zephyr-app: samples/hello_world 204 Here is an example for building the :zephyr:code-sample:`hello_world` application. 211 :zephyr-app: samples/hello_world 218 :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/m5stack/stamp_c3/doc/ |
| D | index.rst | 73 :zephyr-app: samples/hello_world 88 ├── hello_world 122 :zephyr-app: samples/hello_world 127 configuration. Here is an example for the :zephyr:code-sample:`hello_world` 131 :zephyr-app: samples/hello_world 160 Here is an example for building the :zephyr:code-sample:`hello_world` application. 163 :zephyr-app: samples/hello_world 168 …ication in the usual way. Here is an example for the :zephyr:code-sample:`hello_world` application. 171 :zephyr-app: 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/peregrine/sam4l_wm400_cape/doc/ |
| D | index.rst | 80 USB debug port. Then build and flash the :zephyr:code-sample:`hello_world` 84 :zephyr-app: samples/hello_world 94 :zephyr:code-sample:`hello_world` application. After programming the board 98 :zephyr-app: samples/hello_world 108 :zephyr:code-sample:`hello_world` application. 111 :zephyr-app: samples/hello_world
|
| /Zephyr-latest/boards/hardkernel/odroid_go/doc/ |
| D | index.rst | 116 :zephyr-app: samples/hello_world 131 ├── hello_world 165 :zephyr-app: samples/hello_world 170 configuration. Here is an example for the :zephyr:code-sample:`hello_world` 174 :zephyr-app: samples/hello_world 203 Here is an example for building the :zephyr:code-sample:`hello_world` application. 206 :zephyr-app: samples/hello_world 211 …ication in the usual way. Here is an example for the :zephyr:code-sample:`hello_world` application. 214 :zephyr-app: samples/hello_world
|
| /Zephyr-latest/boards/nuvoton/numaker_m2l31ki/doc/ |
| D | index.rst | 38 Here is an example for the :zephyr:code-sample:`hello_world` application. 50 :zephyr-app: samples/hello_world 57 Here is an example for the :zephyr:code-sample:`hello_world` application. 60 :zephyr-app: samples/hello_world
|
| /Zephyr-latest/boards/seeed/xiao_esp32c6/doc/ |
| D | index.rst | 94 :zephyr-app: samples/hello_world 109 ├── hello_world 143 :zephyr-app: samples/hello_world 148 configuration. Here is an example for the :zephyr:code-sample:`hello_world` 152 :zephyr-app: samples/hello_world 182 Here is an example for building the :zephyr:code-sample:`hello_world` application. 185 :zephyr-app: samples/hello_world 190 …ication in the usual way. Here is an example for the :zephyr:code-sample:`hello_world` application. 193 :zephyr-app: samples/hello_world
|
| /Zephyr-latest/boards/others/esp32c3_supermini/doc/ |
| D | index.rst | 105 :zephyr-app: samples/hello_world 120 ├── hello_world 154 :zephyr-app: samples/hello_world 159 configuration. Here is an example for the :zephyr:code-sample:`hello_world` 163 :zephyr-app: samples/hello_world 192 Here is an example for building the :zephyr:code-sample:`hello_world` application. 195 :zephyr-app: samples/hello_world 200 …ication in the usual way. Here is an example for the :zephyr:code-sample:`hello_world` application. 203 :zephyr-app: samples/hello_world
|
| /Zephyr-latest/boards/espressif/esp32s2_devkitc/doc/ |
| D | index.rst | 106 :zephyr-app: samples/hello_world 121 ├── hello_world 155 :zephyr-app: samples/hello_world 160 configuration. Here is an example for the :zephyr:code-sample:`hello_world` 164 :zephyr-app: samples/hello_world 203 Here is an example for building the :zephyr:code-sample:`hello_world` application. 206 :zephyr-app: samples/hello_world 210 …ication in the usual way. Here is an example for the :zephyr:code-sample:`hello_world` application. 213 :zephyr-app: samples/hello_world
|
| /Zephyr-latest/boards/espressif/esp32s2_saola/doc/ |
| D | index.rst | 106 :zephyr-app: samples/hello_world 121 ├── hello_world 155 :zephyr-app: samples/hello_world 160 configuration. Here is an example for the :zephyr:code-sample:`hello_world` 164 :zephyr-app: samples/hello_world 203 Here is an example for building the :zephyr:code-sample:`hello_world` application. 206 :zephyr-app: samples/hello_world 210 …ication in the usual way. Here is an example for the :zephyr:code-sample:`hello_world` application. 213 :zephyr-app: samples/hello_world
|