mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-11 00:27:45 -04:00
Compare commits
No commits in common. "ce90a4fce50e59dc0c08ddd26e658f168b85a79c" and "377a493d23fd5055cafa0be243dadc461e4f9be3" have entirely different histories.
ce90a4fce5
...
377a493d23
1 changed files with 7 additions and 7 deletions
18
.github/workflows/esp32c3-test.yml
vendored
18
.github/workflows/esp32c3-test.yml
vendored
|
@ -11,20 +11,20 @@ jobs:
|
||||||
- cirunner-type-vm
|
- cirunner-type-vm
|
||||||
- cirunner-size-micro
|
- cirunner-size-micro
|
||||||
- cirunner-image-ubuntu-runner-vm
|
- cirunner-image-ubuntu-runner-vm
|
||||||
- cirunner-hardware-tirm46
|
- cirunner-hardware-esp32c3
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: list usb hub devices and status
|
- name: list usb hub devices and status
|
||||||
run: uhubctl
|
run: uhubctl
|
||||||
|
|
||||||
#- name: disable board
|
- name: disable board
|
||||||
# run: uhubctl -l 1-1 -p 3 -a off
|
run: uhubctl -l 1-1 -p 3 -a off
|
||||||
|
|
||||||
#- name: list usb devices and status
|
- name: list usb devices and status
|
||||||
# run: uhubctl
|
run: uhubctl
|
||||||
|
|
||||||
#- name: enable board
|
- name: enable board
|
||||||
# run: uhubctl -l 1-1 -p 3 -a on
|
run: uhubctl -l 1-1 -p 3 -a on
|
||||||
|
|
||||||
- name: list usb devices and status
|
- name: list usb devices and status
|
||||||
run: uhubctl
|
run: uhubctl
|
Loading…
Add table
Add a link
Reference in a new issue