aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/MIKROE_CLICKER2_STM32/board.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-12-02 14:56:34 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-12-02 14:56:34 +0000
commit7fb3c807170fe737294d521ad1c8654b6e069c49 (patch)
tree6a465b372e10a57d2c9d645ef8f7fcb6ff038598 /os/hal/boards/MIKROE_CLICKER2_STM32/board.h
parentafbc92a7f789d0f1a747341a37c0e6f881f36085 (diff)
downloadChibiOS-7fb3c807170fe737294d521ad1c8654b6e069c49.tar.gz
ChibiOS-7fb3c807170fe737294d521ad1c8654b6e069c49.tar.bz2
ChibiOS-7fb3c807170fe737294d521ad1c8654b6e069c49.zip
Added command line board files generation tool. Regenerated all board files automatically.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11104 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/MIKROE_CLICKER2_STM32/board.h')
-rw-r--r--os/hal/boards/MIKROE_CLICKER2_STM32/board.h25
1 files changed, 20 insertions, 5 deletions
diff --git a/os/hal/boards/MIKROE_CLICKER2_STM32/board.h b/os/hal/boards/MIKROE_CLICKER2_STM32/board.h
index 97144c58f..a663e2c77 100644
--- a/os/hal/boards/MIKROE_CLICKER2_STM32/board.h
+++ b/os/hal/boards/MIKROE_CLICKER2_STM32/board.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2017 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -22,6 +22,10 @@
#ifndef BOARD_H
#define BOARD_H
+/*===========================================================================*/
+/* Driver constants. */
+/*===========================================================================*/
+
/*
* Setup for Mikroe Clicker 2 for STM32 board.
*/
@@ -222,24 +226,20 @@
#define LINE_OTG_FS_DP PAL_LINE(GPIOA, 12U)
#define LINE_SWDIO PAL_LINE(GPIOA, 13U)
#define LINE_SWCLK PAL_LINE(GPIOA, 14U)
-
#define LINE_I2C2_SCL PAL_LINE(GPIOB, 10U)
#define LINE_I2C2_SDA PAL_LINE(GPIOB, 11U)
#define LINE_SPI2_SCK PAL_LINE(GPIOB, 13U)
#define LINE_SPI2_MISO PAL_LINE(GPIOB, 14U)
#define LINE_SPI2_MOSI PAL_LINE(GPIOB, 15U)
-
#define LINE_I2C3_SDA PAL_LINE(GPIOC, 9U)
#define LINE_SPI3_SCK PAL_LINE(GPIOC, 10U)
#define LINE_SPI3_MISO PAL_LINE(GPIOC, 11U)
#define LINE_SPI3_MOSI PAL_LINE(GPIOC, 12U)
-
#define LINE_USART2_TX PAL_LINE(GPIOD, 5U)
#define LINE_USART2_RX PAL_LINE(GPIOD, 6U)
#define LINE_USART3_TX PAL_LINE(GPIOD, 8U)
#define LINE_USART3_RX PAL_LINE(GPIOD, 9U)
#define LINE_MB2_PWM PAL_LINE(GPIOD, 12U)
-
#define LINE_BUTTON1 PAL_LINE(GPIOE, 0U)
#define LINE_MB1_RST PAL_LINE(GPIOE, 7U)
#define LINE_MB1_CS PAL_LINE(GPIOE, 8U)
@@ -251,9 +251,21 @@
#define LINE_MB2_INT PAL_LINE(GPIOE, 14U)
#define LINE_LED2 PAL_LINE(GPIOE, 15U)
+/*===========================================================================*/
+/* Driver pre-compile time settings. */
+/*===========================================================================*/
+/*===========================================================================*/
+/* Derived constants and error checks. */
+/*===========================================================================*/
+/*===========================================================================*/
+/* Driver data structures and types. */
+/*===========================================================================*/
+/*===========================================================================*/
+/* Driver macros. */
+/*===========================================================================*/
/*
* I/O ports initial setup, this configuration is established soon after reset
@@ -1330,6 +1342,9 @@
PIN_AFIO_AF(GPIOI_PIN14, 0U) | \
PIN_AFIO_AF(GPIOI_PIN15, 0U))
+/*===========================================================================*/
+/* External declarations. */
+/*===========================================================================*/
#if !defined(_FROM_ASM_)
#ifdef __cplusplus