doc: boards: add target-notes directive where missing

For the "References" section to be useful, it needs to include a call to
the target-notes directive, which is the one that actually generates the
list of references made in the current document.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2024-10-21 17:21:38 +02:00 committed by Maureen Helm
parent 0e7c64e2ee
commit bbdf72f015
59 changed files with 118 additions and 0 deletions

View file

@ -216,6 +216,8 @@ GDB instance. To reattach, just follow the same steps above, till
References References
********** **********
.. target-notes::
.. _96Boards website: .. _96Boards website:
https://www.96boards.org/product/neonkey/ https://www.96boards.org/product/neonkey/

View file

@ -189,6 +189,8 @@ GDB instance. To reattach, just follow the same steps above, till
References References
********** **********
.. target-notes::
.. _AN2606: .. _AN2606:
https://www.st.com/resource/en/application_note/cd00167594.pdf https://www.st.com/resource/en/application_note/cd00167594.pdf

View file

@ -205,6 +205,8 @@ Now press the Reset button and you should see "Hello World! arduino_due" in your
References References
********** **********
.. target-notes::
.. _Arduino Due website: https://www.arduino.cc/en/Main/ArduinoBoardDue .. _Arduino Due website: https://www.arduino.cc/en/Main/ArduinoBoardDue
.. _Atmel SAM3X8E Datasheet: http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-11057-32-bit-Cortex-M3-Microcontroller-SAM3X-SAM3A_Datasheet.pdf .. _Atmel SAM3X8E Datasheet: http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-11057-32-bit-Cortex-M3-Microcontroller-SAM3X-SAM3A_Datasheet.pdf

View file

@ -117,6 +117,8 @@ Networking
References References
********** **********
.. target-notes::
1. (ID070919) Arm® Architecture Reference Manual - Armv8, for Armv8-A architecture profile 1. (ID070919) Arm® Architecture Reference Manual - Armv8, for Armv8-A architecture profile
2. AArch64 Exception and Interrupt Handling 2. AArch64 Exception and Interrupt Handling
3. https://developer.arm.com/tools-and-software/simulation-models/fixed-virtual-platforms 3. https://developer.arm.com/tools-and-software/simulation-models/fixed-virtual-platforms

View file

@ -96,6 +96,8 @@ Refer to the detailed overview about :ref:`application_debugging`.
References References
********** **********
.. target-notes::
.. [1] https://developer.arm.com/tools-and-software/simulation-models/fixed-virtual-platforms/arm-ecosystem-models .. [1] https://developer.arm.com/tools-and-software/simulation-models/fixed-virtual-platforms/arm-ecosystem-models
.. [2] Arm Architecture Reference Manual Supplement - Armv8, for Armv8-R AArch32 architecture profile .. [2] Arm Architecture Reference Manual Supplement - Armv8, for Armv8-R AArch32 architecture profile
https://developer.arm.com/documentation/ddi0568/latest https://developer.arm.com/documentation/ddi0568/latest

View file

@ -106,6 +106,8 @@ See :ref:`debug_with_arm_ds` for how to debug with Arm Development Studio [5]_.
References References
********** **********
.. target-notes::
.. [1] https://developer.arm.com/tools-and-software/simulation-models/fixed-virtual-platforms/arm-ecosystem-models .. [1] https://developer.arm.com/tools-and-software/simulation-models/fixed-virtual-platforms/arm-ecosystem-models
.. [2] Arm Architecture Reference Manual Supplement - Armv8, for Armv8-R AArch64 architecture profile .. [2] Arm Architecture Reference Manual Supplement - Armv8, for Armv8-R AArch64 architecture profile
https://developer.arm.com/documentation/ddi0600/latest/ https://developer.arm.com/documentation/ddi0600/latest/

View file

@ -141,5 +141,7 @@ connected in ``Debug Control`` window.
References References
********** **********
.. target-notes::
.. [1] https://developer.arm.com/tools-and-software/embedded/arm-development-studio .. [1] https://developer.arm.com/tools-and-software/embedded/arm-development-studio
.. [2] https://developer.arm.com/tools-and-software/simulation-models/fixed-virtual-platforms/arm-ecosystem-models .. [2] https://developer.arm.com/tools-and-software/simulation-models/fixed-virtual-platforms/arm-ecosystem-models

View file

