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

GR_LYCHEE,RZ_A1H,VK_RZ_A1H: Fix greentea ticker test case failures #10213

Merged
merged 4 commits into from
Mar 27, 2019

Commits on Mar 26, 2019

  1. Fix the value of SystemCoreClock

    The OS timer of RZ/A1 uses P0 clock, so until now it has been set the value of P0 clock in SystemCoreClock.
    Changed the system clock value to set to SystemCoreClock.
    Changed to refer to P0 clock macro instead of SystemCoreClock in OS timer processing.
    d-kato committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    cb31d11 View commit details
    Browse the repository at this point in the history
  2. Removed clock mode decision of "SystemCoreClockUpdate()"

    Since GPIO.PPR0 can not check clock mode, I changed it to set a fixed value for each board.
    d-kato committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    2509ea8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e96c633 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    090fcb0 View commit details
    Browse the repository at this point in the history