Skip to content

Update cmsis/rtx for Cortex-A #7032

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

Merged
merged 4 commits into from
Jun 3, 2018
Merged

Conversation

TomoYamanaka
Copy link
Contributor

@TomoYamanaka TomoYamanaka commented May 28, 2018

Description

This resolve the multiple interrupt problem in RTX5 of Cortex-A.
It seems like this problem blocks GR-PEACH/GR-LYCHEE users' activity.
Thus, if you can accept my cherry-pick on this soon, it would be very helpful.

@toyowata Please help me to go ahead with the above.

Pull request type

[ ] Fix
[x] Refactor
[ ] New target
[ ] Feature
[ ] Breaking change

Relation issue

#6617

@0xc0170 0xc0170 requested review from a team and bulislaw May 28, 2018 08:47
@TomoYamanaka
Copy link
Contributor Author

TomoYamanaka commented May 28, 2018

I added the commit that cherry-picked in addition.
This resolve the following problem.
After osThreadFlagsWait() is invoked, if osThreadFlagsSet() is invoked at a specific timing, osErrorTimeout might be issued even though any time-out doesn’t occur.

Summary, two RTX problems for cortex-A will be resolved by incorporating the below.

@cmonr
Copy link
Contributor

cmonr commented May 31, 2018

/morph build

@mbed-ci
Copy link

mbed-ci commented May 31, 2018

Build : SUCCESS

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

Triggering tests

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

@mbed-ci
Copy link

mbed-ci commented Jun 1, 2018

@mbed-ci
Copy link

mbed-ci commented Jun 1, 2018

@cmonr
Copy link
Contributor

cmonr commented Jun 1, 2018

/morph uvisor-test

2 similar comments
@cmonr
Copy link
Contributor

cmonr commented Jun 3, 2018

/morph uvisor-test

@cmonr
Copy link
Contributor

cmonr commented Jun 3, 2018

/morph uvisor-test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants