Skip to content

Commit

Permalink
configs/*/include; Remove prototype of xyz_boardinitialize() from boa…
Browse files Browse the repository at this point in the history
…rd.h files. The authorative prototype is in arch/arm/src/xyz/xyz_start.h
  • Loading branch information
gregory-nutt committed Dec 17, 2017
1 parent 0f10f6b commit a1e2506
Show file tree
Hide file tree
Showing 56 changed files with 0 additions and 1,662 deletions.
35 changes: 0 additions & 35 deletions configs/arduino-due/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -224,39 +224,4 @@
GPIO_PIN8 | GPIO_CFG_PULLUP)
#endif

/************************************************************************************
* Public Data
************************************************************************************/

#ifndef __ASSEMBLY__

#undef EXTERN
#if defined(__cplusplus)
#define EXTERN extern "C"
extern "C" {
#else
#define EXTERN extern
#endif

/************************************************************************************
* Public Function Prototypes
************************************************************************************/
/************************************************************************************
* Name: sam_boardinitialize
*
* Description:
* All SAM3X architectures must provide the following entry point. This entry point
* is called early in the intitialization -- after all memory has been configured
* and mapped but before any devices have been initialized.
*
************************************************************************************/

void sam_boardinitialize(void);

#undef EXTERN
#if defined(__cplusplus)
}
#endif

#endif /* __ASSEMBLY__ */
#endif /* __CONFIGS_ARDUINO_DUE_INCLUDE_BOARD_H */
40 changes: 0 additions & 40 deletions configs/avr32dev1/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,45 +160,5 @@
#define BUTTON1 1 /* Bit 0: Button 1 */
#define BUTTON2 2 /* Bit 1: Button 2 */

/************************************************************************************
* Public Types
************************************************************************************/

#ifndef __ASSEMBLY__

/************************************************************************************
* Public Data
************************************************************************************/

#undef EXTERN
#if defined(__cplusplus)
#define EXTERN extern "C"
extern "C"
{
#else
#define EXTERN extern
#endif

/************************************************************************************
* Public Function Prototypes
************************************************************************************/
/************************************************************************************
* Name: avr32_boardinitialize
*
* Description:
* All AVR32 architectures must provide the following entry point. This entry point
* is called early in the intitialization -- after all memory has been configured
* and mapped but before any devices have been initialized.
*
************************************************************************************/

void avr32_boardinitialize(void);

#undef EXTERN
#if defined(__cplusplus)
}
#endif

#endif /* __ASSEMBLY__ */
#endif /* __CONFIGS_AVR32DEV1_INCLUDE_BOARD_H */

41 changes: 0 additions & 41 deletions configs/bambino-200e/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -315,45 +315,4 @@
#define GPIO_ENET_RESET (GPIO_MODE_OUTPUT | GPIO_VALUE_ONE | GPIO_PORT0 | GPIO_PIN4)
#define PINCONF_ENET_MDC PINCONF_ENET_MDC_3

/****************************************************************************
* Public Types
****************************************************************************/

#ifndef __ASSEMBLY__

/****************************************************************************
* Public Data
****************************************************************************/

#undef EXTERN
#if defined(__cplusplus)
#define EXTERN extern "C"
extern "C"
{
#else
#define EXTERN extern
#endif

/****************************************************************************
* Public Function Prototypes
****************************************************************************/

/****************************************************************************
* Name: lpc43_boardinitialize
*
* Description:
* All LPC43xx architectures must provide the following entry point. This entry point
* is called early in the intitialization -- after all memory has been configured
* and mapped but before any devices have been initialized.
*
****************************************************************************/

void lpc43_boardinitialize(void);

#undef EXTERN
#if defined(__cplusplus)
}
#endif

#endif /* __ASSEMBLY__ */
#endif /* __CONFIG_BAMBINO_200E_INCLUDE_BOARD_H */
19 changes: 0 additions & 19 deletions configs/cc3200-launchpad/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,23 +174,4 @@
#define BUTTON_SW2_BIT (1 << BUTTON_SW2)
#define BUTTON_SW3_BIT (1 << BUTTON_SW3)

/************************************************************************************
* Public Function Prototypes
************************************************************************************/

#ifndef __ASSEMBLY__

/************************************************************************************
* Name: tiva_boardinitialize
*
* Description:
* All Tiva architectures must provide the following entry point. This entry
* point is called early in the initialization -- after all memory has been
* configured and mapped but before any devices have been initialized.
*
************************************************************************************/

void tiva_boardinitialize(void);

#endif /* __ASSEMBLY__ */
#endif /* __CONFIGS_CC3200_LAUNCHPAD_INCLUDE_BOARD_H */
35 changes: 0 additions & 35 deletions configs/demo9s12ne64/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,39 +90,4 @@

/* Button definitions ***************************************************************/

/************************************************************************************
* Public Data
************************************************************************************/

#ifndef __ASSEMBLY__

#undef EXTERN
#if defined(__cplusplus)
#define EXTERN extern "C"
extern "C" {
#else
#define EXTERN extern
#endif

/************************************************************************************
* Public Function Prototypes
************************************************************************************/
/************************************************************************************
* Name: hcs12_boardinitialize
*
* Description:
* All HCS12 architectures must provide the following entry point. This entry point
* is called early in the intitialization -- after all memory has been configured
* and mapped but before any devices have been initialized.
*
************************************************************************************/

void hcs12_boardinitialize(void);

#undef EXTERN
#if defined(__cplusplus)
}
#endif

