mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-10 16:17:44 -04:00
Compare commits
2 commits
377a493d23
...
ce90a4fce5
Author | SHA1 | Date | |
---|---|---|---|
|
ce90a4fce5 | ||
|
e0104d0dbb |
1 changed files with 7 additions and 7 deletions
14
.github/workflows/esp32c3-test.yml
vendored
14
.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-esp32c3
|
- cirunner-hardware-tirm46
|
||||||
|
|
||||||
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