mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
Tested and working on rpi_pico and nucleo_wb55rg. Signed-off-by: Damien George <damien@micropython.org>
23 lines
422 B
Plaintext
23 lines
422 B
Plaintext
CONFIG_NETWORKING=n
|
|
|
|
# Hardware features
|
|
CONFIG_FLASH=y
|
|
CONFIG_FLASH_MAP=y
|
|
CONFIG_I2C=y
|
|
CONFIG_I2C_TARGET=y
|
|
CONFIG_SPI=y
|
|
|
|
# Bluetooth
|
|
CONFIG_BT=y
|
|
CONFIG_BT_DEVICE_NAME_DYNAMIC=y
|
|
CONFIG_BT_GATT_DYNAMIC_DB=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_CENTRAL=y
|
|
CONFIG_BT_GATT_CLIENT=y
|
|
CONFIG_BT_L2CAP_TX_MTU=252
|
|
CONFIG_BT_BUF_ACL_RX_SIZE=256
|
|
CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=n
|
|
|
|
# MicroPython config
|
|
CONFIG_MICROPY_HEAP_SIZE=131072
|