refactor(gpio): per-target gpio number definition

This commit is contained in:
morris
2023-07-03 11:51:12 +08:00
parent 91f16fea8c
commit d623ce0d53
11 changed files with 416 additions and 275 deletions

View File

@@ -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',