diff --git a/docs/source/DMA.md b/docs/source/DMA.md index 15f69b8c9..b0fa0fc9f 100644 --- a/docs/source/DMA.md +++ b/docs/source/DMA.md @@ -332,6 +332,14 @@ During this transaction * The process went on until the the last byte (letter `L`) is sent to the SPI. + @@ -370,8 +378,14 @@ During this transaction - - + + + + + + + +
F
..............
diff --git a/docs/source/index.rst b/docs/source/index.rst index fc090d8d2..5f65fccbf 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,5 +1,5 @@ -X-HEEP - testing 2 - -====== +X-HEEP - testing 3 - +===================== ``X-HEEP`` (eXtendable Heterogeneous Energy-Efficient Platform) is a RISC-V microcontroller described in SystemVerilog that can be configured to target small and tiny platforms as well as extended to support accelerators. The cool thing about X-HEEP is that we provide a simple customizable MCU, so CPUs, common peripherals, memories, etc. so that you can extend it with your own accelerator without modifying the MCU, but just instantiating it in your design. @@ -61,6 +61,6 @@ We simulated our design with dedicated test applications storing the switching a .. toctree:: - :maxdepth: 2 + :maxdepth: 1 DMA.md \ No newline at end of file