Skip to content

Releases: ecilasun/tinysys

Stable 1.0B

20 Nov 03:58
Compare
Choose a tag to compare

DMA unit now supports byte aligned target addresses.
GPIO unit has been removed to redesign the ESP32-FPGA interface.
ROM and DMA sample updated.
Remote reboot ability added (send ~ over UART to reset CPUs)
Horizontal blanking interrupt added.
Samples and ROM updated.
Added 16Kbyte of scratchpad memory to act as large data storage across cores (uncached, visible to all cores)
Applied minor hardware timing corrections
Fixed serial terminal disconnectionions causing an unwanted CPU reset
Added a file transfer handler to device side and compatible file uploader to riscvtool