mongoose/examples/rp2040/pico-rndis-dashboard
2023-03-01 11:28:24 -03:00
..
netif Add Pico dashboard 2023-01-02 16:49:15 -03:00
CMakeLists.txt Update symlinks and Makefiles 2023-02-28 18:18:26 -03:00
main.c unbreak RNDIS examples 2023-02-27 11:28:42 -03:00
Makefile Update symlinks and Makefiles 2023-02-28 18:18:26 -03:00
mongoose.c Update symlinks and Makefiles 2023-02-28 18:18:26 -03:00
mongoose.h Update symlinks and Makefiles 2023-02-28 18:18:26 -03:00
msc_disk.c Add mass-storage disk with an index file 2023-02-08 12:38:11 -03:00
net.c Update symlinks and Makefiles 2023-02-28 18:18:26 -03:00
packed_fs.c Update symlinks and Makefiles 2023-02-28 18:18:26 -03:00
README.md Update Makefiles and READMEs 2023-03-01 11:28:24 -03:00
tusb_config.h Add mass-storage disk with an index file 2023-02-08 12:38:11 -03:00
usb_descriptors.c Add mass-storage disk with an index file 2023-02-08 12:38:11 -03:00

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

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.