mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-18 07:41:57 +00:00
Introduce configuration for STM32 MINI A15 embedded development board. The board has a STM32F103VET6 MCU on board. The MCU has 64KB of SRAM and 512KB of flash. The board has the following peripherals: - RS232 port on DB9 connector, connecting to USART1, pin mapping: - PA9-US1-TX - PA10-US1-RX - a LED diode (U2) connected to pin PB5 - micro SD card connector with pin mapping: - PC8-SDIO-D0 - PC9-SDIO-D1 - PC10-SDIO-D2 - PC11-SDIO-D3 - PC12-SDIO-CK - PD2-SDIO-CMD - on board SPI flash AT45DB161D-SU, pin mapping; - PA4-SPI1-NSS - PA5-SPI1-SCK - PA6-SPI1-MISO - PA7-SPI1-MOSI - button (K1), connecting PB15 to GND - 40-pin header connector XS5 Change-Id: Ia378b105abb25fb589a100185ea96512a5f98cf3 Origin: Original Signed-off-by: Maciej Borzecki <maciek.borzecki@gmail.com>
6 lines
120 B
Makefile
6 lines
120 B
Makefile
ccflags-y += -I$(srctree)/include/drivers
|
|
ccflags-y += -I$(srctree)/drivers
|
|
asflags-y := ${ccflags-y}
|
|
|
|
obj-y += board.o
|