-
Notifications
You must be signed in to change notification settings - Fork 3k
STM32F407 : correct ARM scatter file #5903
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
Alignment with STM32Cube_FW_F4_V1.18.0 done
/morph build |
@geky I've just noticed in two at least PR failure with travis in littlefs, looking at what is causing it to fail (there are some functions undefined). master looks green though until now |
Build : SUCCESSBuild number : 917 Triggering tests/morph test |
@0xc0170, sorry that was my bad, is fixed now. |
I could not find those files, how was this fixed (for future reference) ? |
I pushing in a patch to littlefs-fuse that added a truncate function, but the version of littlefs in mbed-os doesn't have a truncate function yet. I reverted the patch over in littlefs-fuse. The mistake was not using a specific hash of littlefs-fuse in Travis. Other options could be adopt versioning of some sort over in littlefs-fuse, commit the littlefs-fuse wrapper into mbed-os specifically for testing, or remove fuse testing. |
Test : SUCCESSBuild number : 759 |
Export build was aborted due to earlier issues. Restarting. /morph export-build |
Exporter Build : FAILUREBuild number : 613 |
/morph export-build |
Exporter Build : SUCCESSBuild number : 614 |
Description
Correct ARM scatter file for STM32F407 target
Alignment with STM32Cube_FW_F4_V1.18.0 has been also done
Status
READY
Tests
2 tests were FAILED with mbed-os-5.7.3 :
They are now OK