Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased¶
Added¶
rCOBS encoder/decoder
ILABackhaulInterface.update
to allow for large multi-sample-buffer ILA dumps
Changed¶
UART ILA output is now rCOBS encoded with
0x00
end-of-frame indicators for re-syncing serial streams.USB ILA VID:PID changed from
04A0:ACA7
to1D50:6190
.UART ILA now has an RX line and no longer sends the stream of ILA data right away after capture completion
Bumped minimum Torii version to
v0.7.7
Bumped minimum Torii-USB version to
v0.7.1
Deprecated¶
Removed¶
Fixed¶
Fixed missing or incomplete documentation
v0.1.0¶
This is the first beta release of the Torii ILA module. It’s not fully stable but it works enough to have it’s tires kicked.
Added¶
Simple Integrated Logic Analyzer Torii module
torii_ila.ila.IntegratedLogicAnalyzer
Simple Stream ILA Torii module
torii_ila.ila.StreamILA
UART-Based ILA and backhaul interface
torii_ila.uart
USB-Based ILA and backhaul interface
torii_ila.usb
UART and USB ILA examples