-
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
Rollup PR: Aleviating intermittent export issues #8675
Conversation
Ethernet controller. To ensure proper operation, some methods needed to be updated in the SMSC9220's native driver as well. It passes all related Greentea tests, however when supervised by the Python environment it tends to fail because of Timeout. The current timeout is set to 1200s that seems to be a little bit short to finish all test cases, the timeout happens towards the end of the last test case. Change-Id: I914608c34828b493a80e133cd132537a297bfc84 Signed-off-by: Bence Kaposzta <[email protected]>
### Description The DS-5 exporter does not work. It exports projects which I'm 100% sure don't build. I have been looking over supporting it for about 6 months now and I have convinced myself that I don't think it's worth the trouble. Shout now if you need this exporter. ### Pull request type [ ] Fix [ ] Refactor [ ] Target update [x] Functionality change [ ] Docs update [ ] Test update [ ] Breaking change
Reset _rtc_lp_timer only if DEVICE_LPTICKER is defined.
When DEVICE_LPTICKER is defined set_time() only works correctly on the first call. This test calls set_time() twice and ensures the time set by both calls is correct. This test only runs if DEVICE_RTC or DEVICE_LPTICKER is defined.
On platforms using both tickless and the low power ticker wrapper so much of the background stack is used that it overflows. To ensure the background thread's stack doesn't overflow increase this size by 256 bytes when tickless is enabled. Worst case usage on the NUCLEO_F476RG was recorded at 656 when tickless is turned on so this increased size should safely prevent overflows.
BLE will be fixed via separate pull request as changes required are bigger. We ignore BLE coding style for now.
Will be reverted once upstream changes come to Mbed OS
…mbed-os into rollup
…/mbed-os into rollup
/morph build |
/morph build |
Build : SUCCESSBuild number : 3574 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 3185 |
I'll recreate this rollup (most of changes here can't be here due to astyle issue I found few minutes ago). wIll send a new PR shortly. |
Description
All bundled PRs experienced export node failures that were unrelated to the PR.
This rollup PR is an attempt to put them through final testing at once, without severely loading the CI.
This Rollup PR contains the following bundled PRs:
Pull request type