/Zephyr-Core-3.6.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.6.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.6.0/tests/subsys/llext/hello_world/src/test/ |
D | test_llext_simple.c | 17 #include "hello_world.inc" 29 zassert_ok(llext_call_fn(ext, "hello_world"), in llext_entry() 30 "hello_world call should succeed"); in llext_entry() 39 * exported symbol from the extension ( void hello_world(void)) 57 const void * const hello_world_fn = llext_find_sym(&ext->exp_tab, "hello_world"); in ZTEST() 59 zassert_not_null(hello_world_fn, "hello_world should be an exported symbol"); in ZTEST() 81 zassert_ok(llext_call_fn(ext, "hello_world"), in ZTEST() 82 "hello_world call should succeed"); in ZTEST()
|
/Zephyr-Core-3.6.0/tests/subsys/llext/hello_world/ |
D | CMakeLists.txt | 19 set(llext_src_file ${PROJECT_SOURCE_DIR}/src/llext/hello_world.c) 20 set(llext_bin_file ${ZEPHYR_BINARY_DIR}/hello_world.llext) 21 set(llext_inc_file ${ZEPHYR_BINARY_DIR}/include/generated/hello_world.inc) 23 add_llext_target(hello_world
|
/Zephyr-Core-3.6.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.6.0/boards/xtensa/heltec_wifi_lora32_v2/doc/ |
D | index.rst | 81 :app: samples/hello_world 96 ├── hello_world 130 :zephyr-app: samples/hello_world 135 configuration. Here is an example for the :ref:`hello_world` 139 :zephyr-app: samples/hello_world 168 Here is an example for building the :ref:`hello_world` application. 171 :zephyr-app: samples/hello_world 176 You can debug an application in the usual way. Here is an example for the :ref:`hello_world` applic… 179 :zephyr-app: samples/hello_world
|
/Zephyr-Core-3.6.0/tests/subsys/llext/hello_world/src/llext/ |
D | hello_world.c | 21 void hello_world(void) in hello_world() function 26 LL_EXTENSION_SYMBOL(hello_world);
|
/Zephyr-Core-3.6.0/boards/riscv/stamp_c3/doc/ |
D | index.rst | 95 :app: samples/hello_world 110 ├── hello_world 144 :zephyr-app: samples/hello_world 149 configuration. Here is an example for the :ref:`hello_world` 153 :zephyr-app: samples/hello_world 182 Here is an example for building the :ref:`hello_world` application. 185 :zephyr-app: samples/hello_world 190 You can debug an application in the usual way. Here is an example for the :ref:`hello_world` applic… 193 :zephyr-app: samples/hello_world
|
/Zephyr-Core-3.6.0/boards/arm/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.6.0/boards/xtensa/esp32s2_franzininho/doc/ |
D | index.rst | 93 :app: samples/hello_world 108 ├── hello_world 142 :zephyr-app: samples/hello_world 147 configuration. Here is an example for the :ref:`hello_world` 151 :zephyr-app: samples/hello_world
|
/Zephyr-Core-3.6.0/boards/xtensa/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.6.0/boards/riscv/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.6.0/boards/xtensa/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.6.0/boards/riscv/xiao_esp32c3/doc/ |
D | index.rst | 119 :app: samples/hello_world 134 ├── hello_world 167 :zephyr-app: samples/hello_world 197 Here is an example for building the :ref:`hello_world` application. 200 :zephyr-app: samples/hello_world 205 You can debug an application in the usual way. Here is an example for the :ref:`hello_world` applic… 208 :zephyr-app: samples/hello_world
|
/Zephyr-Core-3.6.0/boards/arm/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.6.0/boards/arm/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.6.0/boards/arm/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.6.0/boards/arm/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.6.0/boards/arm/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.6.0/boards/xtensa/odroid_go/doc/ |
D | index.rst | 137 :app: samples/hello_world 152 ├── hello_world 186 :zephyr-app: samples/hello_world 191 configuration. Here is an example for the :ref:`hello_world` 195 :zephyr-app: samples/hello_world 224 Here is an example for building the :ref:`hello_world` application. 227 :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.6.0/boards/xtensa/xiao_esp32s3/doc/ |
D | index.rst | 135 :app: samples/hello_world 150 ├── hello_world 184 :zephyr-app: samples/hello_world 189 configuration. Here is an example for the :ref:`hello_world` 193 :zephyr-app: samples/hello_world 222 Here is an example for building the :ref:`hello_world` application. 225 :zephyr-app: samples/hello_world 229 You can debug an application in the usual way. Here is an example for the :ref:`hello_world` applic… 232 :zephyr-app: samples/hello_world
|
/Zephyr-Core-3.6.0/boards/riscv/gd32vf103v_eval/doc/ |
D | index.rst | 96 #. Build the Zephyr kernel and the :ref:`hello_world` sample application: 99 :zephyr-app: samples/hello_world 122 :zephyr-app: samples/hello_world 132 :zephyr-app: samples/hello_world
|
/Zephyr-Core-3.6.0/boards/arm/gd32f450z_eval/doc/ |
D | index.rst | 110 #. Build the Zephyr kernel and the :ref:`hello_world` sample application: 113 :zephyr-app: samples/hello_world 136 :zephyr-app: samples/hello_world 146 :zephyr-app: samples/hello_world
|
/Zephyr-Core-3.6.0/boards/arm/gd32e507z_eval/doc/ |
D | index.rst | 105 #. Build the Zephyr kernel and the :ref:`hello_world` sample application: 108 :zephyr-app: samples/hello_world 131 :zephyr-app: samples/hello_world 141 :zephyr-app: samples/hello_world
|
/Zephyr-Core-3.6.0/boards/arm/gd32f407v_start/doc/ |
D | index.rst | 99 #. Build the Zephyr kernel and the :ref:`hello_world` sample application: 102 :zephyr-app: samples/hello_world 127 :zephyr-app: samples/hello_world 139 :zephyr-app: samples/hello_world
|