1. Oct 22, 2022
    • Fawaz's avatar
      Replaced old CI with one using GitHub Actions (#4) · 45ac4e86
      Fawaz authored
      The old CI was meant for cortex-m-semihosting, so it would not have
      worked with this repository, and it also used Travis CI, whereas
      the new one uses GitHub Actions.
      
      The CI runs `cargo check` for the following targets:
      - `riscv32i-unknown-none-elf`
      - `riscv32imc-unknown-none-elf`
      - `riscv32imac-unknown-none-elf`
      - `riscv64imac-unknown-none-elf`
      - `riscv64gc-unknown-none-elf`
      
      It also checks formatting and doc.
      45ac4e86
  2. Jul 21, 2022
  3. Jul 20, 2022
    • Fawaz Tirmizi's avatar
      Updated Cargo.toml · b7f5ee4d
      Fawaz Tirmizi authored
      The old Cargo.toml was a bit out-of-date. This commit adds the RISC-V
      Team to the authors list, as well as bumping the version and edition to
      1.59.0 and 2021.
      b7f5ee4d
    • Fawaz Tirmizi's avatar
      Remove cortex-m-semihosting CI · f4c48301
      Fawaz Tirmizi authored
      The current repository CI was copied from cortex-m-semihosting, so it is
      not relevant to this one. In the future, it may be worthwhile to add
      some proper CI for this repo.
      f4c48301
    • Fawaz Tirmizi's avatar
      Cleaned up documentation · e80cec6f
      Fawaz Tirmizi authored
      Original documentation was largely an exact copy of cortex-m-semihosting
      at the fork. This commit fixes that, removing unnecessary references to
      cortex-m-semihosting and clearing out the changelog so that it's
      relevant to this repository instead.
      e80cec6f
    • Fawaz Tirmizi's avatar
      d5b79a76
  4. Jul 19, 2022
  5. Jan 02, 2022
  6. Feb 27, 2018
  7. Aug 28, 2017
  8. Jul 08, 2017
  9. Jul 05, 2017
  10. Jul 03, 2017
  11. Jun 17, 2017
  12. May 16, 2017
  13. Mar 21, 2017
  14. Mar 20, 2017
  15. Mar 13, 2017
  16. Feb 28, 2017
  17. Feb 16, 2017
  18. Feb 15, 2017
  19. Jan 23, 2017