@ -222,6 +222,8 @@ You should see the following message on the console:
References References
********** **********
.. target-notes::
.. _Swan Product Page: .. _Swan Product Page:
https://blues.io/products/swan https://blues.io/products/swan

View file

@ -177,4 +177,6 @@ Build and run as follows:
References References
********** **********
.. target-notes::
.. _Xtensa tools: https://ip.cadence.com/support/sdk-evaluation-request .. _Xtensa tools: https://ip.cadence.com/support/sdk-evaluation-request

View file

@ -283,6 +283,8 @@ UART_RTS with UART_CTS from KitProg2.
References References
********** **********
.. target-notes::
.. _PSoC 63 BLE MCU SoC Website: .. _PSoC 63 BLE MCU SoC Website:
https://www.cypress.com/products/32-bit-arm-cortex-m4-cortex-m0-psoc-63-connectivity-line https://www.cypress.com/products/32-bit-arm-cortex-m4-cortex-m0-psoc-63-connectivity-line

View file

@ -186,6 +186,8 @@ serial port:
References References
********** **********
.. target-notes::
.. _PSoC 62 MCU SoC Website: .. _PSoC 62 MCU SoC Website:
https://www.cypress.com/products/32-bit-arm-cortex-m4-psoc-6 https://www.cypress.com/products/32-bit-arm-cortex-m4-psoc-6

View file

@ -292,6 +292,8 @@ GDB stub is enabled on ESP32.
References References
********** **********
.. target-notes::
.. _`ESP32-DevKitC-WROOM`: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/hw-reference/esp32/get-started-devkitc.html# .. _`ESP32-DevKitC-WROOM`: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/hw-reference/esp32/get-started-devkitc.html#
.. _`ESP32 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf .. _`ESP32 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf
.. _`ESP32 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/esp32_technical_reference_manual_en.pdf .. _`ESP32 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/esp32_technical_reference_manual_en.pdf

View file

@ -292,6 +292,8 @@ GDB stub is enabled on ESP32.
References References
********** **********
.. target-notes::
.. _`ESP32-DevKitC-WROVER`: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/hw-reference/esp32/get-started-devkitc.html# .. _`ESP32-DevKitC-WROVER`: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/hw-reference/esp32/get-started-devkitc.html#
.. _`ESP32 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf .. _`ESP32 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf
.. _`ESP32 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/esp32_technical_reference_manual_en.pdf .. _`ESP32 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/esp32_technical_reference_manual_en.pdf

View file

@ -615,6 +615,8 @@ during board initialization (board_init.c)
References References
********** **********
.. target-notes::
.. _`ESP32-Ethernet-Kit V1.2 Ethernet Board (A) Schematic`: https://dl.espressif.com/dl/schematics/SCH_ESP32-Ethernet-Kit_A_V1.2_20200528.pdf .. _`ESP32-Ethernet-Kit V1.2 Ethernet Board (A) Schematic`: https://dl.espressif.com/dl/schematics/SCH_ESP32-Ethernet-Kit_A_V1.2_20200528.pdf
.. _`ESP32-WROVER-E Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-wrover-e_esp32-wrover-ie_datasheet_en.pdf .. _`ESP32-WROVER-E Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-wrover-e_esp32-wrover-ie_datasheet_en.pdf
.. _`OpenOCD ESP32`: https://github.com/espressif/openocd-esp32/releases .. _`OpenOCD ESP32`: https://github.com/espressif/openocd-esp32/releases

View file

@ -246,6 +246,8 @@ You can debug an application in the usual way. Here is an example for the :zephy
References References
********** **********
.. target-notes::
.. _`ESP32-C3-DevKitC`: https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32c3/esp32-c3-devkitc-02/index.html .. _`ESP32-C3-DevKitC`: https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32c3/esp32-c3-devkitc-02/index.html
.. _`ESP32-C3 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-c3_datasheet_en.pdf .. _`ESP32-C3 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-c3_datasheet_en.pdf
.. _`ESP32-C3 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/esp32-c3_technical_reference_manual_en.pdf .. _`ESP32-C3 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/esp32-c3_technical_reference_manual_en.pdf

View file

