/Zephyr-Core-2.7.6/soc/xtensa/esp32s2/ |
D | linker.ld | 70 .rtc.text : 73 *(.rtc.literal .rtc.text) 74 *rtc_wake_stub*.o(.literal .text .literal.* .text.*) 107 KEEP(*(.WindowVectors.text)); 109 KEEP(*(.Level2InterruptVector.text)); 111 KEEP(*(.Level3InterruptVector.text)); 113 KEEP(*(.Level4InterruptVector.text)); 115 KEEP(*(.Level5InterruptVector.text)); 117 KEEP(*(.DebugExceptionVector.text)); 119 KEEP(*(.NMIExceptionVector.text)); [all …]
|
/Zephyr-Core-2.7.6/soc/xtensa/esp32/ |
D | linker.ld | 82 .rtc.text : 85 *(.rtc.literal .rtc.text) 86 *rtc_wake_stub*.o(.literal .text .literal.* .text.*) 118 KEEP(*(.WindowVectors.text)); 120 KEEP(*(.Level2InterruptVector.text)); 122 KEEP(*(.Level3InterruptVector.text)); 124 KEEP(*(.Level4InterruptVector.text)); 126 KEEP(*(.Level5InterruptVector.text)); 128 KEEP(*(.DebugExceptionVector.text)); 130 KEEP(*(.NMIExceptionVector.text)); [all …]
|
/Zephyr-Core-2.7.6/soc/riscv/esp32c3/ |
D | linker.ld | 67 .rtc.text : 70 *(.rtc.literal .rtc.text) 71 *rtc_wake_stub*.o(.literal .text .literal.* .text.*) 74 /* This section is required to skip rtc.text area because the text and 79 . = SIZEOF(.rtc.text); 99 .iram0.text : ALIGN(4) 105 KEEP(*(.exception_vectors.text)); 113 *(.entry.text) 118 *(.iram0.literal .iram.literal .iram.text.literal .iram0.text .iram.text) 119 *libkernel.a:(.literal .text .literal.* .text.*) [all …]
|
/Zephyr-Core-2.7.6/include/net/ |
D | dns_sd.h | 110 text, port) \ argument 116 (const char *)text, \ 117 sizeof(text) - 1, \ 161 #define DNS_SD_REGISTER_TCP_SERVICE(id, instance, service, domain, text, \ argument 165 text, &id ## _port) 192 #define DNS_SD_REGISTER_UDP_SERVICE(id, instance, service, domain, text, \ argument 196 text, &id ## _port) 231 const char *text; member
|
/Zephyr-Core-2.7.6/boards/x86/qemu_x86/ |
D | qemu_x86_tiny.ld | 204 *(.text.atomic_*) \ 205 *(.text.k_*) \ 206 *(.text.sys_*_bit) \ 207 *(.text.sys_bitfield_*) \ 208 *(.text.sys_clock_hw_cycles_per_sec) \ 209 *(.text.sys_cache_*) \ 210 *(.text.sys_dcache_*) \ 211 *(.text.sys_icache_*) \ 212 *(.text.sys_mutex_*) \ 213 *(.text.sys_notify_*) \ [all …]
|
/Zephyr-Core-2.7.6/soc/xtensa/intel_adsp/cavs_v25/ |
D | linker.ld | 260 .MemoryExceptionVector.text : ALIGN(4) 263 KEEP (*(.MemoryExceptionVector.text)) argument 266 .WindowVectors.text : ALIGN(4) 269 KEEP (*(.WindowVectors.text)) argument 278 .Level2InterruptVector.text : ALIGN(4) 281 KEEP (*(.Level2InterruptVector.text)) argument 290 .Level3InterruptVector.text : ALIGN(4) 293 KEEP (*(.Level3InterruptVector.text)) argument 302 .Level4InterruptVector.text : ALIGN(4) 305 KEEP (*(.Level4InterruptVector.text)) argument [all …]
|
/Zephyr-Core-2.7.6/soc/xtensa/sample_controller/ |
D | linker.ld | 243 .WindowVectors.text : ALIGN(4) 246 KEEP (*(.WindowVectors.text)) 259 .Level2InterruptVector.text : ALIGN(4) 262 KEEP (*(.Level2InterruptVector.text)) 275 .Level3InterruptVector.text : ALIGN(4) 278 KEEP (*(.Level3InterruptVector.text)) 291 .Level4InterruptVector.text : ALIGN(4) 294 KEEP (*(.Level4InterruptVector.text)) 307 .Level5InterruptVector.text : ALIGN(4) 310 KEEP (*(.Level5InterruptVector.text)) [all …]
|
/Zephyr-Core-2.7.6/soc/xtensa/nxp_adsp/imx8/ |
D | linker.ld | 177 .ResetVector.text : ALIGN(4) 180 KEEP (*(.ResetVector.text)) argument 191 .WindowVectors.text : ALIGN(4) 194 KEEP (*(.WindowVectors.text)) argument 205 .Level2InterruptVector.text : ALIGN(4) 208 KEEP (*(.Level2InterruptVector.text)) argument 219 .Level3InterruptVector.text : ALIGN(4) 222 KEEP (*(.Level3InterruptVector.text)) argument 233 .DebugExceptionVector.text : ALIGN(4) 236 KEEP (*(.DebugExceptionVector.text)) argument [all …]
|
/Zephyr-Core-2.7.6/soc/xtensa/intel_s1000/ |
D | linker.ld | 202 .ResetVector.text : ALIGN(4) 206 KEEP (*(.ResetVector.text)) argument 221 .MemoryExceptionVector.text : ALIGN(4) 224 KEEP (*(.MemoryExceptionVector.text)) argument 227 .WindowVectors.text : ALIGN(4) 230 KEEP (*(.WindowVectors.text)) argument 239 .Level2InterruptVector.text : ALIGN(4) 242 KEEP (*(.Level2InterruptVector.text)) argument 251 .Level3InterruptVector.text : ALIGN(4) 254 KEEP (*(.Level3InterruptVector.text)) argument [all …]
|
/Zephyr-Core-2.7.6/tests/unit/util/ |
D | test.inc | 19 char text[4]; 22 len = u8_to_dec(text, sizeof(text), 0); 24 zassert_equal(strcmp(text, "0"), 0, 27 len = u8_to_dec(text, sizeof(text), 1); 29 zassert_equal(strcmp(text, "1"), 0, 32 len = u8_to_dec(text, sizeof(text), 11); 34 zassert_equal(strcmp(text, "11"), 0, 37 len = u8_to_dec(text, sizeof(text), 100); 39 zassert_equal(strcmp(text, "100"), 0, 42 len = u8_to_dec(text, sizeof(text), 101); [all …]
|
/Zephyr-Core-2.7.6/soc/xtensa/intel_adsp/cavs_v18/ |
D | linker.ld | 230 .MemoryExceptionVector.text : ALIGN(4) 233 KEEP (*(.MemoryExceptionVector.text)) argument 236 .WindowVectors.text : ALIGN(4) 239 KEEP (*(.WindowVectors.text)) argument 248 .Level2InterruptVector.text : ALIGN(4) 251 KEEP (*(.Level2InterruptVector.text)) argument 260 .Level3InterruptVector.text : ALIGN(4) 263 KEEP (*(.Level3InterruptVector.text)) argument 272 .Level4InterruptVector.text : ALIGN(4) 275 KEEP (*(.Level4InterruptVector.text)) argument [all …]
|
/Zephyr-Core-2.7.6/soc/xtensa/intel_adsp/cavs_v20/ |
D | linker.ld | 227 .MemoryExceptionVector.text : ALIGN(4) 230 KEEP (*(.MemoryExceptionVector.text)) argument 233 .WindowVectors.text : ALIGN(4) 236 KEEP (*(.WindowVectors.text)) argument 245 .Level2InterruptVector.text : ALIGN(4) 248 KEEP (*(.Level2InterruptVector.text)) argument 257 .Level3InterruptVector.text : ALIGN(4) 260 KEEP (*(.Level3InterruptVector.text)) argument 269 .Level4InterruptVector.text : ALIGN(4) 272 KEEP (*(.Level4InterruptVector.text)) argument [all …]
|
/Zephyr-Core-2.7.6/soc/xtensa/intel_adsp/cavs_v15/ |
D | linker.ld | 230 .MemoryExceptionVector.text : ALIGN(4) 233 KEEP (*(.MemoryExceptionVector.text)) argument 236 .WindowVectors.text : ALIGN(4) 239 KEEP (*(.WindowVectors.text)) argument 248 .Level2InterruptVector.text : ALIGN(4) 251 KEEP (*(.Level2InterruptVector.text)) argument 260 .Level3InterruptVector.text : ALIGN(4) 263 KEEP (*(.Level3InterruptVector.text)) argument 272 .Level4InterruptVector.text : ALIGN(4) 275 KEEP (*(.Level4InterruptVector.text)) argument [all …]
|
/Zephyr-Core-2.7.6/lib/gui/lvgl/ |
D | Kconfig.text | 23 Characters on which a text break can take place 51 Control character to use for signalling text recoloring 54 bool "Enable bidirectional text support" 56 Enable bidirectional text support 58 The direction of the text will be processed according to the 63 prompt "Bidirectional text processing direction" 67 Direction of bidirectional text processing 86 on their position in the text
|
/Zephyr-Core-2.7.6/doc/_extensions/zephyr/ |
D | link-roles.py | 69 def role(name, rawtext, text, lineno, inliner, options={}, content=[]): argument 70 m = re.search(r'(.*)\s*<(.*)>', text) 75 link_text = text 76 link = text
|
/Zephyr-Core-2.7.6/scripts/ |
D | process_gperf.py | 28 def debug(text): argument 31 sys.stdout.write(os.path.basename(sys.argv[0]) + ": " + text + "\n") 34 def error(text): argument 35 sys.exit(os.path.basename(sys.argv[0]) + " ERROR: " + text) 38 def warn(text): argument 43 text +
|
/Zephyr-Core-2.7.6/soc/xtensa/intel_adsp/common/bootloader/ |
D | boot_ldr.x | 45 .boot_entry.text : ALIGN(4) in EXTERN() 48 KEEP (*(.boot_entry.text)) in EXTERN() 58 .text : ALIGN(4) in EXTERN() 62 *(.entry.text) in EXTERN() 65 *( .text .text.*) in EXTERN() 69 KEEP (*(.ResetVector.text)) in EXTERN() 70 KEEP (*(.ResetHandler.text)) in EXTERN()
|
/Zephyr-Core-2.7.6/samples/subsys/display/cfb_shell/ |
D | README.rst | 37 print :<col: pos> <row: pos> <text> 39 <text> 107 **print**: pass the initial column and row positions and the text in 108 double quotation marks when it contains spaces. If text hits the edge 110 previous printed text will be overwritten. 119 column and row positions, and the text to be displayed in double quotation 120 marks when it contains spaces. If the text hits the edge of the display, the 121 remaining characters will be displayed in the next line. The text will scroll 123 for vertical direction. The text passed with the scroll command will be moved
|
/Zephyr-Core-2.7.6/arch/xtensa/include/ |
D | xtensa-asm2-s.h | 360 .pushsection .iram.text, "ax" 365 .pushsection .iram0.text, "ax" 367 .pushsection .DebugExceptionVector.text, "ax" 369 .pushsection .NMIExceptionVector.text, "ax" 371 .pushsection .Level\LVL\()InterruptVector.text, "ax" 430 .pushsection .iram0.text, "ax" 432 .pushsection .DebugExceptionVector.text, "ax" 434 .pushsection .NMIExceptionVector.text, "ax" 436 .pushsection .Level\LVL\()InterruptVector.text, "ax"
|
/Zephyr-Core-2.7.6/samples/net/sockets/dumb_http_server/src/ |
D | response_small.html.bin | 2 Content-Type: text/plain; charset=utf-8 4 Plain-text example.
|
/Zephyr-Core-2.7.6/samples/boards/reel_board/mesh_badge/src/ |
D | reel_board.c | 78 static size_t print_line(enum font_size font_size, int row, const char *text, in print_line() argument 88 memcpy(line, text, len); in print_line() 106 static size_t get_len(enum font_size font, const char *text) in get_len() argument 112 switch (text[i]) { in get_len() 117 space = &text[i]; in get_len() 128 return space - text; in get_len() 139 void board_show_text(const char *text, bool center, k_timeout_t duration) in board_show_text() argument 148 while (*text == ' ' || *text == '\n') { in board_show_text() 149 text++; in board_show_text() 152 len = get_len(FONT_BIG, text); in board_show_text() [all …]
|
/Zephyr-Core-2.7.6/samples/boards/reel_board/mesh_badge/ |
D | README.rst | 25 #. Select "Text" to enter text instead of hex 26 #. Enter your name (or any other arbitrary text). Multiple words 29 wide text. You can force line breaks with a comma. 33 #. Once pairing is complete the board will show the text you sent. If 35 #. When you're happy with the text, disconnect from the board (exit the app or 42 word (name) of the stored text will be sent to all other boards in 46 text, and make it connectable over GATT):
|
/Zephyr-Core-2.7.6/arch/x86/zefi/ |
D | efi.ld | 14 .text : { 15 *(.text) 20 * need to be page-aligned and can be immediately after text/rodata */
|
/Zephyr-Core-2.7.6/samples/net/civetweb/websocket_server/web_page/ |
D | index.css | 79 text-align: right; 81 text-transform: uppercase; 117 .log .entry .content.text { 132 text-transform: uppercase; 187 text-align: right; 203 text-align: right;
|
/Zephyr-Core-2.7.6/samples/modules/tflite-micro/magic_wand/train/ |
D | train_magic_wand_model.ipynb | 25 "colab_type": "text", 35 "colab_type": "text", 56 "colab_type": "text", 66 "colab_type": "text", 78 "colab_type": "text", 104 "colab_type": "text", 132 "colab_type": "text", 160 "colab_type": "text", 187 "colab_type": "text", 212 "colab_type": "text",
|