5ea85b7a85
OCOTP_Init() has been removed from mphalport.c. The library files are missing for the MIMXRT1015, and for just reading the OCOTP the Init is not required.
10 lines
230 B
Makefile
10 lines
230 B
Makefile
MCU_SERIES = MIMXRT1015
|
|
MCU_VARIANT = MIMXRT1015DAF5A
|
|
|
|
MICROPY_FLOAT_IMPL = single
|
|
MICROPY_PY_MACHINE_SDCARD = 0
|
|
MICROPY_HW_FLASH_TYPE ?= qspi_nor
|
|
MICROPY_HW_FLASH_SIZE ?= 0x1000000 # 16MB
|
|
|
|
MICROPY_BOOT_BUFFER_SIZE = (32 * 1024)
|