Shared files and configuration for all Zolertia Re-Mote boards. More...
Shared files and configuration for all Zolertia Re-Mote boards.
Files | |
| file | board_common.h |
| Board specific definitions for the RE-Mote boards. | |
| file | cfg_adc_default.h |
| Common default ADC configuration for the RE-Mote board revision A. | |
| file | cfg_i2c_default.h |
| Common default I2C configuration for the RE-Mote board revision A. | |
| file | cfg_spi_default.h |
| Common default SPI configuration for the RE-Mote board revision A. | |
| file | cfg_uart_default.h |
| Common default UART configuration for the RE-Mote board revision A. | |
| file | fancy_leds.h |
| LED extended functions. | |
Functions | |
| void | board_init (void) |
| Initialize board specific hardware. | |
Macros for controlling the on-board RGB LEDs | |
| #define | LED_ALL_OFF |
| #define | LED_ALL_ON |
| #define | LED3_ON |
| #define | LED3_OFF |
| #define | LED3_TOGGLE |
| #define | LED4_ON |
| #define | LED4_OFF |
| #define | LED4_TOGGLE |
Flash Customer Configuration Area (CCA) parameters | |
| #define | UPDATE_CCA (1) |
| #define | CCA_BACKDOOR_ENABLE (1) |
| #define | CCA_BACKDOOR_PORT_A_PIN (3) |
| Select button. | |
| #define | CCA_BACKDOOR_ACTIVE_LEVEL (0) |
| Active low. | |
xtimer configuration | |
| #define | XTIMER_WIDTH (16) |
| #define | XTIMER_BACKOFF (50) |
| #define | XTIMER_ISR_BACKOFF (40) |
| #define LED3_OFF |
Definition at line 51 of file board_common.h.
| #define LED3_ON |
Definition at line 48 of file board_common.h.
| #define LED3_TOGGLE |
Definition at line 53 of file board_common.h.
| #define LED4_OFF |
Definition at line 60 of file board_common.h.
| #define LED4_ON |
Definition at line 57 of file board_common.h.
| #define LED4_TOGGLE |
Definition at line 62 of file board_common.h.
| #define LED_ALL_OFF |
Definition at line 39 of file board_common.h.
| #define LED_ALL_ON |
Definition at line 43 of file board_common.h.