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¶
Changed¶
Deprecated¶
Removed¶
Fixed¶
v0.2.0 - 2025-08-14¶
[!IMPORTANT] The minimum Python version for Torii and Torii ILA is now 3.11
Added¶
ILABackhaulInterface.updateto allow for large multi-sample-buffer ILA dumps
Changed¶
UART ILA output is now rCOBS encoded with
0x00end-of-frame indicators for re-syncing serial streams.USB ILA VID:PID changed from
04A0:ACA7to1D50: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.8.0Bumped minimum Torii USB version to
v0.8.0Bumped minimum Torii Boards version to
v0.8.1Switched from using the old setuptools
setup.pyover to setuptools viapyproject.tomlFixed how the USB and Serial ILAs are exported when appropriate deps are installed
Changed how UART Backhaul is instantiated
Fixed¶
Fixed missing or incomplete documentation
v0.1.0 - 2025-01-30¶
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.IntegratedLogicAnalyzerSimple Stream ILA Torii module
torii_ila.ila.StreamILAUART-Based ILA and backhaul interface
torii_ila.uartUSB-Based ILA and backhaul interface
torii_ila.usbUART and USB ILA examples