-
Notifications
You must be signed in to change notification settings - Fork 3k
Add support for LPC55S59 #9910
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
Add support for LPC55S59 #9910
Conversation
cc @AndreyButokNXP @nxp49431 |
The mbed-os-tests-mbed_platform-wait_ns test is failing. [1551529466.18][CONN][RXD] >>> Running case #1: 'Test: wait_ns - compare with us_timer 1s'... I see the below comment in the wait_ns code inside mbed_wait_api_no_rtos.c file // TODO - check M33 Can someone from ARM team take a look at the test failure and see if the mbed code needs to be updated? |
The mbed-os-tests-mbedmicro-rtos-mbed-heap_and_stack test fails only under GCC_ARM. I had spoken with @deepikabhavnani about updating the test case to increase the check range. |
I am working with @orenc17 @mikisch81 @maclobdell on the below failures: |
@kjbracey-arm @deepikabhavnani |
Please update the test in this PR itself to check the stack pointer in entire stack range (0x400) instead 128 bytes |
@mmahadevan108, thank you for your changes. |
@mmahadevan108 The usage of this can be seen here. |
@mmahadevan108 #9823 was merged so you can rebase. |
@ARMmbed/mbed-os-maintainers this needs a 5.12.0-rc1 label |
@mmahadevan108 , please take a look at the travis failures : https://travis-ci.org/ARMmbed/mbed-os/jobs/500777066 |
@mmahadevan108 Also you need to rebase as a lot of fixes are already upstream. |
Move the clock setup and peripheral reset to the init function Signed-off-by: Mahesh Mahadevan <[email protected]>
Signed-off-by: Mahesh Mahadevan <[email protected]>
The flash driver for the LPC55S69 is different from prior LPC family. Move the Flash HAL driver to SoC specific folder Signed-off-by: Mahesh Mahadevan <[email protected]>
Signed-off-by: Mahesh Mahadevan <[email protected]>
Signed-off-by: Mahesh Mahadevan <[email protected]>
These are defined by mbed during compile Signed-off-by: Mahesh Mahadevan <[email protected]>
Signed-off-by: Mahesh Mahadevan <[email protected]>
CTIMER 0 is used for the secure domain and CTIMER 1 is used for the non-secure domain Signed-off-by: Mahesh Mahadevan <[email protected]>
Signed-off-by: Mahesh Mahadevan <[email protected]>
Signed-off-by: Mahesh Mahadevan <[email protected]>
Signed-off-by: Mahesh Mahadevan <[email protected]>
Signed-off-by: Mahesh Mahadevan <[email protected]>
Signed-off-by: Mahesh Mahadevan <[email protected]>
Signed-off-by: Mahesh Mahadevan <[email protected]>
Signed-off-by: Mahesh Mahadevan <[email protected]>
A rebase is needed as there is conflict in the tdbstore mbed_lib.json |
0e20f18
to
862961c
Compare
ci started |
Test run: SUCCESSSummary: 13 of 13 test jobs passed |
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.
Can be fixed in new PR (next patch release) - new files should contain SPDX identifier - I've noticed some hal files missing in this PR.
Description
Cortex-M33 based platform. I will submit my test results.
Pull request type
Reviewers
Release Notes