Revision 4c72a54c modules/NUCLEO-F103RB/board.h

View differences:

modules/NUCLEO-F103RB/board.h
19 19
#ifndef BOARD_H
20 20
#define BOARD_H
21 21

  
22
/*===========================================================================*/
23
/* Driver constants.                                                         */
24
/*===========================================================================*/
25

  
22 26
/*
23 27
 * Setup for the ST NUCLEO64-F103RB board.
24 28
 */
......
51 55
#define STM32F103xB
52 56

  
53 57
/*
58
 * Identifiers for optional peripherals.
59
 */
60
#define BOARD_DW1000_CONNECTED      false
61

  
62
/*
54 63
 * IO pins assignments.
55 64
 */
56 65
#define GPIOA_ARD_A0                0U
......
211 220
#define LINE_OSC_IN                 PAL_LINE(GPIOD, GPIOH_OSC_IN)
212 221
#define LINE_OSC_OUT                PAL_LINE(GPIOD, GPIOH_OSC_OUT)
213 222

  
223
/*===========================================================================*/
224
/* Driver pre-compile time settings.                                         */
225
/*===========================================================================*/
226

  
227
/*===========================================================================*/
228
/* Derived constants and error checks.                                       */
229
/*===========================================================================*/
230

  
231
/*===========================================================================*/
232
/* Driver data structures and types.                                         */
233
/*===========================================================================*/
234

  
235
/*===========================================================================*/
236
/* Driver macros.                                                            */
237
/*===========================================================================*/
214 238

  
215 239
/*
216 240
 * I/O ports initial setup, this configuration is established soon after reset
......
295 319
 */
296 320
#define usb_lld_disconnect_bus(usbp)
297 321

  
322
/*===========================================================================*/
323
/* External declarations.                                                    */
324
/*===========================================================================*/
325

  
298 326
#if !defined(_FROM_ASM_)
299 327
#ifdef __cplusplus
300 328
extern "C" {

Also available in: Unified diff