-
Notifications
You must be signed in to change notification settings - Fork 3k
Release candidate for mbed-os-5.5.6 #4974
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
Use MBED_CONF_RTOS_PRESENT to filter out des/sha alternative for mbed OS 2.
Also fix bumped bug which doesn't call NU_MODBASE() to retrieve module base address
1. Remove setting of not released register ICPCON 2. Enable FMC_APUEN to update APROM
SERIAL_FC disabled, critical section API and Format changes updated
ADC Reset conflict with already configured ADC pins is fixed
Functions 'serial_break_set' & 'serial_break_clear' wrongly removed during 'SERIAL_FC disabled, critical section API Updation' commit. Due to this 'mbed compile' command for GCC_ARM tool fails to compile.
On F410RB, the size reserved to vectors with ARM toolchains was not properly defined,which was not the case for other toolchains. This would cause few tests to fail like EXAMPLE_1 with below error: HOST: Unknown property: mbed assertation failed: _ptr == (T *)&_data, file: C:/github/mbed/BUILD/mbed/platform/SingletonPtr.h, line 91
Fixes error reported in Github. - PelionIoT/mbed-coap#24 - #4374
…oryPool.h header file. Provide fix for pool buffer size: pool block size must be a multiple of 4 bytes. Add assertion to forbid creation of MemoryPool object with queue size equal to 0. Update description of free() function. Add information about statuses returned by this function.
/morph test-nightly |
/morph mbed2-release |
/morph export-build |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputBuild failed! |
@studavekar looks like something has completely broken the mbed2 release job ... |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 131 All exports and builds passed! |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
/morph mbed2-release |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
|
No description provided.