EmbeddedEtcher
ossettings.h File Reference

File where all settings take place. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MAX_MESSAGE_SIZE   255
 
#define MAX_LEVEL_INT_NESTING   3
 
#define SYS_TICK_MS   100
 
#define SYS_TICK_PERIOD_MS   SYS_TICK_MS
 
#define MS_2_TICKS(MS)   (MS/SYS_TICK_MS)
 
#define MAX_SIZE_TASK_NAME   20
 
#define MAX_NUMBER_OF_TASKS   4
 
#define HEAP_SIZE   4
 
#define ALIVE_PULSE_LENGTH   MS_2_TICKS(200)
 
#define CONVERT_NEWLINE
 
#define STD_STRING_BUFFER_SIZE   128
 
#define DEBUG_MODE   1
 

Detailed Description

File where all settings take place.

Author
Maximilian Stiefel
Date
8 Jan 2018