mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 13:19:01 +00:00
Add an "access" board configuration for the Pico 2 W access device: a WiFi station plus a composite USB device (CDC-ACM console + CDC-NCM NIC) with a DHCP server, and an mDNS responder pinned to the USB NIC (eth0) via CONFIG_NETUTILS_MDNS_BIND_IFNAME so a host plugged into USB resolves the board by name without advertising onto the WiFi network. The portalup boot helper brings the interfaces up and starts the responder. Requires an apps tree providing EXAMPLES_PORTALUP and the mDNS single-interface bind option, e.g.: ./tools/configure.sh -a ../apps-integration raspberrypi-pico-2-w:access Assisted-by: Claude (Anthropic Claude Code) Signed-off-by: Ricard Rosson <ricard@groundbits.com> |
||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| avr | ||
| dummy | ||
| hc/m9s12 | ||
| mips | ||
| misoc/lm32/misoc | ||
| or1k/mor1kx/or1k | ||
| renesas | ||
| risc-v | ||
| sim/sim/sim | ||
| sparc | ||
| tricore | ||
| x86/qemu/qemu-i486 | ||
| x86_64/qemu/qemu-intel64 | ||
| xtensa | ||
| z16/z16f/z16f2800100zcog | ||
| z80 | ||
| .gitignore | ||
| Board.mk | ||
| boardctl.c | ||
| CMakeLists.txt | ||
| dummy.c | ||
| Kconfig | ||
| Makefile | ||