Home
last modified time | relevance | path

Searched refs:nv (Results 1 – 25 of 139) sorted by relevance

123456

/Zephyr-Core-3.5.0/scripts/build/
Dgen_isr_tables.py142 def write_code_irq_vector_table(fp, vt, nv, syms): argument
146 for i in range(nv):
157 def write_address_irq_vector_table(fp, vt, nv): argument
158 fp.write("uintptr_t __irq_vector_table _irq_vector_table[%d] = {\n" % nv)
159 for i in range(nv):
180 def write_shared_table(fp, shared, nv): argument
182 " z_shared_sw_isr_table[%d] = {\n" % nv)
184 for i in range(nv):
206 nv = intlist["num_vectors"]
209 write_shared_table(fp, shared, nv)
[all …]
/Zephyr-Core-3.5.0/dts/arm/st/h7/
Dstm32h745.dtsi16 compatible = "st,stm32-nv-flash", "soc-nv-flash";
23 compatible = "st,stm32-nv-flash", "soc-nv-flash";
Dstm32h743.dtsi16 compatible = "st,stm32-nv-flash", "soc-nv-flash";
Dstm32h750.dtsi16 compatible = "st,stm32-nv-flash", "soc-nv-flash";
/Zephyr-Core-3.5.0/boards/riscv/neorv32/
Dneorv32.dts31 compatible = "soc-nv-flash", "mmio-sram";
36 compatible = "soc-nv-flash", "mmio-sram";
/Zephyr-Core-3.5.0/dts/arm/st/u5/
Dstm32u599.dtsi2 * Copyright (c) 2023 PSICONTROL nv
Dstm32u599Xj.dtsi2 * Copyright (c) 2023 PSICONTROL nv
/Zephyr-Core-3.5.0/soc/arm/st_stm32/stm32u5/
DKconfig.defconfig.stm32u595xx3 # Copyright (c) 2023 PSICONTROL nv
DKconfig.defconfig.stm32u599xx3 # Copyright (c) 2023 PSICONTROL nv
DKconfig.soc4 # Copyright (c) 2023 PSICONTROL nv
/Zephyr-Core-3.5.0/dts/arm/ti/
Dcc3220sf.dtsi20 compatible = "soc-nv-flash";
Dcc3235sf.dtsi20 compatible = "soc-nv-flash";
/Zephyr-Core-3.5.0/dts/arm/nxp/
Dnxp_kv5xf512vlx24.dtsi21 compatible = "soc-nv-flash";
Dnxp_kv5xf1m0vlx24.dtsi21 compatible = "soc-nv-flash";
Dnxp_lpc55S0x_common.dtsi82 compatible = "soc-nv-flash";
89 compatible = "soc-nv-flash";
100 compatible = "soc-nv-flash";
/Zephyr-Core-3.5.0/dts/riscv/ite/
Dit82202ax-512.dtsi18 compatible = "soc-nv-flash";
/Zephyr-Core-3.5.0/dts/arm/silabs/
Defr32bg22.dtsi12 compatible = "soc-nv-flash";
Defr32bg27.dtsi12 compatible = "soc-nv-flash";
/Zephyr-Core-3.5.0/boards/arc/nsim/
Dnsim-flash-sram-mem.dtsi16 compatible = "soc-nv-flash";
/Zephyr-Core-3.5.0/boards/shields/v2c_daplink/
Dv2c_daplink_cfg.overlay16 compatible = "soc-nv-flash";
/Zephyr-Core-3.5.0/doc/services/storage/flash_map/
Dexample_fragment.dts9 compatible = "soc-nv-flash";
/Zephyr-Core-3.5.0/dts/nios2/intel/
Dnios2-qemu.dtsi20 compatible = "soc-nv-flash";
/Zephyr-Core-3.5.0/boards/arm/fvp_baser_aemv8r_aarch32/
Dfvp_baser_aemv8r_aarch32.dts31 compatible = "soc-nv-flash";
/Zephyr-Core-3.5.0/boards/x86/qemu_x86/
Dqemu_x86.dts23 compatible = "soc-nv-flash";
91 compatible = "soc-nv-flash";
/Zephyr-Core-3.5.0/tests/drivers/flash_simulator/boards/
Dnucleo_f411re.overlay27 compatible = "soc-nv-flash";

123456