Revision 1304b12b templates/alldconf.h

View differences:

templates/alldconf.h
19 19
#ifndef ALLDCONF_H
20 20
#define ALLDCONF_H
21 21

  
22
/*
23
 * compatibility guards
24
 */
25 22
#define _AMIRO_LLD_CFG_
26 23
#define AMIRO_LLD_CFG_VERSION_MAJOR         1
27
#define AMIRO_LLD_CFG_VERSION_MINOR         0
24
#define AMIRO_LLD_CFG_VERSION_MINOR         1
28 25

  
29 26
/**
30 27
 * @brief   Width of the apalTime_t data type.
......
32 29
 * @details Possible values are 8, 16, 32, and 64 bits.
33 30
 *          By definition time is represented ot a microsecond precision.
34 31
 */
35
#define AMIROLLD_CFG_TIME_SIZE          32
32
#define AMIROLLD_CFG_TIME_SIZE                  32
33

  
34
/**
35
 * @brief   Flag to enable/disable DBG API.
36
 */
37
#define AMIROLLD_CFG_DBG                        true
38

  
39
/**
40
 * @brief   Flag to enable/disable GPIO API.
41
 */
42
#define AMIROLLD_CFG_GPIO                       true
43

  
44
/**
45
 * @brief   Flag to enable/disable PWM API.
46
 */
47
#define AMIROLLD_CFG_PWM                        true
48

  
49
/**
50
 * @brief   Flag to enable/disable QEI API.
51
 */
52
#define AMIROLLD_CFG_QEI                        true
53

  
54
/**
55
 * @brief   Flag to enable/disable I2C API.
56
 */
57
#define AMIROLLD_CFG_I2C                        true
58

  
59
/**
60
 * @brief   Flag to enable/disable SPI API.
61
 */
62
#define AMIROLLD_CFG_SPI                        true
63

  
64
/**
65
 * @brief   Hook macro to insert a custom header to periphAL.h file.
66
 */
67
#define AMIROLLD_CFG_PERIPHAL_HEADER            <custom_periphAL.h>
36 68

  
37 69
#endif /* ALLDCONF_H */

Also available in: Unified diff