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:
parent
09fb996c70
commit
f7705af136
16 changed files with 330 additions and 1 deletions
16
boards/arm/stm32_min_dev/board.h
Normal file
16
boards/arm/stm32_min_dev/board.h
Normal 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 */
|
Loading…
Add table
Add a link
Reference in a new issue