doc: convert TODO from md to rst
This commit is contained in:
parent
d125ce0ea1
commit
85d4bdb950
24
TODO.md
24
TODO.md
|
|
@ -1,24 +0,0 @@
|
||||||
## Global
|
|
||||||
|
|
||||||
- improve error message (be more precise)
|
|
||||||
- catch all exception
|
|
||||||
- documentation (code + API)
|
|
||||||
|
|
||||||
## Cable
|
|
||||||
|
|
||||||
- fix *ch552* (*Sipeed tangNano*): works with *SRAM*, fails with *Flash*
|
|
||||||
- *busblaster* support
|
|
||||||
- *anlogic* cable support
|
|
||||||
|
|
||||||
## Devices/boards
|
|
||||||
|
|
||||||
- improve frequency configuration. Use FPGA, cable or --freq args maximum frequency
|
|
||||||
- rework *cyclone10* eeprom access to avoid using FT2232 interfaceB Spi
|
|
||||||
emulation (only supported by trenz board)
|
|
||||||
- fix checksum computation with *gowin GW2A*
|
|
||||||
- add support for *tangPrimer* (*anlogic EG4S20*)
|
|
||||||
|
|
||||||
## Misc
|
|
||||||
|
|
||||||
- fix spiFlash class to be able to write everywhere (currently offset is hardcoded
|
|
||||||
to 0)
|
|
||||||
|
|
@ -49,3 +49,9 @@ Also checkout the vendor-specific documentation:
|
||||||
vendors/intel
|
vendors/intel
|
||||||
vendors/lattice
|
vendors/lattice
|
||||||
vendors/xilinx
|
vendors/xilinx
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:caption: Development
|
||||||
|
:hidden:
|
||||||
|
|
||||||
|
todo
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,31 @@
|
||||||
|
.. _todo:
|
||||||
|
|
||||||
|
To Do
|
||||||
|
#####
|
||||||
|
|
||||||
|
Global
|
||||||
|
======
|
||||||
|
|
||||||
|
* improve error message (be more precise)
|
||||||
|
* catch all exception
|
||||||
|
* documentation (code + API)
|
||||||
|
|
||||||
|
Cable
|
||||||
|
=====
|
||||||
|
|
||||||
|
* fix *ch552* (*Sipeed tangNano*): works with *SRAM*, fails with *Flash*
|
||||||
|
* *busblaster* support
|
||||||
|
* *anlogic* cable support
|
||||||
|
|
||||||
|
Devices/boards
|
||||||
|
==============
|
||||||
|
|
||||||
|
* improve frequency configuration. Use FPGA, cable or --freq args maximum frequency
|
||||||
|
* rework *cyclone10* eeprom access to avoid using FT2232 interfaceB Spi emulation (only supported by trenz board)
|
||||||
|
* fix checksum computation with *gowin GW2A*
|
||||||
|
* add support for *tangPrimer* (*anlogic EG4S20*)
|
||||||
|
|
||||||
|
Misc
|
||||||
|
====
|
||||||
|
|
||||||
|
* fix spiFlash class to be able to write everywhere (currently offset is hardcoded to 0)
|
||||||
Loading…
Reference in New Issue