Skip to content
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

[RZ/A1H]Support RTX v4.80 for Cortex-A and a few Malloc API #3470

Merged
merged 3 commits into from
Jan 9, 2017
Merged

[RZ/A1H]Support RTX v4.80 for Cortex-A and a few Malloc API #3470

merged 3 commits into from
Jan 9, 2017

Commits on Dec 20, 2016

  1. [RZ/A1H]Support RTX v4.80 for Cortex-A and a few Malloc API

    PR to update RTX to v4.80 for Cortex-A.
    In the latest CI test, three tests result in an error. The cause is mainly three points
    - Unsupport RTX v4.80 for Cortex-A
    - Insufficient stack size of thread defined in test
    - A few Lack of Malloc API in GCC
    Therefore, I supported to these. For the stack size for test, @russ already supported in PR #3362.
    
    Reference for issue of test error is here.
    #3273
    
    Reference for PR to update RTX for Cortex-M.
    #1702
    TomoYamanaka committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    e71f79a View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2016

  1. Configuration menu
    Copy the full SHA
    59191b2 View commit details
    Browse the repository at this point in the history
  2. [RZ/A1H]Support RTX v4.80 for Cortex-A and a few Malloc API

    PR to update RTX to v4.80 for Cortex-A.
    In the latest CI test, three tests result in an error. The cause is mainly three points
    - Unsupport RTX v4.80 for Cortex-A
    - Insufficient stack size of thread defined in test
    - A few Lack of Malloc API in GCC
    Therefore, I supported to these. For the stack size for test, @c1728p9 already supported in PR #3362.
    
    Reference for issue of test error is here.
    #3273
    
    Reference for PR to update RTX for Cortex-M.
    #1702
    TomoYamanaka committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    a386be4 View commit details
    Browse the repository at this point in the history