mirror of
https://github.com/micropython/micropython.git
synced 2025-09-06 09:50:20 +02:00
7 lines
142 B
Plaintext
7 lines
142 B
Plaintext
# Networking drivers
|
|
# SLIP driver for QEMU
|
|
CONFIG_NET_SLIP_TAP=y
|
|
|
|
# Default RAM easily overflows with uPy and networking
|
|
CONFIG_RAM_SIZE=256
|