1. Nov 10, 2023
  2. Nov 07, 2023
  3. Nov 01, 2023
  4. Oct 11, 2023
  5. Sep 06, 2023
    • Chris Owen's avatar
      Add proposal for high-level console API (#6) · 312a3b1d
      Chris Owen authored
      * Add proposal for high-level console API
      - Also extend schema and parsers to add new features
      (code fragments, definitions, attributes, var-args)
      
      * Change date on copyright notice
      
      * Change further references to 2022
      312a3b1d
  6. Aug 29, 2023
    • Chris Owen's avatar
      Initial proposal for UART API (#5) · 01d5dc79
      Chris Owen authored
      - also modified Makefile to fix building without docker
      - also moved a couple of functions out of high-level interrupts API into low-level API,
      and moved a couple of types into csi_types.h
      01d5dc79
  7. Jun 19, 2023
    • Chris Owen's avatar
      Interrupt support (#3) · 7b01ff7d
      Chris Owen authored
      * First draft support for high-level interrupt and timer support
      - this also required some enhancements to schema and parser, to support
      function type declarations and to ensure correct content in docs and headers.
       - Also split each module into a separate yaml
      (a single enormous yaml for the spec was too unwieldy).
      - Also rename parser to csi_parser as name clashes with another python module.
      7b01ff7d
  8. Jun 13, 2023
  9. Jan 13, 2023
    • Chris Owen's avatar
      Initial docs update (#1) · 7fb21a05
      Chris Owen authored
      - Replace placeholders with some initial content
      - Add spec-schema and parser (copied from initial home in riscv-admin/rvm-csi
      at commit ID 1397673)
      - Makefile now auto-generates content
      - added minimal initial YAML spec file
      - parser needed some tweaks to get what we need
      7fb21a05
  10. Nov 18, 2022