Skip to content

Add STM32 emulator from simulators repo#10434

Open
LinuxJedi wants to merge 1 commit intowolfSSL:masterfrom
LinuxJedi:STM32-Sim
Open

Add STM32 emulator from simulators repo#10434
LinuxJedi wants to merge 1 commit intowolfSSL:masterfrom
LinuxJedi:STM32-Sim

Conversation

@LinuxJedi
Copy link
Copy Markdown
Member

This tests a lot more than the Renode STM32H753 test, so this PR removes that and adds our own emulator for STM32H753 and STM32U585. This includes testing the v1 and v2 HAL CRYP / HASH / PKA functionality.

Copilot AI review requested due to automatic review settings May 8, 2026 12:55
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR replaces the previous Renode-based STM32H753 CI run with a Docker-based STM32 simulator from the external wolfSSL/simulators repository, expanding coverage to include STM32H753 and STM32U585 and exercising HAL v1/v2 CRYP/HASH/PKA paths.

Changes:

  • Add a new GitHub Actions workflow to build the STM32 simulator image and run wolfCrypt tests for H753 and U585 via a job matrix.
  • Remove the Renode STM32H753 workflow and its associated Renode test firmware/build artifacts under .github/renode-test/stm32h753/.

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
.github/workflows/stm32-sim.yml New CI workflow that builds the STM32Sim Docker image and runs wolfCrypt tests on emulated H753 and U585 targets.
.github/workflows/renode-stm32h753.yml Removes the legacy Renode-based STM32H753 CI workflow.
.github/renode-test/stm32h753/user_settings.h Removes Renode-specific wolfCrypt configuration header.
.github/renode-test/stm32h753/toolchain-arm-none-eabi.cmake Removes Renode firmware toolchain file.
.github/renode-test/stm32h753/stm32h7xx_hal_conf.h Removes Renode-specific minimal HAL configuration header.
.github/renode-test/stm32h753/stm32h753.ld Removes Renode firmware linker script.
.github/renode-test/stm32h753/startup_stm32h753.c Removes Renode firmware startup/vector table implementation.
.github/renode-test/stm32h753/run-renode.resc Removes Renode test script.
.github/renode-test/stm32h753/main.c Removes Renode firmware main/test harness.
.github/renode-test/stm32h753/entrypoint.sh Removes Renode runner/monitoring entrypoint script.
.github/renode-test/stm32h753/CMakeLists.txt Removes Renode firmware build definition.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/stm32-sim.yml
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 8, 2026

MemBrowse Memory Report

No memory changes detected for:

This tests a lot more than the Renode STM32H753 test, so this PR removes
that and adds our own emulator for STM32H753 and STM32U585. This
includes testing the v1 and v2 HAL CRYP / HASH / PKA functionality.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants