fae96b17a7
This commit adds support for a new processor RA6M5. It also adds the following classes to the machine module: PWM, DAC, SDCard. Signed-off-by: mbedNoobNinja <novoltage@gmail.com>
13 lines
284 B
Makefile
13 lines
284 B
Makefile
CMSIS_MCU = RA4M1
|
|
MCU_SERIES = m4
|
|
LD_FILES = boards/EK_RA4M1/ra4m1_ek.ld
|
|
|
|
# MicroPython settings
|
|
MICROPY_VFS_FAT = 1
|
|
USE_FSP_LPM = 0
|
|
|
|
CFLAGS+=-DDEFAULT_DBG_CH=0
|
|
|
|
# Don't include default frozen modules because MCU is tight on flash space
|
|
FROZEN_MANIFEST ?= boards/EK_RA4M1/manifest.py
|