Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ SECTIONS

.code.at_itcm : ALIGN(8)
{
*(.text*)
*(.itcm*) /* Object targeting ITCM */
. = ALIGN(16);
} > ITCM AT > MRAM
Expand Down Expand Up @@ -167,14 +166,14 @@ SECTIONS
*(.bss.lcd_frame_buf) /* LCD frame Buffer. */
*(.bss.camera_frame_buf) /* Camer Frame Buffer */
*(.bss.camera_frame_bayer_to_rgb_buf) /* (Optional) Camera Frame Buffer for Bayer to RGB Conversion. */
*(.bss.*)
} > SRAM0
#endif

.bss (NOLOAD) : ALIGN(8)
{
__bss_start__ = .;
*(.bss)
*(.bss.*)
*(COMMON)

. = ALIGN(8);
Expand Down Expand Up @@ -261,6 +260,7 @@ SECTIONS
*(SORT(.dtors.*))
*(.dtors)

*(.text*)
*(.rodata*)

KEEP(*(.eh_frame*))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ SECTIONS

.code.at_itcm : ALIGN(8)
{
*(.text*)
*(.itcm*) /* Object targeting ITCM */
. = ALIGN(16);
} > ITCM AT > MRAM
Expand Down Expand Up @@ -175,14 +174,14 @@ SECTIONS
*(.bss.lcd_frame_buf) /* LCD frame Buffer. */
*(.bss.camera_frame_buf) /* Camer Frame Buffer */
*(.bss.camera_frame_bayer_to_rgb_buf) /* (Optional) Camera Frame Buffer for Bayer to RGB Conversion. */
*(.bss.*)
} > SRAM0
#endif

.bss (NOLOAD) : ALIGN(8)
{
__bss_start__ = .;
*(.bss)
*(.bss.*)
*(COMMON)

. = ALIGN(8);
Expand Down Expand Up @@ -269,6 +268,7 @@ SECTIONS
*(SORT(.dtors.*))
*(.dtors)

*(.text*)
*(.rodata*)

KEEP(*(.eh_frame*))
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![License](https://img.shields.io/github/license/Arm-Examples/Safety-Example-STM32?label)](https://github.com/Arm-Examples/Safety-Example-STM32/blob/main/LICENSE)
[![Build_AC6](https://img.shields.io/github/actions/workflow/status/Arm-Examples/SDS-Examples/Build_AC6.yml?logo=arm&logoColor=0091bd&label=Build%20examples%20with%20AC6)](https://github.com/Arm-Examples/SDS-Examples/tree/main/.github/workflows/Build_AC6.yml)
[![Build_GCC](https://img.shields.io/github/actions/workflow/status/Arm-Examples/SDS-Examples/Build_GCC.yml?logo=arm&logoColor=0091bd&label=Build%20examples%20with%20GCC)](https://github.com/Arm-Examples/SDS-Examples/tree/main/.github/workflows/Build_GCC.yml)
[![Test_Alif_E7](https://img.shields.io/github/actions/workflow/status/Arm-Examples/SDS-Examples/Test_Alif_E7.yml?logo=arm&logoColor=0091bd&label=Test%20Alif%20AppKit-E7%20example)](https://github.com/Arm-Examples/SDS-Examples/tree/main/.github/workflows/Test_Alif_E7.yml)
[![Test_Alif_E8](https://img.shields.io/github/actions/workflow/status/Arm-Examples/SDS-Examples/Test_Alif_E8.yml?logo=arm&logoColor=0091bd&label=Test%20Alif%20DevKit-E8%20example)](https://github.com/Arm-Examples/SDS-Examples/tree/main/.github/workflows/Test_Alif_E8.yml)
[![Test_ST_KeywordSpotting](https://img.shields.io/github/actions/workflow/status/Arm-Examples/SDS-Examples/Test_ST_KeywordSpotting.yml?logo=arm&logoColor=0091bd&label=Test%20ST%20Keyword%20Spotting)](https://github.com/Arm-Examples/SDS-Examples/tree/main/.github/workflows/Test_ST_KeywordSpotting.yml)
Expand Down Expand Up @@ -68,6 +69,7 @@ Refer to [Understanding GitHub Actions](https://docs.github.com/en/actions/get-s
| <div style="width:150px"> CI Workflow </div> | Description |
|--- |--- |
| [Build_AC6](./.github/workflows/Build_AC6.yml) | Use Arm Compiler for Embedded (AC6) to create binaries for different configuration of targets, build types, and boards. |
| [Build_GCC](./.github/workflows/Build_GCC.yml) | Use GNU Arm Embedded Toolchain (GCC) to create binaries for different configuration of targets, build types, and boards. |
| [Test_Alif_E7](./.github/workflows/Test_Alif_E7.yml) | Build the binary for an object detection algorithm and execute a regression test using an FVP model. Compare the original SDS recording with the newly generated recording produced during the simulator run. Store the build outputs and SDS recordings as workflow artifacts. |
| [Test_Alif_E8](./.github/workflows/Test_Alif_E8.yml) | Build the binary for an object detection algorithm and execute a regression test using an FVP model. Compare the original SDS recording with the newly generated recording produced during the simulator run. Store the build outputs and SDS recordings as workflow artifacts. |
| [Test_ST_KeywordSpotting](./.github/workflows/Test_ST_KeywordSpotting.yml) | Build the binary for a keyword spotting algorithm and execute a regression test using an FVP model. Compare the original SDS recording with the newly generated recording produced during the simulator run. Store the build outputs and SDS recordings as workflow artifacts. |
Expand Down
6 changes: 4 additions & 2 deletions vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
"location" : "https://artifacts.tools.arm.com/vcpkg-registry"
} ],
"requires" : {
"arm:tools/open-cmsis-pack/cmsis-toolbox" : "^2.13.0",
"arm:compilers/arm/armclang" : "^6.24.0",
"arm:tools/open-cmsis-pack/cmsis-toolbox" : "^2.14.1",
"arm:tools/kitware/cmake" : "^4.3.3",
"arm:tools/ninja-build/ninja" : "^1.12.1",
"arm:compilers/arm/armclang" : "^6.24.0",
"arm:compilers/arm/arm-none-eabi-gcc" : "14.3.1",
"arm:compilers/arm/llvm-embedded" : "22.1.0",
"arm:models/arm/avh-fvp" : "^11.31.28"
}
}
Loading