Merge pull request #4433 from aeneby/openmote-cca

Update OpenMote board header file to define UPDATE_CCA
pr/gpio
Martine Lenders 7 years ago
commit dc16cb188a

@ -71,6 +71,19 @@
#define XTIMER_ISR_BACKOFF (40)
/** @} */
/**
* @name Flash Customer Configuration Area (CCA) parameters
* @{
*/
#ifndef UPDATE_CCA
#define UPDATE_CCA (1)
#endif
#define CCA_BACKDOOR_ENABLE (1)
#define CCA_BACKDOOR_PORT_A_PIN (6) /**< ON/SLEEP Pin */
#define CCA_BACKDOOR_ACTIVE_LEVEL (0) /**< Active low */
/** @} */
/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/

Loading…
Cancel
Save