Home
last modified time | relevance | path

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

/hal_rpi_pico-3.7.0-3.6.0-3.5.0/tools/
Dextract_configs.py31 CONFIG_RE = re.compile(r'//\s+PICO_CONFIG:\s+(\w+),\s+([^,]+)(?:,\s+(.*))?$') variable
126 m = CONFIG_RE.match(line)