diff options
| author | hathach <[email protected]> | 2026-08-21 11:06:55 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-08-21 11:06:55 +0700 |
| commit | 696c7807f543a6c55656d81a8f6d8969584e9614 (patch) | |
| tree | b58cb5c29cb19be6e602a8bb869344db3b51029b /.github/scripts | |
| parent | b646a9decfcac5345b77c74b6b0e2d217add756f (diff) | |
get_deps: correct two family tokens that matched nothing
get_deps matches a family token against a requested family name verbatim
(`f in deps_optional[d][2].split()`), so a token naming no hw/bsp directory makes
its entry unreachable:
hw/mcu/allwinner said 'fc100s'; the family is hw/bsp/f1c100s, and
f1c100s/family.cmake sets SDK_DIR to ${TOP}/hw/mcu/allwinner/f1c100s
hw/mcu/sony/cxd56/spresense-exported-sdk said 'spresense' (the SDK's name);
the family is hw/bsp/cxd56, whose family.cmake points SDK_DIR at it
`python3 tools/get_deps.py f1c100s` and `... cxd56` now fetch the SDK each of those
families builds against; before, both printed "no additional dependencies found".
docs/reference/dependencies.rst is generated from deps_all by tools/gen_doc.py, so
it is updated to match - column widths are unchanged (the widest cell is
lib/CMSIS_5's, untouched) and every row was cross-checked against deps_all.
Diffstat (limited to '.github/scripts')
0 files changed, 0 insertions, 0 deletions
