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
|
- name: Test arm-zephyr-eabi-gdb
|
||||||
if: ${{ matrix.architecture == 'arm' }}
|
if: ${{ matrix.architecture == 'arm' }}
|
||||||
run: /opt/zephyr-sdk-${ZEPHYR_SDK_VERSION}/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb --version
|
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
|
- name: Test socat
|
||||||
run: socat -V
|
run: socat -V
|
||||||
- name: Stop container
|
- name: Stop container
|
||||||
|
@ -65,6 +65,7 @@ RUN \
|
|||||||
python3-wheel \
|
python3-wheel \
|
||||||
socat \
|
socat \
|
||||||
ssh \
|
ssh \
|
||||||
|
tio \
|
||||||
wget \
|
wget \
|
||||||
xz-utils \
|
xz-utils \
|
||||||
&& pip3 install \
|
&& pip3 install \
|
||||||
|
Loading…
Reference in New Issue
Block a user