stm32l4: add stm32l412 support with adc,i2c,spi,usb
Signed-off-by: Matt Baker <baker.matt.j@gmail.com>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
typedef volatile uint32_t epmword_t;
|
||||
#define WSIZE 2
|
||||
#define USBx_IRQn USB_LP_IRQn
|
||||
#elif CONFIG_MACH_STM32F0
|
||||
#elif CONFIG_MACH_STM32F0 || CONFIG_MACH_STM32L4
|
||||
// Transfer memory is accessed with 16bits and contains 16bits of data
|
||||
typedef volatile uint16_t epmword_t;
|
||||
#define WSIZE 2
|
||||
|
||||
Reference in New Issue
Block a user