@ -246,6 +246,8 @@ You can debug an application in the usual way. Here is an example for the :zephy
References References
********** **********
.. target-notes::
.. _`ESP32-C3-DevKitM`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/hw-reference/esp32c3/user-guide-devkitm-1.html .. _`ESP32-C3-DevKitM`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/hw-reference/esp32c3/user-guide-devkitm-1.html
.. _`ESP32-C3 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-c3_datasheet_en.pdf .. _`ESP32-C3 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-c3_datasheet_en.pdf
.. _`ESP32-C3 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/esp32-c3_technical_reference_manual_en.pdf .. _`ESP32-C3 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/esp32-c3_technical_reference_manual_en.pdf

View file

@ -291,6 +291,8 @@ You can debug an application in the usual way. Here is an example for the :zephy
References References
********** **********
.. target-notes::
.. _`ESP32-C3-DevKit-RUST`: https://github.com/esp-rs/esp-rust-board/tree/v1.2 .. _`ESP32-C3-DevKit-RUST`: https://github.com/esp-rs/esp-rust-board/tree/v1.2
.. _`ESP32-C3 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-c3_datasheet_en.pdf .. _`ESP32-C3 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-c3_datasheet_en.pdf
.. _`ESP32-C3 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/esp32-c3_technical_reference_manual_en.pdf .. _`ESP32-C3 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/esp32-c3_technical_reference_manual_en.pdf

View file

@ -281,6 +281,8 @@ You can debug an application in the usual way. Here is an example for the :zephy
References References
********** **********
.. target-notes::
.. _`ESP32-C6-DevKitC`: https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32c6/esp32-c6-devkitc-1/user_guide.html .. _`ESP32-C6-DevKitC`: https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32c6/esp32-c6-devkitc-1/user_guide.html
.. _`ESP32-C6 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-c6_datasheet_en.pdf .. _`ESP32-C6 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-c6_datasheet_en.pdf
.. _`ESP32-C6 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/esp32-c6_technical_reference_manual_en.pdf .. _`ESP32-C6 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/esp32-c6_technical_reference_manual_en.pdf

View file

@ -252,6 +252,8 @@ You can debug an application in the usual way. Here is an example for the :zephy
References References
********** **********
.. target-notes::
.. _`ESP32-S3-DevKitC`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/hw-reference/esp32s2/user-guide-saola-1-v1.2.html .. _`ESP32-S3-DevKitC`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/hw-reference/esp32s2/user-guide-saola-1-v1.2.html
.. _`ESP32-S2 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf .. _`ESP32-S2 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf
.. _`ESP32-S2 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/esp32-s2_technical_reference_manual_en.pdf .. _`ESP32-S2 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/esp32-s2_technical_reference_manual_en.pdf

View file

@ -252,6 +252,8 @@ You can debug an application in the usual way. Here is an example for the :zephy
References References
********** **********
.. target-notes::
.. _`ESP32-S3-DevKitC`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/hw-reference/esp32s2/user-guide-saola-1-v1.2.html .. _`ESP32-S3-DevKitC`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/hw-reference/esp32s2/user-guide-saola-1-v1.2.html
.. _`ESP32-S2 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf .. _`ESP32-S2 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf
.. _`ESP32-S2 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/esp32-s2_technical_reference_manual_en.pdf .. _`ESP32-S2 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/esp32-s2_technical_reference_manual_en.pdf

View file

@ -279,6 +279,8 @@ You can debug an application in the usual way. Here is an example for the :zephy
References References
********** **********
.. target-notes::
.. _`ESP32-S3-DevKitC`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/hw-reference/esp32s3/user-guide-devkitc-1.html .. _`ESP32-S3-DevKitC`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/hw-reference/esp32s3/user-guide-devkitc-1.html
.. _`ESP32-S3 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-s3-wroom-1_wroom-1u_datasheet_en.pdf .. _`ESP32-S3 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-s3-wroom-1_wroom-1u_datasheet_en.pdf
.. _`ESP32-S3 Technical Reference Manual`: https://www.espressif.com/sites/default/files/documentation/esp32-s3_technical_reference_manual_en.pdf .. _`ESP32-S3 Technical Reference Manual`: https://www.espressif.com/sites/default/files/documentation/esp32-s3_technical_reference_manual_en.pdf

View file

