Skip to content

Conversation

@cmonr
Copy link
Contributor

@cmonr cmonr commented Mar 14, 2018

No description provided.

drewcassidy and others added 30 commits March 14, 2018 14:45
… 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.
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.
- LSI specific implementation is removed

- Remove RTC clock disable
F1 is the only STM32 family where RTC date is not saved into registers
Keyur Hariya and others added 17 commits March 14, 2018 14:48
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]>
@cmonr
Copy link
Contributor Author

cmonr commented Mar 14, 2018

/morph build
/morph mbed2-release

@mbed-ci
Copy link

mbed-ci commented Mar 14, 2018

Build : SUCCESS

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

Triggering tests

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

@mbed-ci
Copy link

mbed-ci commented Mar 14, 2018

@mbed-ci
Copy link

mbed-ci commented Mar 14, 2018

@studavekar
Copy link
Contributor

@tommikas can please help trigger continuous-integration/jenkins/pr-head

@adbridge
Copy link
Contributor

@studavekar where are the results for the mbed2 Jenkins job? We need the build archive for making an mbed2 release...

@0xc0170
Copy link
Contributor

0xc0170 commented Mar 15, 2018

@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?

@adbridge
Copy link
Contributor

adbridge commented Mar 15, 2018

It looks to me like the job didn't trigger for some reason for @cmonr

@studavekar
Copy link
Contributor

/morph mbed2-release

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph mbed2-release

@cmonr cmonr merged commit 16bac10 into mbed-os-5.7 Mar 15, 2018
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.