Skip to content

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

Merged
merged 76 commits into from
Dec 21, 2017
Merged

Release candidate for mbed-os-5.7.1 #5738

merged 76 commits into from
Dec 21, 2017

Conversation

adbridge
Copy link
Contributor

No description provided.

Edmund Hsu and others added 30 commits December 20, 2017 16:05
 - 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
jeromecoutant and others added 21 commits December 20, 2017 16:05
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
…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.
@adbridge
Copy link
Contributor Author

/morph build

@mbed-ci
Copy link

mbed-ci commented Dec 20, 2017

Build : SUCCESS

Build number : 731
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/5738/

Triggering tests

/morph test
/morph uvisor-test
/morph export-build

@mbed-ci
Copy link

mbed-ci commented Dec 20, 2017

@studavekar
Copy link
Contributor

Exporter build failure because of java exception

00:00:33.230 FATAL: command execution failed
00:00:33.230 java.io.EOFException
00:00:33.230 	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2675)
00:00:33.231 	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3150)
00:00:33.231 	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:859)
00:00:33.231 	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:355)

/morph export-build

@mbed-ci
Copy link

mbed-ci commented Dec 20, 2017

@mbed-ci
Copy link

mbed-ci commented Dec 20, 2017

@adbridge
Copy link
Contributor Author

/morph uvisor-test

@0xc0170 0xc0170 merged commit 2b4ff78 into mbed-os-5.7 Dec 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.