LICENSE.txt
README.md
pyproject.toml
cynthion.egg-info/PKG-INFO
cynthion.egg-info/SOURCES.txt
cynthion.egg-info/dependency_links.txt
cynthion.egg-info/entry_points.txt
cynthion.egg-info/requires.txt
cynthion.egg-info/top_level.txt
src/__init__.py
src/board.py
src/cynthion.py
src/errors.py
src/interface.py
src/shared.py
src/boards/__init__.py
src/boards/cynthion_moondancer.py
src/commands/__init__.py
src/commands/cli.py
src/commands/cynthion_selftest.py
src/gateware/__init__.py
src/gateware/analyzer/analyzer.py
src/gateware/analyzer/top.py
src/gateware/platform/__init__.py
src/gateware/platform/core.py
src/gateware/platform/cynthion_r0_1.py
src/gateware/platform/cynthion_r0_2.py
src/gateware/platform/cynthion_r0_3.py
src/gateware/platform/cynthion_r0_4.py
src/gateware/platform/cynthion_r0_5.py
src/gateware/platform/cynthion_r0_6.py
src/gateware/platform/cynthion_r0_7.py
src/gateware/platform/cynthion_r1_0.py
src/gateware/platform/cynthion_r1_1.py
src/gateware/platform/cynthion_r1_2.py
src/gateware/platform/cynthion_r1_3.py
src/gateware/platform/cynthion_r1_4.py
src/gateware/soc/advertiser.py
src/gateware/soc/top.py
src/interfaces/__init__.py
src/interfaces/gpio.py
src/interfaces/led.py
src/selftest/__init__.py
src/selftest/gateware.py
src/selftest/host.py
src/selftest/registers.py
src/shared/libgreat.toml
src/shared/registers.toml
src/shared/usb.toml
tests/test_shared.py