#endif /* __ASSEMBLY__ */
#endif /* __ARCH_BOARD_BOARD_H */
12 changes: 0 additions & 12 deletions configs/dk-tm4c129x/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -249,18 +249,6 @@

#ifndef __ASSEMBLY__

/************************************************************************************
* Name: tiva_boardinitialize
*
* Description:
* All Tiva architectures must provide the following entry point. This entry
* point is called early in the initialization -- after all memory has been
* configured and mapped but before any devices have been initialized.
*
************************************************************************************/

void tiva_boardinitialize(void);

/************************************************************************************
* Name: tiva_tmp100_initialize
*
Expand Down
36 changes: 0 additions & 36 deletions configs/ea3131/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,40 +113,4 @@

/* Button definitions ***************************************************************/

/************************************************************************************
* Public Data
************************************************************************************/

#ifndef __ASSEMBLY__

#undef EXTERN
#if defined(__cplusplus)
#define EXTERN extern "C"
extern "C"
{
#else
#define EXTERN extern
#endif

/************************************************************************************
* Public Function Prototypes
************************************************************************************/
/************************************************************************************
* Name: lpc31_boardinitialize
*
* Description:
* All LPC31XX architectures must provide the following entry point. This entry
* point is called early in the intitialization -- after all memory has been
* configured and mapped but before any devices have been initialized.
*
************************************************************************************/

void lpc31_boardinitialize(void);

#undef EXTERN
#if defined(__cplusplus)
}
#endif

#endif /* __ASSEMBLY__ */
#endif /* __ARCH_BOARD_BOARD_H */
35 changes: 0 additions & 35 deletions configs/ea3152/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,39 +113,4 @@

/* Button definitions ***************************************************************/

/************************************************************************************
* Public Data
************************************************************************************/

#ifndef __ASSEMBLY__

#undef EXTERN
#if defined(__cplusplus)
#define EXTERN extern "C"
extern "C" {
#else
#define EXTERN extern
#endif

/************************************************************************************
* Public Function Prototypes
************************************************************************************/
/************************************************************************************
* Name: lpc31_boardinitialize
*
* Description:
* All LPC31XX architectures must provide the following entry point. This entry
* point is called early in the intitialization -- after all memory has been
* configured and mapped but before any devices have been initialized.
*
************************************************************************************/

void lpc31_boardinitialize(void);

#undef EXTERN
#if defined(__cplusplus)
}
#endif

#endif /* __ASSEMBLY__ */
#endif /* __ARCH_BOARD_BOARD_H */
19 changes: 0 additions & 19 deletions configs/eagle100/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,23 +105,4 @@
#define LED_ASSERTION 6 /* ON OFF */
#define LED_PANIC 7 /* ON OFF */

/************************************************************************************
* Public Function Prototypes
************************************************************************************/

#ifndef __ASSEMBLY__

/************************************************************************************
* Name: tiva_boardinitialize
*
* Description:
* All Stellaris architectures must provide the following entry point. This entry
* point is called early in the intitialization -- after all memory has been
* configured and mapped but before any devices have been initialized.
*
************************************************************************************/

void tiva_boardinitialize(void);

#endif /* __ASSEMBLY__ */
#endif /* __ARCH_BOARD_BOARD_H */
19 changes: 0 additions & 19 deletions configs/ekk-lm3s9b96/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,23 +106,4 @@
#define LED_ASSERTION 6 /* ON OFF */
#define LED_PANIC 7 /* ON OFF */

/************************************************************************************
* Public Function Prototypes
************************************************************************************/

#ifndef __ASSEMBLY__

/************************************************************************************
* Name: tiva_boardinitialize
*
* Description:
* All Stellaris architectures must provide the following entry point. This entry
* point is called early in the intitialization -- after all memory has been
* configured and mapped but before any devices have been initialized.
*
************************************************************************************/

void tiva_boardinitialize(void);

#endif /* __ASSEMBLY__ */
#endif /* __ARCH_BOARD_BOARD_H */
37 changes: 0 additions & 37 deletions configs/freedom-k64f/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,41 +255,4 @@
#define PIN_UART3_RX PIN_UART3_RX_2
#define PIN_UART3_TX PIN_UART3_TX_2

/************************************************************************************
* Public Data
************************************************************************************/

#ifndef __ASSEMBLY__

#undef EXTERN
#if defined(__cplusplus)
#define EXTERN extern "C"
extern "C"
{
#else
#define EXTERN extern
#endif

/************************************************************************************
* Public Function Prototypes
************************************************************************************/

/************************************************************************************
* Name: kinetis_boardinitialize
*
* Description:
* All STM32 architectures must provide the following entry point. This entry point
* is called early in the intitialization -- after all memory has been configured
* and mapped but before any devices have been initialized.
*
************************************************************************************/

void kinetis_boardinitialize(void);

#undef EXTERN
#if defined(__cplusplus)
}
#endif

#endif /* __ASSEMBLY__ */
#endif /* __CONFIG_FREEDOM_K64F_INCLUDE_BOARD_H */
Loading

0 comments on commit a1e2506

Please sign in to comment.