summaryrefslogtreecommitdiff
path: root/tools/cpboard.py
AgeCommit message (Collapse)Author
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-06-03tools/cpboard.py: fix backwards logic of 'wait_for_response' in #3005sommersoft
2020-06-03tools/cpboard.py: run black formattersommersoft
2020-06-03tools/cpboard.py: update pyserial usage to match 3.x versionsommersoft
2020-06-03tools/cpboard.py: change 'async' variable usage; 'async' became a keyword in ↵sommersoft
CPython 3.7
2018-06-02tools: Add cpboard.pyNoralf Trønnes
This is a variant of pyboard.py aimed at Circuit Python boards. It can emulate pyboard.py enough so it works with tests/run-tests.