@ -279,6 +279,8 @@ You can debug an application in the usual way. Here is an example for the :zephy
References References
********** **********
.. target-notes::
.. _`ESP32-S3-DevKitM User Guide`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/hw-reference/esp32s3/user-guide-devkitm-1.html .. _`ESP32-S3-DevKitM User Guide`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/hw-reference/esp32s3/user-guide-devkitm-1.html
.. _`ESP32-S3 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-s3-mini-1_mini-1u_datasheet_en.pdf .. _`ESP32-S3 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-s3-mini-1_mini-1u_datasheet_en.pdf
.. _`ESP32-S3 Technical Reference Manual`: https://www.espressif.com/sites/default/files/documentation/esp32-s3_technical_reference_manual_en.pdf .. _`ESP32-S3 Technical Reference Manual`: https://www.espressif.com/sites/default/files/documentation/esp32-s3_technical_reference_manual_en.pdf

View file

@ -242,6 +242,8 @@ You can debug an application in the usual way. Here is an example for the :zephy
References References
********** **********
.. target-notes::
.. _`ESP8684-DevKitM User Guide`: https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp8684/esp8684-devkitm-1/user_guide.html .. _`ESP8684-DevKitM User Guide`: https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp8684/esp8684-devkitm-1/user_guide.html
.. _`ESP8684 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp8684_datasheet_en.pdf .. _`ESP8684 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp8684_datasheet_en.pdf
.. _`ESP8684 Technical Reference Manual`: https://www.espressif.com/sites/default/files/documentation/esp8684_technical_reference_manual_en.pdf .. _`ESP8684 Technical Reference Manual`: https://www.espressif.com/sites/default/files/documentation/esp8684_technical_reference_manual_en.pdf

View file

@ -652,6 +652,8 @@ You can debug an application in the usual way. Here is an example for the :zephy
References References
********** **********
.. target-notes::
.. _`ESP32 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf (PDF) .. _`ESP32 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf (PDF)
.. _`ESP32-WROVER-E Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-wrover-e_esp32-wrover-ie_datasheet_en.pdf (PDF) .. _`ESP32-WROVER-E Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-wrover-e_esp32-wrover-ie_datasheet_en.pdf (PDF)
.. _`OpenOCD ESP32`: https://github.com/espressif/openocd-esp32/releases .. _`OpenOCD ESP32`: https://github.com/espressif/openocd-esp32/releases

View file

@ -173,6 +173,8 @@ message in the monitor:
References References
********** **********
.. target-notes::
.. [1] https://www.espressif.com/en/products/socs/esp32-s2 .. [1] https://www.espressif.com/en/products/socs/esp32-s2
.. _`ESP32S2 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/esp32-s2_technical_reference_manual_en.pdf .. _`ESP32S2 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/esp32-s2_technical_reference_manual_en.pdf
.. _`ESP32S2 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf .. _`ESP32S2 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf

View file

@ -100,6 +100,8 @@ To get the OpenOCD package, it is required that you
References References
********** **********
.. target-notes::
.. _CY8CKIT 062S4 Pioneer Kit Guide: .. _CY8CKIT 062S4 Pioneer Kit Guide:
https://www.infineon.com/dgdl/Infineon-CY8CKIT_062S4_PSoC62S4_pioneer_kit_guide-UserManual-v01_00-EN.pdf?fileId=8ac78c8c7e7124d1017e962f98992207 https://www.infineon.com/dgdl/Infineon-CY8CKIT_062S4_PSoC62S4_pioneer_kit_guide-UserManual-v01_00-EN.pdf?fileId=8ac78c8c7e7124d1017e962f98992207

View file

@ -119,6 +119,8 @@ On Linux:
References References
********** **********
.. target-notes::
.. _PSoC 63 BLE MCU SoC Website: .. _PSoC 63 BLE MCU SoC Website:
https://www.cypress.com/products/32-bit-arm-cortex-m4-psoc-6 https://www.cypress.com/products/32-bit-arm-cortex-m4-psoc-6

View file

@ -96,6 +96,8 @@ Step through the application in your debugger.
References References
********** **********
.. target-notes::
.. _Relax Kit User Manual: .. _Relax Kit User Manual:
https://www.infineon.com/dgdl/Board_Users_Manual_XMC4500_Relax_Kit-V1_R1.2_released.pdf?fileId=db3a30433acf32c9013adf6b97b112f9 https://www.infineon.com/dgdl/Board_Users_Manual_XMC4500_Relax_Kit-V1_R1.2_released.pdf?fileId=db3a30433acf32c9013adf6b97b112f9

