-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Release candidate for mbed-os-5.15.1 #12372
Conversation
Update the CMSIS-pack info to `index.json` in arm_pack_manager -folder. The update happens via python project.py --update-packs and a modified version of the cmsis-pack-manager tool, which allows the download of (most) CMSIS-pack files. The changes for this family ONLY are then updated to the `index.json` -file. Mbed OS PR #12093 need this change, as they refer to a target (device_name) from the updated CMSIS-packs. Ref: #12093
Rather than wait 10ms before breaking the other thread, and expecting at least one event to have been run, wait for one event to be run, then break. Should avoid some spurious failures that have been seen.
Replaced a hardcoded timeout in CyH4TransportDriver.cpp with a cypress hal function. The cypress PUTC hal API only blocks until data has been send into the HW buffer, not until all data has been out of the HW buffer. Modified an API to block untill all tx transmit is complete. This allows the removal of a hardcoded timeout in CyH4TransportDriver.cpp that waits for data int the HW buffer to be sent.
…evelopment kit using [Samsung Exynos i S111](https://www.samsung.com/semiconductor/minisite/exynos/products/iot/exynos-i-s111/) module to Mbed-OS. This will widen the HW choices of Mbed-OS enabled NB-IoT, GNSS and Security (eFuse, AES, SHA-2, PKA, Secure Storage, Security Sub-System, [PUF](https://en.wikipedia.org/wiki/Physical_unclonable_function)) modules. Target Name: S5JS100 Co-authored-by: Ivan Galkin <ivan.galkin@samsung.com> Co-authored-by: Seokwon Lee <swon.lee@samsung.com> Co-authored-by: Zhizhe Zhu <zhizhe.zhu@samsung.com> Co-authored-by: Xinyi Zhao <xinyi.zhao@samsung.com>
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
This reverts commit be5633d.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new 2 commits LGTM
CI started, but realized right after we dont have psa bins yet updated (might not need an update). If needed, lets abort and restart |
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
I am investigating 2 failures there, both new targets. |
return ret; | ||
} | ||
|
||
<<<<<<< cd37b0cf8e0be356705b7c17c0871c8f3acc03fa |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this fails in the build for Samsung target
Second failure, NUCLEO_L552ZE_Q fails to build:
#12140 - this clean up for 6.0.0 might be needed for 5.15 or the target be fixed. As the PR is simple fix, I'll try locally and we should move it to 5.15.1 cc @ARMmbed/team-st-mcd |
cherry-picking PR 12140 - build problem fixed. Also removing conflict resolution from Samsung, fixed the build issue. I'll push these 2 here. |
@adbridge PR 12140 moved to 5.15.1. Its now on this branch and also Samsung sha fixed. I restarted CI |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
test restarted, RTC accuracy error for LPC. There is no change for this error, will monitor master (haven't yet seen it there recently).
|
This PR does not contain release version label after merging. |
Summary of changes
Release candidate
Impact of changes
Migration actions required
Documentation
None
Pull request type
Test results
Reviewers