diff --git a/docs/en/api-guides/build-system-v2.rst b/docs/en/api-guides/build-system-v2.rst new file mode 100644 index 0000000000..c534525b47 --- /dev/null +++ b/docs/en/api-guides/build-system-v2.rst @@ -0,0 +1,36 @@ +Build System v2 +*************** + + +API Reference +============= + +This section contains an automatically generated API reference from the build +system v2 CMake source code. + +.. _cmakev2_variables: + +Variables +--------- + + +.. _cmakev2_functions: + +Functions +--------- + + +.. _cmakev2_macros: + +Macros +------ + +.. cmakev2:include:: ../../../tools/cmakev2/build.cmake +.. cmakev2:include:: ../../../tools/cmakev2/compat.cmake +.. cmakev2:include:: ../../../tools/cmakev2/component.cmake +.. cmakev2:include:: ../../../tools/cmakev2/idf.cmake +.. cmakev2:include:: ../../../tools/cmakev2/kconfig.cmake +.. cmakev2:include:: ../../../tools/cmakev2/ldgen.cmake +.. cmakev2:include:: ../../../tools/cmakev2/manager.cmake +.. cmakev2:include:: ../../../tools/cmakev2/project.cmake +.. cmakev2:include:: ../../../tools/cmakev2/utilities.cmake diff --git a/docs/en/api-guides/index.rst b/docs/en/api-guides/index.rst index 6e1a2373fb..244cd14ab4 100644 --- a/docs/en/api-guides/index.rst +++ b/docs/en/api-guides/index.rst @@ -13,6 +13,7 @@ API Guides :SOC_BLE_MESH_SUPPORTED: esp-ble-mesh/ble-mesh-index bootloader build-system + build-system-v2 :SOC_SUPPORT_COEXISTENCE: coexist c cplusplus diff --git a/docs/zh_CN/api-guides/build-system-v2.rst b/docs/zh_CN/api-guides/build-system-v2.rst new file mode 100644 index 0000000000..82194a932c --- /dev/null +++ b/docs/zh_CN/api-guides/build-system-v2.rst @@ -0,0 +1 @@ +.. include:: ../../en/api-guides/build-system-v2.rst diff --git a/docs/zh_CN/api-guides/index.rst b/docs/zh_CN/api-guides/index.rst index 9bf06a3401..3a1f1d22ae 100644 --- a/docs/zh_CN/api-guides/index.rst +++ b/docs/zh_CN/api-guides/index.rst @@ -13,6 +13,7 @@ API 指南 :SOC_BLE_MESH_SUPPORTED: esp-ble-mesh/ble-mesh-index bootloader build-system + build-system-v2 :SOC_SUPPORT_COEXISTENCE: coexist c cplusplus