Energy Micro IEC60355 Library Example Project 1.0 (internal use only!) GCC-Version
Example project demonstrating POST and BIST library functions

CONF

Defines

#define USE_SEMIHOSTING   0
#define USE_CMSIS_NVIC   1
#define DEBUG_WARNING   0
#define DEBUG_IDLE_TIME   1
#define STACKSIZE   (2*1024)
#define PRIVILEGED_VAR   __attribute__ ((section (".data.privileged")))
#define REVISION   SVN_REVISION_NUMBER
#define LIB_REVISION   LIB_REVISION_NUMBER

Define Documentation

#define DEBUG_IDLE_TIME   1

switch on/off debug code for idle time, "0" to deactivate

Definition at line 45 of file config.h.

#define DEBUG_WARNING   0

switch on/off debug code detection, "0" to deactivate

Definition at line 44 of file config.h.

#define LIB_REVISION   LIB_REVISION_NUMBER

Definition at line 52 of file config.h.

#define PRIVILEGED_VAR   __attribute__ ((section (".data.privileged")))

Definition at line 49 of file config.h.

#define REVISION   SVN_REVISION_NUMBER

Definition at line 51 of file config.h.

#define STACKSIZE   (2*1024)

compiler specific

Definition at line 48 of file config.h.

#define USE_CMSIS_NVIC   1

Use the CMSIS defined functions for NVIC processing

Definition at line 43 of file config.h.

#define USE_SEMIHOSTING   0

debugging switch on/off SWV feature, "0" to deactivate

Definition at line 42 of file config.h.