-
Notifications
You must be signed in to change notification settings - Fork 3k
FPU_USED to be set based on HW FPU support + Squash commits #9437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
1. Revert "CMSIS/RTX: __FPU_USED to be set based on HW FPU support" This reverts commit b4f5bed7e75c21927c954a50d40422b81a1de5a0. 2. Revert "CMSIS/RTX: Update Armv8M IAR 8.x assembly files - add END" This reverts commit b228cd9. 3. Revert "CMSIS/RTX: Pre-processor defines used for assembly" This reverts commit 287121f. 4. Revert "CMSIS/RTX: Patch RTX so irq_cm4f.s files work with no FPU targets" This reverts commit cc2e051.
CMSIS repo does not support pre-processor defines, hence multiple assembly files are added for secure/non-secure and floating point tools. Mbed OS tools support assembly file pre-processing, but the build system does not support multiple assembly files for each target, hence updating the assembly files. 1. Patch RTX so irq_cm4f.S files work with no FPU targets 2. Patch RTX so irq_armv8mml.S files to work with and without FPU 2. Patch RTX so irq_armv8mml.S and irq_armv8mbl.S files to work with secure and non-secure builds
@deepikabhavnani, thank you for your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think tools got tagged because of the json changes. I trust you checked those commits 👍
CI started |
Test run: FAILEDSummary: 1 of 8 test jobs failed Failed test jobs:
|
Restarted CI |
Test run: FAILEDSummary: 1 of 12 test jobs failed Failed test jobs:
|
This is sitting on top of #8887 scheduled for 5.12 |
Description
New Commit - __FPU_USED to be set based on HW FPU support
__FPU_USED flag is not set by compiler or tools, instead it should be
enabled based on HW FPU flags as done in "cmsis/TARGET_CORTEX_M/core_armv8mml.h"
Additional changes - Revert old CMSIS/RTX commits for pre-processor flags to create one single commit for importer script entry
Pull request type
Reviewers