-
Notifications
You must be signed in to change notification settings - Fork 3k
Release candidate for mbed-os-5.7.7 #6364
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
… should probably move to the unified target at some point but is outside the scope of this PR
Use SoftDevice API to get random numbers when present and active, otherwise read random numbers directly from TRNG peripheral.
This reverts commit 471d99c.
Before this patch, when calling lfs_mkdir or lfs_file_open with root as the target, littlefs wouldn't find the path properly and happily run into undefined behaviour. The fix is to populate a directory entry for root in the lfs_dir_find function. As an added plus, this allowed several special cases around root to be completely dropped.
target added r410m Spaces removed Trace updated
Few targets need more than just pending IRQ set. They include some flags to be set that are checked in IRQ handler. This is the case for targets in this commit.
… stack in SRAM2 (after the interrupt vector)
…use of TWO_RAM_REGIONS define
… STM32L486 devices
- LSI specific implementation is removed - Remove RTC clock disable
F1 is the only STM32 family where RTC date is not saved into registers
Signed-off-by: Mahesh Mahadevan <[email protected]>
Save serial objects when setting interrupt requests. Improve uart interrupt handler.
Replace looping construct with actual block writes.
Improves accuracy during heavy work load.
Increases input range by 2x(now, 0-2.4v)
Automatic stop prevents sending repeated start.
… This support is based on the NUCLEO-F401RE board. Which has the same amount of flash/ram but less pins available on the chip.
Building with (GNU Tools for Arm Embedded Processors 7-2017-q4-major) 7.2.1 20170904 gives this warning
../events/equeue/equeue.c: In function 'equeue_incid':
../events/equeue/equeue.c:40:17: warning: '<<' in boolean context, did you mean '<' ? [-Wint-in-bool-context]
if (!(e->id << q->npw2)) {
fix section error, ARM compiler uses IRAM1.bss to calculate the heap size fix conflict of _memset between Ameba's library and ARM compiler's library, use standard memset() instead of _memset() in case of ARM compiler
Applied changes from commit b6a01de for other MCUXpresso MCUs Signed-off-by: Mahesh Mahadevan <[email protected]>
|
/morph build |
Build : SUCCESSBuild number : 1435 Triggering tests/morph test |
Test : SUCCESSBuild number : 1211 |
Exporter Build : SUCCESSBuild number : 1080 |
|
@tommikas can please help trigger continuous-integration/jenkins/pr-head |
|
@studavekar where are the results for the mbed2 Jenkins job? We need the build archive for making an mbed2 release... |
I browsed jenkins job (the hook below provides only a link to s3 logs, had to go to the jobs list in the jenkins board), could not find a link there. Any pointers? |
|
It looks to me like the job didn't trigger for some reason for @cmonr |
|
/morph mbed2-release |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
|
No description provided.