Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions boards/6lowpan-clicker/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ extern "C" {
#define BTN1_MODE GPIO_IN
/** @} */

/**
* @brief Board level initialization
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/acd52832/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ extern "C" {
#define BTN0_MODE GPIO_IN_PU
/** @} */

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/adafruit-itsybitsy-m4/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ extern mtd_dev_t *mtd0;
#define XTIMER_HZ (1000000ul)
/** @} */

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/arduino-nano-33-iot/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ extern "C" {
#define LED0_NAME "LED(Yellow)"
/** @} */

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/atmega1284p/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ extern "C" {
#define XTIMER_BACKOFF (40)
/** @} */

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/atmega256rfr2-xpro/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ extern "C" {
#define BTN0_MODE GPIO_IN_PU
/** @} */

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/atmega328p/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ extern "C" {
#define XTIMER_BACKOFF (40)
/** @} */

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/avr-rss2/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,6 @@ extern "C" {
#define BTN0_MODE GPIO_IN
/** @} */

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/b-l072z-lrwan1/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ extern "C" {
*/
#define BTN_B1_PIN GPIO_PIN(PORT_B, 2)

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/b-l475e-iot01a/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ extern "C" {
#define LSM6DSL_PARAM_ADDR (0x6A)
/** @} */

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/bluepill-stm32f030c8/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ extern "C" {
#define LED0_TOGGLE (LED0_PORT->ODR ^= LED0_MASK)
/** @} */

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/cc1312-launchpad/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ extern "C" {
#define LED1_TOGGLE gpio_toggle(LED1_PIN)
/** @} */

/**
* @brief Initialize board specific hardware
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/cc1350-launchpad/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ extern "C" {
#define LED1_TOGGLE gpio_toggle(LED1_PIN)
/** @} */

/**
* @brief Initialize board specific hardware
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/cc1352-launchpad/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ extern "C" {
#define LED1_TOGGLE gpio_toggle(LED1_PIN)
/** @} */

/**
* @brief Initialize board specific hardware
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/cc1352p-launchpad/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ extern "C" {
#define LED1_TOGGLE gpio_toggle(LED1_PIN)
/** @} */

/**
* @brief Initialize board specific hardware
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/cc2538dk/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ extern "C" {
#define XTIMER_ISR_BACKOFF (40)
/** @} */

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
void board_init(void);

#ifdef __cplusplus
} /* end extern "C" */
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/cc2650-launchpad/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ extern "C" {
#define LED1_TOGGLE gpio_toggle(LED1_PIN)
/** @} */

/**
* @brief Initialize board specific hardware
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/cc2650stk/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ extern "C" {
#define LED1_TOGGLE gpio_toggle(LED1_PIN)
/** @} */

/**
* @brief Initialize board specific hardware, including clock, LEDs, and std-IO
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/common/arduino-atmega/include/board_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,6 @@ extern "C" {
#endif
/** @} */

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/common/arduino-due/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ extern "C" {
#endif
/** @} */

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/common/arduino-mkr/include/board_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
extern "C" {
#endif

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/common/arduino-zero/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ extern "C" {
#define LED0_TOGGLE (LED_PORT.OUTTGL.reg = LED0_MASK)
/** @} */

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/common/blxxxpill/include/board_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ extern "C" {
#define LED0_TOGGLE (LED0_PORT->ODR ^= LED0_MASK) /**< Toggle LED0 */
/** @} */

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
void board_init(void);

/**
* @brief Use the 2nd UART for STDIO on this board
*/
Expand Down
5 changes: 0 additions & 5 deletions boards/common/iotlab/include/board_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ extern "C" {
#define LED2_TOGGLE (GPIOC->ODR ^= LED2_MASK)
/** @} */

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/common/nrf51/include/board_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ extern "C" {
#define XTIMER_BACKOFF (40)
/** @} */

/**
* @brief Initialize the platform
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/common/nrf52/include/board_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@
extern "C" {
#endif

/**
* @brief Initialize the platform
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/common/nucleo/include/board_nucleo.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ extern "C" {
*/
void board_common_nucleo_init(void);

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/common/remote/include/board_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@
#define XTIMER_ISR_BACKOFF (40)
/** @} */

/**
* @brief Initialize board specific hardware
*/
void board_init(void);

#ifdef __cplusplus
} /* end extern "C" */
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/common/saml1x/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ extern "C" {
#define XTIMER_BACKOFF (40)
/** @} */

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/common/slwstk6000b/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@ extern "C" {
#define SI70XX_PARAM_I2C_DEV SI7021_I2C
/** @} */

/**
* @brief Initialize the board (GPIO, sensors, clocks).
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/common/sodaq/include/board_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ extern "C" {
#define XTIMER_CHAN (0)
/** @} */

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/common/weact-f4x1cx/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ extern mtd_dev_t *mtd0;
#define MTD_0 mtd0
/** @} */

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
5 changes: 0 additions & 5 deletions boards/derfmega128/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ extern "C" {

/** @} */

/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
void board_init(void);

#ifdef __cplusplus
}
#endif
Expand Down
Loading