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

Import NMSIS #2

Closed
wants to merge 8 commits into from
Closed

Commits on Jun 5, 2021

  1. add NMSIS files

    soburi committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    741cc83 View commit details
    Browse the repository at this point in the history
  2. add definitions for NMSIS

    soburi committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    2ddb333 View commit details
    Browse the repository at this point in the history
  3. use riscv_*.h headers in NMSIS directory

    remove riscv_bits.h and riscv_encoding.h that is exists
    same name file in NMSIS directory
    
    riscv_const.h changes into simple wrapper to riscv_bits.h
    soburi committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    7171d75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    156606c View commit details
    Browse the repository at this point in the history
  5. make adapt to NMSIS

    - replace read/write/set/clear CSR macros to __RV_CSR_*
    - rewrite ECLIC control function with NMSIS's macros
    - definitions in header are redefined with NMSIS's definitions
    soburi committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    709dc17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb9979c View commit details
    Browse the repository at this point in the history
  7. cleaning up dependencies

    - remove unused header include
    - rewrite ECLIC initialization with NMSIS function
    soburi committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    ac8f8bb View commit details
    Browse the repository at this point in the history
  8. correct warninig

    add return statement to __wrap_printf
    soburi committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    9d34294 View commit details
    Browse the repository at this point in the history