Loading...
Searching...
No Matches
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

◆ CCA_BACKDOOR_ACTIVE_LEVEL

#define CCA_BACKDOOR_ACTIVE_LEVEL   (0)

Active low.

Definition at line 75 of file board_common.h.

◆ CCA_BACKDOOR_ENABLE

#define CCA_BACKDOOR_ENABLE   (1)

Definition at line 73 of file board_common.h.

◆ CCA_BACKDOOR_PORT_A_PIN

#define CCA_BACKDOOR_PORT_A_PIN   (3)

Select button.

Definition at line 74 of file board_common.h.

◆ LED3_OFF

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

Definition at line 51 of file board_common.h.

◆ LED3_ON

#define LED3_ON
Value:
LED0_ON; \
#define LED1_ON
Switch on TX LED yellow.
Definition board.h:48
#define LED2_OFF
Switch off RX LED yellow.
Definition board.h:53

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:50

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:
LED0_ON
#define LED2_ON
Switch on RX LED yellow.
Definition board.h:52

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:54

Definition at line 62 of file board_common.h.

◆ LED_ALL_OFF

#define LED_ALL_OFF
Value:
LED0_OFF; \

Definition at line 39 of file board_common.h.

◆ LED_ALL_ON

#define LED_ALL_ON
Value:
LED0_ON; \

Definition at line 43 of file board_common.h.

◆ UPDATE_CCA

#define UPDATE_CCA   (1)

Definition at line 71 of file board_common.h.

◆ XTIMER_BACKOFF

#define XTIMER_BACKOFF   (50)

Definition at line 83 of file board_common.h.

◆ XTIMER_ISR_BACKOFF

#define XTIMER_ISR_BACKOFF   (40)

Definition at line 84 of file board_common.h.

◆ XTIMER_WIDTH

#define XTIMER_WIDTH   (16)

Definition at line 82 of file board_common.h.