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>
9 lines
145 B
Makefile
9 lines
145 B
Makefile
CMSIS_MCU = RA4W1
|
|
MCU_SERIES = m4
|
|
LD_FILES = boards/EK_RA4W1/ra4w1_ek.ld
|
|
|
|
# MicroPython settings
|
|
MICROPY_VFS_FAT = 1
|
|
|
|
CFLAGS+=-DDEFAULT_DBG_CH=0
|