View file

@ -99,6 +99,8 @@ Step through the application in your debugger.
References References
********** **********
.. target-notes::
.. _Relax Kit User Manual: .. _Relax Kit User Manual:
https://www.infineon.com/dgdl/Infineon-Board_User_Manual_XMC4700_XMC4800_Relax_Kit_Series-UserManual-v01_04-EN.pdf?fileId=5546d46250cc1fdf01513f8e052d07fc https://www.infineon.com/dgdl/Infineon-Board_User_Manual_XMC4700_XMC4800_Relax_Kit_Series-UserManual-v01_04-EN.pdf?fileId=5546d46250cc1fdf01513f8e052d07fc

View file

@ -94,4 +94,6 @@ Enable Ethernet in KConfig:
References References
********** **********
.. target-notes::
.. _KINCONY KC868-A32 User Guide: https://www.kincony.com/arduino-esp32-32-channel-relay-module-kc868-a32.html .. _KINCONY KC868-A32 User Guide: https://www.kincony.com/arduino-esp32-32-channel-relay-module-kc868-a32.html

View file

@ -256,6 +256,8 @@ You can debug an application in the usual way. Here is an example for the :zephy
References References
********** **********
.. target-notes::
.. [1] https://www.espressif.com/en/products/socs/esp32-c3 .. [1] https://www.espressif.com/en/products/socs/esp32-c3
.. _ESP32C3 Core Website: https://wiki.luatos.com/chips/esp32c3/board.html .. _ESP32C3 Core Website: https://wiki.luatos.com/chips/esp32c3/board.html
.. _ESP32C3 Technical Reference Manual: https://espressif.com/sites/default/files/documentation/esp32-c3_technical_reference_manual_en.pdf .. _ESP32C3 Technical Reference Manual: https://espressif.com/sites/default/files/documentation/esp32-c3_technical_reference_manual_en.pdf

View file

@ -286,6 +286,8 @@ You can debug an application in the usual way. Here is an example for the :zephy
References References
********** **********
.. target-notes::
.. _`ESP32S3-Luatos-Core`: https://wiki.luatos.com/chips/esp32s3/board.html .. _`ESP32S3-Luatos-Core`: https://wiki.luatos.com/chips/esp32s3/board.html
.. _`ESP32-S3 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-s3-mini-1_mini-1u_datasheet_en.pdf .. _`ESP32-S3 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-s3-mini-1_mini-1u_datasheet_en.pdf
.. _`ESP32-S3 Technical Reference Manual`: https://www.espressif.com/sites/default/files/documentation/esp32-s3_technical_reference_manual_en.pdf .. _`ESP32-S3 Technical Reference Manual`: https://www.espressif.com/sites/default/files/documentation/esp32-s3_technical_reference_manual_en.pdf

View file

@ -89,6 +89,8 @@ Step through the application in your debugger.
References References
********** **********
.. target-notes::
.. _NuMaker M2L31KI User Manual: .. _NuMaker M2L31KI User Manual:
https://www.nuvoton.com/products/microcontrollers/arm-cortex-m23-mcus/m2l31-series/ https://www.nuvoton.com/products/microcontrollers/arm-cortex-m23-mcus/m2l31-series/
.. _M2L31 TRM: .. _M2L31 TRM:

View file

@ -93,6 +93,8 @@ Step through the application in your debugger.
References References
********** **********
.. target-notes::
.. _PFM M467 User Manual: .. _PFM M467 User Manual:
https://www.nuvoton.com/export/resource-files/UM_NuMaker-PFM-M467_User_Manual_EN_Rev1.01.pdf https://www.nuvoton.com/export/resource-files/UM_NuMaker-PFM-M467_User_Manual_EN_Rev1.01.pdf
.. _M460 TRM: .. _M460 TRM:

View file

@ -92,6 +92,8 @@ Step through the application in your debugger.
References References
********** **********
.. target-notes::
.. _PFM M487 User Manual: .. _PFM M487 User Manual:
https://www.nuvoton.com/export/resource-files/UM_NuMaker-PFM-M487_User_Manual_EN_Rev1.01.pdf https://www.nuvoton.com/export/resource-files/UM_NuMaker-PFM-M487_User_Manual_EN_Rev1.01.pdf
.. _M480 TRM: .. _M480 TRM:

