mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 02:59:01 +08:00
.. | ||
netif | ||
CMakeLists.txt | ||
main.c | ||
Makefile | ||
mongoose_config.h | ||
mongoose.c | ||
mongoose.h | ||
msc_disk.c | ||
net.c | ||
net.h | ||
packed_fs.c | ||
README.md | ||
tusb_config.h | ||
usb_descriptors.c |
Device Dashboard via RNDIS on an RP2040
Your headless Raspberry Pi Pico-based hardware can also have a device dashboard on a web browser when you connect it to your computer via USB
- See detailed tutorial at https://mongoose.ws/tutorials/rp2040/pico-rndis-dashboard/
Note for Mac users: For this example to run on Mac, please set DUAL_CONFIG=1
in CMakeLists.txt
before building; this enables CDC-ECM. Please notice that Windows may not recognize the mass-storage device in that case.