Home
last modified time | relevance | path

Searched refs:es (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/scripts/
Dlist_hardware.py136 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/
Dindex.rst3 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/
Dexcstub.S126 pushl %es
209 popl %es
Dfatal.c155 .es = DATA_SEG,
213 _main_tss.es = DATA_SEG; in df_handler_top()
Dgdbstub.c98 debug_ctx.registers[GDB_ES] = esf->es; in z_gdb_interrupt()
117 esf->es = debug_ctx.registers[GDB_ES]; in z_gdb_interrupt()
Dcrt0.S135 movw %ax, %es /* set ES */
Duserspace.S329 mov %bx, %es
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dexception.h35 unsigned int es; member
Dgdbstub.h37 uint32_t es; member
Dsegmentation.h77 uint16_t es; member
/Zephyr-latest/soc/nxp/imx/imx8ulp/
DKconfig18 # suffix(es) below
/Zephyr-latest/boards/native/native_posix/
Dtimer_model.c198 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/
Dtimer_model.c188 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/
Dmerged_prs.py158 es = Elasticsearch(
169 bulk(es, gendata(json_list, index))
/Zephyr-latest/drivers/wifi/eswifi/
DKconfig.eswifi1 # es-WiFi driver options
/Zephyr-latest/scripts/ci/
Dupload_test_results_es.py278 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/
Ddynamic_cmd.c21 extern void qsort(void *a, size_t n, size_t es, cmp_t *cmp);
/Zephyr-latest/boards/st/b_l4s5i_iot01a/doc/
Dindex.rst126 | WIFI | module | es-wifi |
/Zephyr-latest/arch/x86/core/intel64/
Dlocore.S142 movw %ax, %es
222 movw %ax, %es
/Zephyr-latest/doc/services/debugging/
Dcoredump.rst211 es <unavailable>
/Zephyr-latest/samples/subsys/mgmt/updatehub/
DREADME.rst199 The board disco_l475_iot1 is not supported. The es-WIFI driver currently
/Zephyr-latest/
DCMakeLists.txt753 # On other OS'es, modifying a file is reflected on the folder timestamp and hence detected
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst685 …* Added a safe configuration option so multiple OS'es can share the same GIC and avoid reconfiguri…
Drelease-notes-1.14.rst809 * wifi: Added inventek es-WiFi driver
877 - Added Inventek es-WiFi driver for disco_l475_iot1 board.
Drelease-notes-2.5.rst375 * Inventek es-WIFI shield

12