Contiki-NG
Loading...
Searching...
No Matches

Files

file  board.h
 Header file with definitions related to the I/O connections on the TI SmartRF06 Evaluation Board with a CC26xxEM.
 
#define CCFG_CONF_BL_PIN_NUMBER   BOARD_IOID_KEY_SELECT
 ROM bootloader configuration.
 
#define BOARD_BUTTON_HAL_INDEX_KEY_LEFT   0x00
 Board indices for the button HAL.
 

Detailed Description

Defines related to the SmartRF06 Evaluation Board with a CC26xxEM

This file provides connectivity information on LEDs, Buttons, UART and other peripherals

This file can be used as the basis to configure other boards using the CC13xx/CC26xx code as their basis.

This file is not meant to be modified by the user.

Macro Definition Documentation

◆ BOARD_BUTTON_HAL_INDEX_KEY_LEFT

#define BOARD_BUTTON_HAL_INDEX_KEY_LEFT   0x00

Board indices for the button HAL.

Those values are not meant to be modified by the user

Definition at line 232 of file board.h.

◆ CCFG_CONF_BL_PIN_NUMBER

#define CCFG_CONF_BL_PIN_NUMBER   BOARD_IOID_KEY_SELECT

ROM bootloader configuration.

Change CCFG_CONF_BL_PIN_NUMBER to BOARD_IOID_KEY_xyz to select which button triggers the bootloader on reset. Use CCFG_CONF_BL_LEVEL to control the pin level that enables the bootloader (0: low, 1: high). It is also possible to use any other externally-controlled DIO.

Definition at line 222 of file board.h.