mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 16:11:41 +01:00
refactor(gpio): per-target gpio number definition
This commit is contained in:
@@ -14,6 +14,7 @@ from string import Template
|
||||
# The following header files in soc component is treated as stable, so is allowed to be used in any public header files
|
||||
allowed_soc_headers = (
|
||||
'soc/soc_caps.h',
|
||||
'soc/gpio_num.h',
|
||||
'soc/reset_reasons.h',
|
||||
'soc/reg_base.h',
|
||||
'soc/clk_tree_defs.h',
|
||||
|
||||
Reference in New Issue
Block a user