feat(dev-generic): add tio
For interfacing with serial i/o. PR: zmkfirmware/zmk-docker#81
This commit is contained in:
parent
d1f45823e4
commit
5d9cfa5ab7
2
.github/workflows/containers.yml
vendored
2
.github/workflows/containers.yml
vendored
@ -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
|
||||
|
@ -65,6 +65,7 @@ RUN \
|
||||
python3-wheel \
|
||||
socat \
|
||||
ssh \
|
||||
tio \
|
||||
wget \
|
||||
xz-utils \
|
||||
&& pip3 install \
|
||||
|
Loading…
Reference in New Issue
Block a user