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

MMU test with MaixPy #168

Open
wants to merge 7 commits into
base: mmu_test
Choose a base branch
from
Open

Commits on Sep 18, 2019

  1. [Add] Support MaixPy (main.c)

    - fix epc bug in the  function.
    - update sbi_call function to support all needed machine register
    - add usermode variable for accessing machine register.
    elect-gombe committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    92e97f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    715f0e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ce007b View commit details
    Browse the repository at this point in the history
  4. Update compile flags

    - Add extra debug information for better disassembly
    - Add -Wl,--no-relax to suppress compile error
    elect-gombe committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    f6d02f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Configuration menu
    Copy the full SHA
    5ddfa78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8069ed5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98b3bc1 View commit details
    Browse the repository at this point in the history