-
Notifications
You must be signed in to change notification settings - Fork 3k
Release candidate for mbed-os-5.8.2 #6579
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
add Mask & UnMask Tx FIFO empty interrupt for LogUart fix LogUart interrupt enable fix LogUart interrupt handler coding style fix
One line had a window line ending
Glue code was inspecting lwIP's netconn "type", checking directly for NETCONN_UDP and NETCONN_TCP. Unfortunately the type byte has some flag bits like "IPv6", which means the tests fail if it's an IPv6 socket. So, for example, TCP socket options were rejected for IPv6. Add the necessary NETCONNTYPE_GROUP macros to fix this.
Fix couple of parameter issues as well.
This should make some of the data more clear to a user
Signed-off-by: Mahesh Mahadevan <[email protected]>
EFR32MG1, EFR32MG12 and EFM32PG12 didn't have a fixed ARMCC linker script yet.
This patch fix flash write issue when program size is more than page size (= 1024 bytes). See detail - #6165 Source data always use aligned data in heap memory.
* Add source address word alignment check * malloc and memcpy are called only if data is unaligned * malloc size is now copySize (program page size), rather than whole buffer to be written
mbed-os-tests-mbed_drivers-lp_ticker/Test multi ticker test fails inconstantly. This commit is mainly to fix the issue.
Bug is raised when using newlib-based toolchains. %hh format is only avaliable in scanf if newlib is compiled with _WANT_IO_C99_FORMATS option.
- This fixes defect IOTCELL-754
/morph build |
/morph mbed2-release |
This is a fix for issue #6391 max_eirp and antenna_gain are floating point variables. Values of these were incorrectly read from MIB as integer and therefore incorrect values were set.
Build : SUCCESSBuild number : 1688 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 1320 |
Relaunching due to additional commit coming in after a build was started. /morph build |
Build : SUCCESSBuild number : 1690 Triggering tests/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputBuild Prep failed! |
Updated pip version on build machine. /morph mbed2-release |
Exporter Build : FAILUREBuild number : 1322 |
Windows machine timed out... /morph export-build |
Test : SUCCESSBuild number : 1484 |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputBuild Prep failed! |
Exporter Build : SUCCESSBuild number : 1326 |
/morph mbed2-release |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputBuild Prep failed! |
/morph mbed2-release |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
|
No description provided.