-
Notifications
You must be signed in to change notification settings - Fork 3k
Release candidate for mbed-os-5.7.1 #5738
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
- Maintain compatible code for ARM 5 and ARM 6 while default alignment settings differ. - Instance memory containing memory pointers must be 4 byte aligned for all compilers regardless compilers' settings. - uint32_t is recommended to replace uint8_t for instance memory declaration because uint32_t guarantee 4 byte alignment.
Ensure all instance memory blocks meet 4 byte alignment requirement without relying on compiler's or liker's optional settings: - gpioMemory[] for adi_gpio_Init() - aRtcDevMem0[] for adi_rtc_Open() - i2c_Mem[] or I2C_Mem[] for adi_i2c_Open() - spi_Mem0[], spi_Mem1[], spi_Mem2[] or SPI_Mem[] for adi_spi_Open()
…Also added the symbolic MBED_APP_START/MBED_APP_END defines
Standardize on the mbed sleep manager by removing the sleepmodes API, and statically redirecting hal_sleep to EM1 and hal_deepsleep to EM2.
Adds checks that SSID is non-empty and that password is 8-63 characters long when security is enabled
MBED_DNS_TEST_HOST define is replaced by MBED_CONF_APP_DNS_TEST_HOST to allow user to change host name for local tests
UUID lines are removed as they were not used default case: If MBED_CONF_APP_ECHO_SERVER_ADDR and MBED_CONF_APP_ECHO_SERVER_PORT are not defined test is using Greentea to get server information (code before OS 5.6.1 version)
UUID lines are removed as they were not used default case: If MBED_CONF_APP_ECHO_SERVER_ADDR and MBED_CONF_APP_ECHO_SERVER_PORT are not defined test is using Greentea to get server information (code before OS 5.6.1 version) TCP_ECHO_PREFIX is no more a mandatory step
HTTP_SERVER_NAME and HTTP_SERVER_FILE_PATH are replaced by MBED_CONF_APP_HTTP_SERVER_NAME and MBED_CONF_APP_HTTP_SERVER_FILE_PATH to allow user to make local tests
HTTP_SERVER_NAME and HTTP_SERVER_FILE_PATH are replaced by MBED_CONF_APP_HTTP_SERVER_NAME and MBED_CONF_APP_HTTP_SERVER_FILE_PATH to allow user to make local tests Test on HTTP connect added as test was always OK even with no connection...
They referred to PDSC files before
Move LSI configuration from macro to config part Add missing boards to the LPT supported targets
Removed unnecessary part
Issue comes only when ST HAL macro USE_FULL_ASSERT is enabled
Issue comes only when ST HAL macro USE_FULL_ASSERT is enabled
Issue comes only when ST HAL macro USE_FULL_ASSERT is enabled
…vity pass for target Realtek AMEBA
…connectivity pass for target Realtek AMEBA" This reverts commit 1fcfced.
Add a logo and reformat the readme layout. Update use of Mbed to align with Arm branding guidelines.
Make minor copy edits for comma use and consistent capitalization across documents.
Call to osThreadTerminate is guarded by local_id check, to avoid parameter error fault when deleting or terminating Thread object that was not started.
ONME-3266 Greentea testcase WIFI-SCAN fails arbitrarily ONME-3278 Greentea testcase WIFI-SET-CREDENTIAL doesn't try WEP with valid credentials ONME-3279 Greentea testcase WIFI-GET-RSSI uses arbitrary RSSI value limits ONME-3280 Greentea testcase WIFI-CONNECT-PARAMS-VALID-SECURE assumes WPA2
Replace 'TEST_PASS' with 'return'
device_name key is required to add Cloud Client support / enable bootloader support for this target.
/morph build |
f8c9004
to
de20588
Compare
Build : SUCCESSBuild number : 731 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 383 |
Exporter build failure because of java exception
/morph export-build |
Exporter Build : SUCCESSBuild number : 386 |
Test : SUCCESSBuild number : 560 |
/morph uvisor-test |
No description provided.