Files
Scanning the repository...
Last update 5 years 8 months
by Kate Temkin
| Files | |
|---|---|
| applets | |
| docs | |
| examples | |
| firmware | |
| hardware | |
| luna | |
| .editorconfig | |
| .gitignore | |
| .gitmodules | |
| .travis.yml | |
| LICENSE.txt | |
| README.md | |
| requirements.txt | |
| setup.py | |
| tox.ini |
tox.ini[tox] # Test only under python3.7, for now. envlist = py37 skipsdist=True [testenv] deps = -rrequirements.txt commands = python -m luna.gateware.interface.spi python -m luna.gateware.interface.ulpi python -m luna.gateware.interface.psram python -m luna.gateware.interface.uart python -m luna.gateware.architecture.car python -m luna.gateware.utils.cdc python -m luna.gateware.debug.ila python -m luna.gateware.usb.analyzer python -m luna.gateware.usb.usb2.packet