mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-09 13:12:33 -05:00
test
This commit is contained in:
parent
40e80696e3
commit
e33d9b2a85
1 changed files with 12 additions and 0 deletions
12
.github/workflows/esp32c3-test.yml
vendored
12
.github/workflows/esp32c3-test.yml
vendored
|
|
@ -22,3 +22,15 @@ jobs:
|
|||
|
||||
- name: lsusb
|
||||
run: lsusb
|
||||
|
||||
- name: disable board
|
||||
run: uhubctl -l 1-1 -p 3 -a off
|
||||
|
||||
- name: lsusb
|
||||
run: lsusb
|
||||
|
||||
- name: enable board
|
||||
run: uhubctl -l 1-1 -p 3 -a on
|
||||
|
||||
- name:
|
||||
run: lsusb
|
||||
Loading…
Add table
Add a link
Reference in a new issue