mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-09 13:12:33 -05:00
Test ESP32C3 connectivity
This commit is contained in:
parent
ccabdec2f8
commit
793d8986f4
8 changed files with 22 additions and 816 deletions
22
.github/workflows/esp32c3-test.yml
vendored
Normal file
22
.github/workflows/esp32c3-test.yml
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
name: Hardware Runner PenTest Example Jobs
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
esp32c3-execution:
|
||||
# Specify that you want to run on a hardware runner
|
||||
runs-on:
|
||||
- self-hosted
|
||||
- cirunner-type-vm
|
||||
- cirunner-size-micro
|
||||
- cirunner-image-ubuntu-runner-vm
|
||||
- cirunner-hardware-esp32c3
|
||||
|
||||
steps:
|
||||
- name: install usb utils
|
||||
run: apt update && apt install usbutils
|
||||
|
||||
- name: lsusb
|
||||
run: lsusb
|
||||
Loading…
Add table
Add a link
Reference in a new issue