OVMS3-idf/docs/idf_extensions
Marius Vikhammer c848aa74ac doc: Add extension that replaces generic target variable with idf_target
Also changed event trigger for idf-extension to use config-updated, as this makes more logical sense

Includes functionality for defining local (single .rst file) substitution strings that depend on chip target.

Substitutions can be defined with {IDF_TARGET_X: default = "IO3", esp32 = "IO4"} and then used locally as {IDF_TARGET_X}

Also added global substitution for TRM links {IDF_TARGET_TRM_URL}
2020-02-07 16:37:43 +11:00
..
build_system doc: Add extension that replaces generic target variable with idf_target 2020-02-07 16:37:43 +11:00
__init__.py docs: Refactor extensions into packages, update the add-ons-reference docs page 2020-02-07 16:37:43 +11:00
esp_err_definitions.py docs: Refactor extensions into packages, update the add-ons-reference docs page 2020-02-07 16:37:43 +11:00
format_idf_target.py doc: Add extension that replaces generic target variable with idf_target 2020-02-07 16:37:43 +11:00
gen_idf_tools_links.py docs: Refactor extensions into packages, update the add-ons-reference docs page 2020-02-07 16:37:43 +11:00
gen_toolchain_links.py docs: Refactor extensions into packages, update the add-ons-reference docs page 2020-02-07 16:37:43 +11:00
gen_version_specific_includes.py docs: Refactor extensions into packages, update the add-ons-reference docs page 2020-02-07 16:37:43 +11:00
include_build_file.py docs: Refactor extensions into packages, update the add-ons-reference docs page 2020-02-07 16:37:43 +11:00
kconfig_reference.py docs: Refactor extensions into packages, update the add-ons-reference docs page 2020-02-07 16:37:43 +11:00
link_roles.py docs: Refactor extensions into packages, update the add-ons-reference docs page 2020-02-07 16:37:43 +11:00
README.md docs: Refactor extensions into packages, update the add-ons-reference docs page 2020-02-07 16:37:43 +11:00
run_doxygen.py docs: Refactor extensions into packages, update the add-ons-reference docs page 2020-02-07 16:37:43 +11:00
util.py docs: Refactor extensions into packages, update the add-ons-reference docs page 2020-02-07 16:37:43 +11:00

See docs/en/contribute/add-ons-reference.rst (or in the IDF docs) for details.