Deprecating OPENSTM32 support#479
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
This PR removes the OpenSTM32/System Workbench (SW4STM32) project artifacts from the build/distribution setup, effectively dropping OpenSTM32 IDE support.
Changes:
- Removed
IDE/OPENSTM32/include.amfrom the IDE automake includes list. - Deleted the OpenSTM32 example project/config files (
.project,.cproject,.cfg,.ioc,.xml) and related sources/headers/docs. - Removed OpenSTM32
EXTRA_DISTentries by deleting the OpenSTM32 automake include file.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| IDE/include.am | Stops including the OpenSTM32 automake fragment, removing it from the build/dist pipeline. |
| IDE/OPENSTM32/include.am | Deleted automake EXTRA_DIST declarations for OpenSTM32 artifacts. |
| IDE/OPENSTM32/README.md | Removed OpenSTM32 setup documentation. |
| IDE/OPENSTM32/.project | Removed Eclipse project metadata for OpenSTM32. |
| IDE/OPENSTM32/.cproject | Removed Eclipse CDT build configuration for OpenSTM32. |
| IDE/OPENSTM32/wolfSTM32.cfg | Removed OpenOCD configuration for the OpenSTM32 target. |
| IDE/OPENSTM32/wolfSTM32.ioc | Removed STM32CubeMX IOC configuration tied to SW4STM32 workflow. |
| IDE/OPENSTM32/wolfSTM32.xml | Removed OpenSTM32 target definition XML. |
| IDE/OPENSTM32/Src/main.c | Removed the OpenSTM32 example application entrypoint and HAL init code. |
| IDE/OPENSTM32/Src/wolftpm_example.c | Removed the OpenSTM32 demo/menu and timing helper implementation. |
| IDE/OPENSTM32/Inc/wolftpm_example.h | Removed the OpenSTM32 demo header. |
| IDE/OPENSTM32/Inc/user_settings.h | Removed OpenSTM32-specific wolfSSL user settings header. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
aidangarske
approved these changes
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.