View file

@ -196,6 +196,8 @@ For more details:
References References
********** **********
.. target-notes::
.. _MCXW71 SoC Website: .. _MCXW71 SoC Website:
https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/mcx-arm-cortex-m/mcx-w-series-microcontrollers/mcx-w71x-secure-and-ultra-low-power-mcus-for-matter-thread-zigbee-and-bluetooth-le:MCX-W71X https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/mcx-arm-cortex-m/mcx-w-series-microcontrollers/mcx-w71x-secure-and-ultra-low-power-mcus-for-matter-thread-zigbee-and-bluetooth-le:MCX-W71X

View file

@ -249,5 +249,7 @@ Then, build for the board target ``rd_rw612_bga//ethernet``.
Resources Resources
********* *********
.. target-notes::
.. _RW612 Website: .. _RW612 Website:
https://www.nxp.com/products/wireless-connectivity/wi-fi-plus-bluetooth-plus-802-15-4/wireless-mcu-with-integrated-tri-radiobr1x1-wi-fi-6-plus-bluetooth-low-energy-5-3-802-15-4:RW612 https://www.nxp.com/products/wireless-connectivity/wi-fi-plus-bluetooth-plus-802-15-4/wireless-mcu-with-integrated-tri-radiobr1x1-wi-fi-6-plus-bluetooth-low-energy-5-3-802-15-4:RW612

View file

@ -256,6 +256,8 @@ You can debug an application in the usual way. Here is an example for the :zephy
References References
********** **********
.. target-notes::
.. _ESP32-EVB Website: .. _ESP32-EVB Website:
https://www.olimex.com/Products/IoT/ESP32/ESP32-EVB/open-source-hardware https://www.olimex.com/Products/IoT/ESP32/ESP32-EVB/open-source-hardware

View file

@ -244,6 +244,8 @@ You can debug an application in the usual way. Here is an example for the
References References
********** **********
.. target-notes::
.. _ICE-V Wireless Github Project: .. _ICE-V Wireless Github Project:
https://github.com/ICE-V-Wireless/ICE-V-Wireless https://github.com/ICE-V-Wireless/ICE-V-Wireless

View file

@ -552,6 +552,8 @@ your board.
References References
********** **********
.. target-notes::
.. _reel board Website: .. _reel board Website:
https://www.phytec.de/reelboard/ https://www.phytec.de/reelboard/

View file

@ -225,6 +225,8 @@ etc.):
References References
********** **********
.. target-notes::
.. _Teensy 4.0 Website: .. _Teensy 4.0 Website:
https://www.pjrc.com/store/teensy40.html https://www.pjrc.com/store/teensy40.html

View file

@ -103,6 +103,8 @@ and shell would need to be disabled, therefore this is not directly supported.
References References
********** **********
.. target-notes::
1. (ID050815) ARM® Cortex®-A Series - Programmers Guide for ARMv8-A 1. (ID050815) ARM® Cortex®-A Series - Programmers Guide for ARMv8-A
2. (ID070919) Arm® Architecture Reference Manual - Armv8, for Armv8-A architecture profile 2. (ID070919) Arm® Architecture Reference Manual - Armv8, for Armv8-A architecture profile
3. (ARM DAI 0527A) Application Note Bare-metal Boot Code for ARMv8-A Processors 3. (ARM DAI 0527A) Application Note Bare-metal Boot Code for ARMv8-A Processors

View file

@ -99,6 +99,8 @@ Refer to the detailed overview about :ref:`application_debugging`.
References References
********** **********
.. target-notes::
1. ARMv7-A and ARMv7-R Architecture Reference Manual (ARM DDI 0406C ID051414) 1. ARMv7-A and ARMv7-R Architecture Reference Manual (ARM DDI 0406C ID051414)
2. Cortex-R5 and Cortex-R5F Technical Reference Manual (ARM DDI 0460C ID021511) 2. Cortex-R5 and Cortex-R5F Technical Reference Manual (ARM DDI 0460C ID021511)
3. Zynq UltraScale+ Device Technical Reference Manual (UG1085) 3. Zynq UltraScale+ Device Technical Reference Manual (UG1085)

View file

