Searched refs:families (Results 1 – 19 of 19) sorted by relevance
/Zephyr-latest/doc/_extensions/zephyr/domain/static/js/ |
D | board-catalog.js | 61 function fillSocSeriesSelect(families, selectOnFill = false) { argument 64 families = families?.length ? families : Object.keys(socs_data); 65 let allSeries = [...new Set(families.flatMap(f => Object.keys(socs_data[f])))]; 74 function fillSocSocSelect(families, series = undefined, selectOnFill = false) { argument 77 families = families?.length ? families : Object.keys(socs_data); 78 series = series?.length ? series : families.flatMap(f => Object.keys(socs_data[f])); 79 matchingSocs = [...new Set(families.flatMap(f => series.flatMap(s => socs_data[f][s] || [])))];
|
/Zephyr-latest/scripts/build/ |
D | uf2conv.py | 96 families = load_families() 99 for name, value in families.items(): 267 families = {} 269 families[family["short_name"]] = int(family["id"], 0) 271 return families 307 families = load_families() 309 if args.family.upper() in families: 310 familyid = families[args.family.upper()] 315 error("Family ID needs to be a number or one of: " + ", ".join(families.keys()))
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | nrfjprog.py | 61 families = {'NRF51_FAMILY': 'NRF51', 'NRF52_FAMILY': 'NRF52', 114 self.check_call(cmd + ['-f', families[self.family]] + core_opt +
|
/Zephyr-latest/drivers/eeprom/ |
D | Kconfig | 66 Examples of compatible EEPROM families: 82 Examples of compatible EEPROM families:
|
/Zephyr-latest/doc/hardware/arch/ |
D | arc-support-status.rst | 26 | | **Processor families** …
|
D | arm_cortex_m.rst | 21 | | | **Processor families** …
|
/Zephyr-latest/boards/nxp/mimxrt1015_evk/doc/ |
D | index.rst | 6 The i.MX RT1015 expands the i.MX RT crossover processor families by providing
|
/Zephyr-latest/boards/nxp/mimxrt1024_evk/doc/ |
D | index.rst | 6 The i.MX RT1024 expands the i.MX RT crossover processor families by providing
|
/Zephyr-latest/boards/nxp/mimxrt1020_evk/doc/ |
D | index.rst | 6 The i.MX RT1020 expands the i.MX RT crossover processor families by providing
|
/Zephyr-latest/boards/nxp/mimxrt1062_fmurt6/doc/ |
D | index.rst | 7 processor series and expands the i.MX RT series to three scalable families.
|
/Zephyr-latest/boards/nxp/mimxrt1064_evk/doc/ |
D | index.rst | 7 processor series and expands the i.MX RT series to three scalable families.
|
/Zephyr-latest/boards/nxp/mimxrt1060_evk/doc/ |
D | index.rst | 7 processor series and expands the i.MX RT series to three scalable families.
|
/Zephyr-latest/doc/contribute/ |
D | bin_blobs.rst | 7 many different IC families, some functionality may be unavailable without the
|
/Zephyr-latest/boards/snps/nsim/arc_classic/doc/ |
D | index.rst | 11 :ref:`here <hardware_arch_arc_support_status>` for a complete list of ARC processor families which
|
/Zephyr-latest/doc/hardware/pinctrl/ |
D | index.rst | 30 used by several SoC families, such as many from NXP and STM32.
|
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | Kconfig | 213 connections across SoC families.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.1.rst | 870 * :github:`16167` - Implement interrupt driven GPIO on LPC families
|
/Zephyr-latest/doc/develop/ |
D | modules.rst | 925 families. Additional dts files must be located in a :file:`<dts_root>/dts`
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome.css | 59 /* font-families. will affect all text on the website
|