/Zephyr-latest/scripts/ |
D | list_hardware.py | 136 for es in self._extended_socs[:]: 138 if s.name == es.name: 139 s.extend(es) 140 self._extended_socs.remove(es) 144 for es in systems.get_extended_socs(): 146 if s.name == es.name: 147 s.extend(es) 150 self._extended_socs.append(es)
|
/Zephyr-latest/boards/shields/inventek_eswifi/doc/ |
D | index.rst | 3 Inventek es-WIFI Shield 9 The es-WIFI (embedded Serial-to-WiFi) modules are devices developed by Inventek 10 Systems. It integrates WIFI and optionally Bluetooth Low Energy. The es-WIFI 12 Interoperability Network) AT commands set. The current es-WIFI driver is able 15 The Zephyr es-WIFI drivers was implemented using ISM43362-M3G-L44 with SPI 25 shield. It allows evaluate es-WIFI modules with SPI or UART interface. For 43 position 3 to enable RX/TX signals when using es-WIFI with UART firmware. 136 firmware. It doesn't need this shield to expose es-WIFI. It is only
|
/Zephyr-latest/arch/x86/core/ia32/ |
D | excstub.S | 126 pushl %es 209 popl %es
|
D | fatal.c | 155 .es = DATA_SEG, 213 _main_tss.es = DATA_SEG; in df_handler_top()
|
D | gdbstub.c | 98 debug_ctx.registers[GDB_ES] = esf->es; in z_gdb_interrupt() 117 esf->es = debug_ctx.registers[GDB_ES]; in z_gdb_interrupt()
|
D | crt0.S | 135 movw %ax, %es /* set ES */
|
D | userspace.S | 329 mov %bx, %es
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | exception.h | 35 unsigned int es; member
|
D | gdbstub.h | 37 uint32_t es; member
|
D | segmentation.h | 77 uint16_t es; member
|
/Zephyr-latest/soc/nxp/imx/imx8ulp/ |
D | Kconfig | 18 # suffix(es) below
|
/Zephyr-latest/boards/native/native_posix/ |
D | timer_model.c | 198 char es[30]; in hwtimer_tick_timer_reached() local 201 us_time_to_str(es, expected_rt - boot_time); in hwtimer_tick_timer_reached() 205 hw_timer_tick_timer/1000U, diff, es, rs); in hwtimer_tick_timer_reached()
|
/Zephyr-latest/scripts/native_simulator/native/src/ |
D | timer_model.c | 188 char es[30]; in hwtimer_tick_timer_reached() local 191 us_time_to_str(es, expected_rt - boot_time); in hwtimer_tick_timer_reached() 195 hw_timer_tick_timer/1000U, diff, es, rs); in hwtimer_tick_timer_reached()
|
/Zephyr-latest/scripts/ci/stats/ |
D | merged_prs.py | 158 es = Elasticsearch( 169 bulk(es, gendata(json_list, index))
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | Kconfig.eswifi | 1 # es-WiFi driver options
|
/Zephyr-latest/scripts/ci/ |
D | upload_test_results_es.py | 278 es = Elasticsearch( 285 es.indices.create(index=args.index, mappings=mappings, settings=settings) 293 bulk(es, gendata(f, args), request_timeout=args.bulk_timeout)
|
/Zephyr-latest/samples/subsys/shell/shell_module/src/ |
D | dynamic_cmd.c | 21 extern void qsort(void *a, size_t n, size_t es, cmp_t *cmp);
|
/Zephyr-latest/boards/st/b_l4s5i_iot01a/doc/ |
D | index.rst | 126 | WIFI | module | es-wifi |
|
/Zephyr-latest/arch/x86/core/intel64/ |
D | locore.S | 142 movw %ax, %es 222 movw %ax, %es
|
/Zephyr-latest/doc/services/debugging/ |
D | coredump.rst | 211 es <unavailable>
|
/Zephyr-latest/samples/subsys/mgmt/updatehub/ |
D | README.rst | 199 The board disco_l475_iot1 is not supported. The es-WIFI driver currently
|
/Zephyr-latest/ |
D | CMakeLists.txt | 753 # On other OS'es, modifying a file is reflected on the folder timestamp and hence detected
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.0.rst | 685 …* Added a safe configuration option so multiple OS'es can share the same GIC and avoid reconfiguri…
|
D | release-notes-1.14.rst | 809 * wifi: Added inventek es-WiFi driver 877 - Added Inventek es-WiFi driver for disco_l475_iot1 board.
|
D | release-notes-2.5.rst | 375 * Inventek es-WIFI shield
|