Home
last modified time | relevance | path

Searched refs:chip (Results 1 – 9 of 9) sorted by relevance

/hal_rpi_pico-latest/tools/
Dextract_build_defines.py127 for chip in (*CHIP_NAMES, "host"):
128 if "/{}/".format(chip) in dirpath:
129 applicable = chip
207 for chip in CHIP_NAMES:
208 for config_name, chip_config_obj in chips_all_configs[chip].items():
215 …raise Exception("'{}' config {} at {}:{} also found at {}:{}".format(chip, config_name, chip_file_…
246 for chip in (*CHIP_NAMES, "host", "all"):
247 if chip in chips_all_configs:
248 all_configs = chips_all_configs[chip]
250 output_rows.add((config_name, chip))
[all …]
Dextract_cmake_configs.py127 for chip in (*CHIP_NAMES, "host"):
128 if "/{}/".format(chip) in dirpath:
129 applicable = chip
207 for chip in CHIP_NAMES:
208 for config_name, chip_config_obj in chips_all_configs[chip].items():
215 …raise Exception("'{}' config {} at {}:{} also found at {}:{}".format(chip, config_name, chip_file_…
246 for chip in (*CHIP_NAMES, "host", "all"):
247 if chip in chips_all_configs:
248 all_configs = chips_all_configs[chip]
250 output_rows.add((config_name, chip))
[all …]
Dextract_configs.py144 for chip in (*CHIP_NAMES, "host"):
145 if "/{}/".format(chip) in dirpath:
146 applicable = chip
273 for chip in CHIP_NAMES:
274 for config_name, chip_config_obj in chips_all_configs[chip].items():
281 …raise Exception("'{}' config {} at {}:{} also found at {}:{}".format(chip, config_name, chip_file_…
312 for chip in (*CHIP_NAMES, "host", "all"):
313 if chip in chips_all_configs:
314 all_configs = chips_all_configs[chip]
316 output_rows.add((config_name, chip))
[all …]
Dcheck_board_header.py377 chip = None variable
379 chip = 'RP2040' variable
386 chip = 'RP2040' variable
391 chip = 'RP2350A' variable
393 chip = 'RP2350B'
396 … but is missing a pico_cmake_set_default {} comment".format(board_header, chip, 'PICO_RP2350_A2_SU…
398 …eption("{} uses chip {} but is missing a #define {}".format(board_header, chip, 'PICO_RP2350_A2_SU…
400 …raise Exception("{} sets #define {} {} (should be 1)".format(board_header, chip, 'PICO_RP2350_A2_S…
416 if chip is None:
418 interfaces_json = chip_interfaces[chip]
[all …]
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
DCMakeLists.txt64 # # PICO_CMAKE_CONFIG: CYW43_DEFAULT_PIN_WL_REG_ON, gpio pin to power up the cyw43 chip, typ…
68 …IG: CYW43_DEFAULT_PIN_WL_DATA_OUT, gpio pin for spi data out to the cyw43 chip, type=int, group=pi…
72 …IG: CYW43_DEFAULT_PIN_WL_DATA_IN, gpio pin for spi data in from the cyw43 chip, type=int, group=pi…
76 …_DEFAULT_PIN_WL_HOST_WAKE, gpio (irq) pin for the irq line from the cyw43 chip, type=int, group=pi…
80 … CYW43_DEFAULT_PIN_WL_CLOCK, gpio pin for the spi clock line to the cyw43 chip, type=int, group=pi…
84 …O_CMAKE_CONFIG: CYW43_DEFAULT_PIN_WL_CS, gpio pin for the spi chip select to the cyw43 chip, type=…
/hal_rpi_pico-latest/src/rp2040/
DREADME.md3 `hardware_regs` contains low level hardware register #defines autogenerated from the RP2040 chip de…
/hal_rpi_pico-latest/src/rp2350/
DREADME.md4 `hardware_regs` contains low level hardware register #defines autogenerated from the RP2350 chip de…
/hal_rpi_pico-latest/docs/
Dmainpage.md7 …ts such as MicroPython, to low-level software such as the microcontroller's on-chip bootrom itself.
/hal_rpi_pico-latest/
DREADME.md14 such as the RP-series microcontroller's on-chip bootrom itself.