mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-26 22:41:03 +08:00
Enable test for pico-rndis-dashboard
This commit is contained in:
parent
1068fbf079
commit
56e015db0e
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -126,9 +126,10 @@ jobs:
|
||||
- path: ti/ti-ek-tm4c1294xl-http-server
|
||||
- path: ti/ek-tm4c1294xl-baremetal
|
||||
- path: ti/ek-tm4c1294xl-freertos-mip
|
||||
- path: rp2040/pico-rmii
|
||||
- path: rp2040/pico-rndis-dashboard
|
||||
- path: rp2040/pico-w
|
||||
- path: rp2040/pico-w5500
|
||||
- path: rp2040/pico-rmii
|
||||
name: ${{ matrix.example.path }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -28,13 +28,13 @@ add_executable(firmware
|
||||
net.c
|
||||
packed_fs.c
|
||||
usb_descriptors.c
|
||||
/usr/share/pico_sdk/lib/tinyusb/lib/networking/rndis_reports.c
|
||||
pico-sdk/lib/tinyusb/lib/networking/rndis_reports.c
|
||||
)
|
||||
|
||||
# Make sure TinyUSB can find tusb_config.h and workaround SDK include paths
|
||||
target_include_directories(firmware PUBLIC
|
||||
${CMAKE_CURRENT_LIST_DIR}
|
||||
/usr/share/pico_sdk/lib/tinyusb/lib/networking
|
||||
${CMAKE_CURRENT_LIST_DIR}/pico-sdk/lib/tinyusb/lib/networking
|
||||
)
|
||||
|
||||
# enable uart output
|
||||
|
@ -9,7 +9,7 @@ Clone Mongoose repo, go to this example, and build it:
|
||||
|
||||
```sh
|
||||
git clone https://github.com/cesanta/mongoose
|
||||
cd mongoose/examples/ro2040/pico-rndis-dashboard
|
||||
cd mongoose/examples/rp2040/pico-rndis-dashboard
|
||||
make build
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user