boards: arm: Add support for STM32 Minimum Development Board

Add configuration, documentation, pinmux, fixup and dts support for
STM32F103x8 based Minimum System Development board.

Signed-off-by: Siddharth Chandrasekaran <siddharth@embedjournal.com>
This commit is contained in:
Siddharth Chandrasekaran 2017-05-21 18:22:30 +05:30 committed by Kumar Gala
commit f7705af136
16 changed files with 330 additions and 1 deletions

View file

@ -0,0 +1,16 @@
/*
* Copyright (c) 2017, embedjournal.com
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __INC_BOARD_H
#define __INC_BOARD_H
#include <soc.h>
/* On board LED */
#define LED0_GPIO_PORT "GPIOB"
#define LED0_GPIO_PIN 12
#endif /* __INC_BOARD_H */