@ -259,6 +259,8 @@ boards with a Segger IC.
References References
********** **********
.. target-notes::
.. _IDAU: .. _IDAU:
https://developer.arm.com/docs/100690/latest/attribution-units-sau-and-idau https://developer.arm.com/docs/100690/latest/attribution-units-sau-and-idau
.. _MDBT53-DB-40 website: .. _MDBT53-DB-40 website:

View file

@ -249,6 +249,8 @@ J-Link OB IF to debug.
References References
********** **********
.. target-notes::
.. _IDAU: .. _IDAU:
https://developer.arm.com/docs/100690/latest/attribution-units-sau-and-idau https://developer.arm.com/docs/100690/latest/attribution-units-sau-and-idau
.. _MDBT53V-DB-40 website: .. _MDBT53V-DB-40 website:

View file

@ -101,5 +101,7 @@ Also, see the instructions specific to the debug server that you use.
References References
********** **********
.. target-notes::
.. EK-RA2A1 Web site: .. EK-RA2A1 Web site:
https://www.renesas.com/us/en/products/microcontrollers-microprocessors/ra-cortex-m-mcus/ek-ra2a1-evaluation-kit-ra2a1-mcu-group https://www.renesas.com/us/en/products/microcontrollers-microprocessors/ra-cortex-m-mcus/ek-ra2a1-evaluation-kit-ra2a1-mcu-group

View file

@ -95,4 +95,6 @@ Connect GDB to the server and load an application:
References References
********** **********
.. target-notes::
.. _RZT2M Product page: https://www.renesas.com/us/en/products/microcontrollers-microprocessors/rz-mpus/rzt2m-high-performance-multi-function-mpu-realizing-high-speed-processing-and-high-precision-control .. _RZT2M Product page: https://www.renesas.com/us/en/products/microcontrollers-microprocessors/rz-mpus/rzt2m-high-performance-multi-function-mpu-realizing-high-speed-processing-and-high-precision-control

View file

@ -228,6 +228,8 @@ You can debug an application in the usual way. Here is an example for the :zephy
References References
********** **********
.. target-notes::
.. _`Seeed Studio XIAO ESP32S3`: https://wiki.seeedstudio.com/xiao_esp32s3_getting_started/ .. _`Seeed Studio XIAO ESP32S3`: https://wiki.seeedstudio.com/xiao_esp32s3_getting_started/
.. _`JTAG debugging for ESP32-S3`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-guides/jtag-debugging/ .. _`JTAG debugging for ESP32-S3`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-guides/jtag-debugging/
.. _`OpenOCD ESP32`: https://github.com/espressif/openocd-esp32/releases .. _`OpenOCD ESP32`: https://github.com/espressif/openocd-esp32/releases

View file

@ -307,6 +307,8 @@ The following is a list of TODO items:
References References
********** **********
.. target-notes::
.. _embARC website: https://www.embarc.org .. _embARC website: https://www.embarc.org
.. _Designware ARC EM Starter Kit website: https://www.synopsys.com/dw/ipdir.php?ds=arc_em_starter_kit .. _Designware ARC EM Starter Kit website: https://www.synopsys.com/dw/ipdir.php?ds=arc_em_starter_kit

View file

@ -518,6 +518,8 @@ Release Notes
References References
********** **********
.. target-notes::
.. _embARC website: https://www.embarc.org .. _embARC website: https://www.embarc.org
.. _Designware HS Development Kit website: https://www.synopsys.com/dw/ipdir.php?ds=arc-hs-development-kit .. _Designware HS Development Kit website: https://www.synopsys.com/dw/ipdir.php?ds=arc-hs-development-kit

View file

@ -547,6 +547,8 @@ The following list indicates the state of HS4x/HS4xD Development Kit peripherals
References References
********** **********
.. target-notes::
.. _embARC website: https://www.embarc.org .. _embARC website: https://www.embarc.org
.. _Designware HS Development Kit website: https://www.synopsys.com/dw/ipdir.php?ds=arc-hs-development-kit .. _Designware HS Development Kit website: https://www.synopsys.com/dw/ipdir.php?ds=arc-hs-development-kit

View file

