Zolertia Re-Mote common

Shared files and configuration for all Zolertia Re-Mote boards. More...

Detailed Description

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.
 

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)
 

Macro Definition Documentation

◆ LED3_OFF

#define LED3_OFF
Value:
LED0_OFF
#define LED1_OFF
Switch off TX LED yellow.
Definition: board.h:50

Definition at line 51 of file board_common.h.

◆ LED3_ON

#define LED3_ON
Value:
LED0_ON; \
LED1_ON
#define LED2_OFF
Switch off RX LED yellow.
Definition: board.h:54

Definition at line 48 of file board_common.h.

◆ LED3_TOGGLE

#define LED3_TOGGLE
Value:
LED0_TOGGLE
#define LED1_TOGGLE
Toggle TX LED yellow.
Definition: board.h:51

Definition at line 53 of file board_common.h.

◆ LED4_OFF

#define LED4_OFF
Value:
LED0_OFF

Definition at line 60 of file board_common.h.

◆ LED4_ON

#define LED4_ON
Value:
LED2_ON; \
LED0_ON

Definition at line 57 of file board_common.h.

◆ LED4_TOGGLE

#define LED4_TOGGLE
Value:
LED0_TOGGLE
#define LED2_TOGGLE
Toggle User RX LED yellow.
Definition: board.h:55

Definition at line 62 of file board_common.h.

◆ LED_ALL_OFF

#define LED_ALL_OFF
Value:
LED0_OFF; \
LED1_OFF; \
LED2_OFF

Definition at line 39 of file board_common.h.

◆ LED_ALL_ON

#define LED_ALL_ON
Value:
LED0_ON; \
LED1_ON; \
LED2_ON

Definition at line 43 of file board_common.h.