rp2: Integrate optional network.PPP.

Can be enabled by a board by enabling `MICROPY_PY_NETWORK_PPP_LWIP`.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2024-08-28 16:59:42 +10:00
parent aee002dd80
commit 851aa06461
2 changed files with 11 additions and 1 deletions

View File

@@ -155,6 +155,7 @@
#define MICROPY_VFS_LFS2 (1)
#define MICROPY_VFS_FAT (1)
#define MICROPY_SSL_MBEDTLS (1)
#define MICROPY_PY_LWIP_PPP (MICROPY_PY_NETWORK_PPP_LWIP)
#define MICROPY_PY_LWIP_SOCK_RAW (MICROPY_PY_LWIP)
// Hardware timer alarm index. Available range 0-3.