@ -189,6 +189,8 @@ Release Notes
References References
********** **********
.. target-notes::
.. _embARC website: https://www.embarc.org .. _embARC website: https://www.embarc.org
.. _Designware ARC IoT Development Kit website: https://www.synopsys.com/dw/ipdir.php?ds=arc_iot_development_kit .. _Designware ARC IoT Development Kit website: https://www.synopsys.com/dw/ipdir.php?ds=arc_iot_development_kit

View file

@ -333,6 +333,8 @@ For the MWDT toolchain all hardware-specific compiler options are set directly i
References References
********** **********
.. target-notes::
.. _Designware ARC nSIM: https://www.synopsys.com/dw/ipdir.php?ds=sim_nsim .. _Designware ARC nSIM: https://www.synopsys.com/dw/ipdir.php?ds=sim_nsim
.. _DesignWare ARC Free nSIM: https://www.synopsys.com/cgi-bin/dwarcnsim/req1.cgi .. _DesignWare ARC Free nSIM: https://www.synopsys.com/cgi-bin/dwarcnsim/req1.cgi
.. _HAPS: https://www.synopsys.com/verification/prototyping/haps.html .. _HAPS: https://www.synopsys.com/verification/prototyping/haps.html

View file

@ -193,6 +193,8 @@ on SoC level.
References References
********** **********
.. target-notes::
.. _Designware ARC nSIM: https://www.synopsys.com/dw/ipdir.php?ds=sim_nsim .. _Designware ARC nSIM: https://www.synopsys.com/dw/ipdir.php?ds=sim_nsim
.. _DesignWare ARC Free nSIM: https://www.synopsys.com/cgi-bin/dwarcnsim/req1.cgi .. _DesignWare ARC Free nSIM: https://www.synopsys.com/cgi-bin/dwarcnsim/req1.cgi
.. _HAPS: https://www.synopsys.com/verification/prototyping/haps.html .. _HAPS: https://www.synopsys.com/verification/prototyping/haps.html

View file

@ -266,6 +266,8 @@ using the TI UniFlash tool for certificate programming.
References References
********** **********
.. target-notes::
TI SimpleLink MCUs: TI SimpleLink MCUs:
http://www.ti.com/microcontrollers/simplelink-mcus/overview.html http://www.ti.com/microcontrollers/simplelink-mcus/overview.html

View file

@ -133,6 +133,8 @@ build target:
References References
********** **********
.. target-notes::
TI MSP432 Wiki: TI MSP432 Wiki:
https://en.wikipedia.org/wiki/TI_MSP432 https://en.wikipedia.org/wiki/TI_MSP432

View file

@ -306,6 +306,8 @@ GDB stub is enabled on ESP32.
References References
********** **********
.. target-notes::
.. _`ESP32-DevKitC-WROVER`: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/hw-reference/esp32/get-started-devkitc.html# .. _`ESP32-DevKitC-WROVER`: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/hw-reference/esp32/get-started-devkitc.html#
.. _`ESP32 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf .. _`ESP32 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf
.. _`ESP32 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/esp32_technical_reference_manual_en.pdf .. _`ESP32 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/esp32_technical_reference_manual_en.pdf

View file

@ -122,6 +122,8 @@ It is the default option when building the application without additional config
References References
********** **********
.. target-notes::
.. _ESP32-S3-Touch-LCD-1.28 Waveshare Wiki: https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-1.28 .. _ESP32-S3-Touch-LCD-1.28 Waveshare Wiki: https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-1.28
.. _ESP32-S3 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-s3-mini-1_mini-1u_datasheet_en.pdf .. _ESP32-S3 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-s3-mini-1_mini-1u_datasheet_en.pdf
.. _ESP32-S3 Technical Reference Manual: https://www.espressif.com/sites/default/files/documentation/esp32-s3_technical_reference_manual_en.pdf .. _ESP32-S3 Technical Reference Manual: https://www.espressif.com/sites/default/files/documentation/esp32-s3_technical_reference_manual_en.pdf

View file

@ -91,6 +91,8 @@ message in the monitor:
References References
********** **********
.. target-notes::
.. [1] https://www.espressif.com/en/products/socs/esp32-s2 .. [1] https://www.espressif.com/en/products/socs/esp32-s2
.. _`ESP32S2 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/esp32-s2_technical_reference_manual_en.pdf .. _`ESP32S2 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/esp32-s2_technical_reference_manual_en.pdf
.. _`ESP32S2 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf .. _`ESP32S2 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf