blob: 7a8b0e0b3d4afd3101951232cc67647159157d0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
set(IDF_TARGET esp32c2)
set(SDKCONFIG_DEFAULTS
boards/sdkconfig.base
boards/sdkconfig.ble
boards/sdkconfig.c2
# C2 has unusably low free RAM without these optimisations
boards/sdkconfig.free_ram
)
set(MICROPY_SOURCE_BOARD
${MICROPY_BOARD_DIR}/board_init.c
)
|