feat(dev-generic): add tio

For interfacing with serial i/o.

PR: zmkfirmware/zmk-docker#81
This commit is contained in:
innovaker 2021-06-15 17:27:14 +01:00
parent d1f45823e4
commit 5d9cfa5ab7
2 changed files with 3 additions and 0 deletions

View File

@ -424,6 +424,8 @@ jobs:
- name: Test arm-zephyr-eabi-gdb
if: ${{ matrix.architecture == 'arm' }}
run: /opt/zephyr-sdk-${ZEPHYR_SDK_VERSION}/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb --version
- name: Test tio
run: tio --version
- name: Test socat
run: socat -V
- name: Stop container

View File

@ -65,6 +65,7 @@ RUN \
python3-wheel \
socat \
ssh \
tio \
wget \
xz-utils \
&& pip3 install \