2023-07-28 09:32:00 +03:00
|
|
|
|
|
|
|
|
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
|
|
|
|
|
# double-quotes, unless you are using Doxywizard) that should identify the
|
|
|
|
|
# project for which the documentation is generated. This name is used in the
|
|
|
|
|
# title of most generated pages and in a few other places.
|
|
|
|
|
# The default value is: My Project.
|
|
|
|
|
|
2023-09-01 14:26:05 +03:00
|
|
|
PROJECT_NAME = "AM263x Motor Control SDK"
|
2023-07-28 09:32:00 +03:00
|
|
|
|
|
|
|
|
INPUT += $(MOTOR_CONTROL_SDK_PATH)/docs_src/docs/api_guide/main_page/main_page.md
|
2023-09-22 08:57:16 +03:00
|
|
|
INPUT += $(MOTOR_CONTROL_SDK_PATH)/docs_src/docs/api_guide/migration_guides/mcusdk_migration_guide.md
|
|
|
|
|
INPUT += $(MOTOR_CONTROL_SDK_PATH)/docs_src/docs/api_guide/device/$(DEVICE)/release_notes.md
|
|
|
|
|
INPUT += $(MOTOR_CONTROL_SDK_PATH)/docs_src/docs/api_guide/device/$(DEVICE)/release_notes_09_00_00.md
|
2023-07-28 09:32:00 +03:00
|
|
|
@INCLUDE = $(MOTOR_CONTROL_SDK_PATH)/docs_src/docs/api_guide/device/$(DEVICE)/examples.cfg
|
|
|
|
|
@INCLUDE = $(MOTOR_CONTROL_SDK_PATH)/docs_src/docs/api_guide/device/$(DEVICE)/components.cfg
|
2023-09-14 20:02:55 +03:00
|
|
|
@INCLUDE = $(MOTOR_CONTROL_SDK_PATH)/docs_src/docs/api_guide/components/dcl/dcl.cfg
|
2023-07-28 09:32:00 +03:00
|
|
|
|
|
|
|
|
# Used to selectively pick DEVICE specific sections within .md files
|
|
|
|
|
ENABLED_SECTIONS = SOC_AM263X
|
|
|
|
|
|
|
|
|
|
# SOC specific aliases
|
|
|
|
|
ALIASES+=VAR_SOC_NAME="AM263X"
|
|
|
|
|
ALIASES+=VAR_SOC_NAME_LOWER="am263x"
|
|
|
|
|
ALIASES+=VAR_BOARD_NAME="AM263X-CC"
|
|
|
|
|
ALIASES+=VAR_BOARD_NAME_LOWER="am263x-cc"
|
|
|
|
|
ALIASES+=VAR_LP_BOARD_NAME="AM263X-LP"
|
|
|
|
|
ALIASES+=VAR_LP_BOARD_NAME_LOWER="am263x-lp"
|
2023-09-15 12:30:57 +03:00
|
|
|
ALIASES+=VAR_SOC_MANIFEST="motor_control_sdk_am263x_manifest.html"
|
2023-09-01 14:26:05 +03:00
|
|
|
ALIASES+=VAR_MCU_SDK_DOCS_PATH="../../mcu_plus_sdk/docs/api_guide_am263x"
|
|
|
|
|
ALIASES+=VAR_IC_SDK_DOCS_PATH="../../ind_comms_sdk/docs/api_guide_am263x"
|