Revision 7da800ab
modules/DiWheelDrive_1-1/aosconf.h | ||
---|---|---|
32 | 32 |
* compatibility guards |
33 | 33 |
*/ |
34 | 34 |
#define _AMIRO_OS_CFG_ |
35 |
#define _AMIRO_OS_CFG_VERSION_MAJOR_ 2
|
|
36 |
#define _AMIRO_OS_CFG_VERSION_MINOR_ 0
|
|
35 |
#define AMIRO_OS_CFG_VERSION_MAJOR 2
|
|
36 |
#define AMIRO_OS_CFG_VERSION_MINOR 0
|
|
37 | 37 |
|
38 | 38 |
#include <stdbool.h> |
39 | 39 |
|
modules/DiWheelDrive_1-1/chconf.h | ||
---|---|---|
29 | 29 |
#ifndef CHCONF_H |
30 | 30 |
#define CHCONF_H |
31 | 31 |
|
32 |
#define _CHIBIOS_RT_CONF_ |
|
33 |
#define _CHIBIOS_RT_CONF_VER_5_1_ |
|
34 |
|
|
35 | 32 |
#include <aosconf.h> |
36 | 33 |
|
37 | 34 |
/*===========================================================================*/ |
modules/LightRing_1-0/aosconf.h | ||
---|---|---|
17 | 17 |
*/ |
18 | 18 |
|
19 | 19 |
/** |
20 |
* @file
|
|
21 |
* @brief AMiRo-OS Configuration file for the LightRing v1.0 module.
|
|
20 |
* @file |
|
21 |
* @brief AMiRo-OS Configuration file for the DiWheelDrive v1.1 module.
|
|
22 | 22 |
* @details Contains the application specific AMiRo-OS settings. |
23 | 23 |
* |
24 | 24 |
* @addtogroup lightring_aos_config |
... | ... | |
32 | 32 |
* compatibility guards |
33 | 33 |
*/ |
34 | 34 |
#define _AMIRO_OS_CFG_ |
35 |
#define _AMIRO_OS_CFG_VERSION_MAJOR_ 2
|
|
36 |
#define _AMIRO_OS_CFG_VERSION_MINOR_ 0
|
|
35 |
#define AMIRO_OS_CFG_VERSION_MAJOR 2
|
|
36 |
#define AMIRO_OS_CFG_VERSION_MINOR 0
|
|
37 | 37 |
|
38 | 38 |
#include <stdbool.h> |
39 | 39 |
|
modules/LightRing_1-0/chconf.h | ||
---|---|---|
29 | 29 |
#ifndef CHCONF_H |
30 | 30 |
#define CHCONF_H |
31 | 31 |
|
32 |
#define _CHIBIOS_RT_CONF_ |
|
33 |
#define _CHIBIOS_RT_CONF_VER_5_1_ |
|
34 |
|
|
35 | 32 |
#include <aosconf.h> |
36 | 33 |
|
37 | 34 |
/*===========================================================================*/ |
modules/LightRing_1-0/module.h | ||
---|---|---|
16 | 16 |
along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 | 17 |
*/ |
18 | 18 |
|
19 |
/** |
|
20 |
* @file |
|
21 |
* @brief Structures and constant for the LightRing module. |
|
22 |
* |
|
23 |
* @addtogroup lightring_module |
|
24 |
* @{ |
|
25 |
*/ |
|
26 |
|
|
19 | 27 |
#ifndef AMIROOS_MODULE_H |
20 | 28 |
#define AMIROOS_MODULE_H |
21 | 29 |
|
... | ... | |
345 | 353 |
/** @} */ |
346 | 354 |
|
347 | 355 |
#endif /* AMIROOS_MODULE_H */ |
356 |
|
|
357 |
/** @} */ |
modules/NUCLEO-F103RB/aosconf.h | ||
---|---|---|
32 | 32 |
* compatibility guards |
33 | 33 |
*/ |
34 | 34 |
#define _AMIRO_OS_CFG_ |
35 |
#define _AMIRO_OS_CFG_VERSION_MAJOR_ 2
|
|
36 |
#define _AMIRO_OS_CFG_VERSION_MINOR_ 0
|
|
35 |
#define AMIRO_OS_CFG_VERSION_MAJOR 2
|
|
36 |
#define AMIRO_OS_CFG_VERSION_MINOR 0
|
|
37 | 37 |
|
38 | 38 |
#include <stdbool.h> |
39 | 39 |
|
modules/NUCLEO-F103RB/chconf.h | ||
---|---|---|
29 | 29 |
#ifndef CHCONF_H |
30 | 30 |
#define CHCONF_H |
31 | 31 |
|
32 |
#define _CHIBIOS_RT_CONF_ |
|
33 |
#define _CHIBIOS_RT_CONF_VER_5_1_ |
|
34 |
|
|
35 | 32 |
#include <aosconf.h> |
36 | 33 |
|
37 | 34 |
/*===========================================================================*/ |
modules/NUCLEO-F103RB/mcuconf.h | ||
---|---|---|
211 | 211 |
*/ |
212 | 212 |
#define STM32_WDG_USE_IWDG FALSE |
213 | 213 |
|
214 |
/* |
|
215 |
* QEI driver system settings. |
|
216 |
*/ |
|
217 |
#define STM32_QEI_USE_TIM1 FALSE |
|
218 |
#define STM32_QEI_USE_TIM2 FALSE |
|
219 |
#define STM32_QEI_USE_TIM3 FALSE |
|
220 |
#define STM32_QEI_USE_TIM4 FALSE |
|
221 |
#define STM32_QEI_USE_TIM5 FALSE |
|
222 |
#define STM32_QEI_USE_TIM8 FALSE |
|
223 |
|
|
214 | 224 |
#endif /* MCUCONF_H */ |
modules/PowerManagement_1-1/aosconf.h | ||
---|---|---|
32 | 32 |
* compatibility guards |
33 | 33 |
*/ |
34 | 34 |
#define _AMIRO_OS_CFG_ |
35 |
#define _AMIRO_OS_CFG_VERSION_MAJOR_ 2
|
|
36 |
#define _AMIRO_OS_CFG_VERSION_MINOR_ 0
|
|
35 |
#define AMIRO_OS_CFG_VERSION_MAJOR 2
|
|
36 |
#define AMIRO_OS_CFG_VERSION_MINOR 0
|
|
37 | 37 |
|
38 | 38 |
#include <stdbool.h> |
39 | 39 |
|
modules/PowerManagement_1-1/chconf.h | ||
---|---|---|
29 | 29 |
#ifndef CHCONF_H |
30 | 30 |
#define CHCONF_H |
31 | 31 |
|
32 |
#define _CHIBIOS_RT_CONF_ |
|
33 |
#define _CHIBIOS_RT_CONF_VER_5_1_ |
|
34 |
|
|
35 | 32 |
#include <aosconf.h> |
36 | 33 |
|
37 | 34 |
/*===========================================================================*/ |
modules/PowerManagement_1-1/halconf.h | ||
---|---|---|
17 | 17 |
*/ |
18 | 18 |
|
19 | 19 |
/** |
20 |
* @file
|
|
21 |
* @brief HAL configuration header for the PowerManagement v1.1 module.
|
|
20 |
* @file |
|
21 |
* @brief HAL configuration header for the DiWheelDrive v1.1 module.
|
|
22 | 22 |
* @details HAL configuration file, this file allows to enable or disable the |
23 | 23 |
* various device drivers from your application. You may also use |
24 | 24 |
* this file in order to override the device drivers default settings. |
modules/STM32F4Discovery/aosconf.h | ||
---|---|---|
32 | 32 |
* compatibility guards |
33 | 33 |
*/ |
34 | 34 |
#define _AMIRO_OS_CFG_ |
35 |
#define _AMIRO_OS_CFG_VERSION_MAJOR_ 2
|
|
36 |
#define _AMIRO_OS_CFG_VERSION_MINOR_ 0
|
|
35 |
#define AMIRO_OS_CFG_VERSION_MAJOR 2
|
|
36 |
#define AMIRO_OS_CFG_VERSION_MINOR 0
|
|
37 | 37 |
|
38 | 38 |
#include <stdbool.h> |
39 | 39 |
|
modules/STM32F4Discovery/chconf.h | ||
---|---|---|
29 | 29 |
#ifndef CHCONF_H |
30 | 30 |
#define CHCONF_H |
31 | 31 |
|
32 |
#define _CHIBIOS_RT_CONF_ |
|
33 |
#define _CHIBIOS_RT_CONF_VER_5_1_ |
|
34 |
|
|
35 | 32 |
#include <aosconf.h> |
36 | 33 |
|
37 | 34 |
/*===========================================================================*/ |
modules/STM32F4Discovery/mcuconf.h | ||
---|---|---|
339 | 339 |
*/ |
340 | 340 |
#define STM32_WDG_USE_IWDG FALSE |
341 | 341 |
|
342 |
/* |
|
343 |
* QEI driver system settings. |
|
344 |
*/ |
|
345 |
#define STM32_QEI_USE_TIM1 FALSE |
|
346 |
#define STM32_QEI_USE_TIM2 FALSE |
|
347 |
#define STM32_QEI_USE_TIM3 FALSE |
|
348 |
#define STM32_QEI_USE_TIM4 FALSE |
|
349 |
#define STM32_QEI_USE_TIM5 FALSE |
|
350 |
#define STM32_QEI_USE_TIM8 FALSE |
|
351 |
|
|
342 | 352 |
#endif /* MCUCONF_H */ |
modules/STM32L476RG-NUCLEO64/aosconf.h | ||
---|---|---|
32 | 32 |
* compatibility guards |
33 | 33 |
*/ |
34 | 34 |
#define _AMIRO_OS_CFG_ |
35 |
#define _AMIRO_OS_CFG_VERSION_MAJOR_ 2
|
|
36 |
#define _AMIRO_OS_CFG_VERSION_MINOR_ 0
|
|
35 |
#define AMIRO_OS_CFG_VERSION_MAJOR 2
|
|
36 |
#define AMIRO_OS_CFG_VERSION_MINOR 0
|
|
37 | 37 |
|
38 | 38 |
#include <stdbool.h> |
39 | 39 |
|
modules/STM32L476RG-NUCLEO64/chconf.h | ||
---|---|---|
29 | 29 |
#ifndef CHCONF_H |
30 | 30 |
#define CHCONF_H |
31 | 31 |
|
32 |
#define _CHIBIOS_RT_CONF_ |
|
33 |
#define _CHIBIOS_RT_CONF_VER_5_1_ |
|
34 |
|
|
35 | 32 |
#include <aosconf.h> |
36 | 33 |
|
37 | 34 |
/*===========================================================================*/ |
modules/STM32L476RG-NUCLEO64/halconf.h | ||
---|---|---|
17 | 17 |
*/ |
18 | 18 |
|
19 | 19 |
/** |
20 |
* @file
|
|
21 |
* @brief HAL configuration header for the STM32L476RG-NUCLEO64 module.
|
|
20 |
* @file |
|
21 |
* @brief HAL configuration header for the DiWheelDrive v1.1 module.
|
|
22 | 22 |
* @details HAL configuration file, this file allows to enable or disable the |
23 | 23 |
* various device drivers from your application. You may also use |
24 | 24 |
* this file in order to override the device drivers default settings. |
modules/STM32L476RG-NUCLEO64/mcuconf.h | ||
---|---|---|
332 | 332 |
*/ |
333 | 333 |
#define STM32_WDG_USE_IWDG FALSE |
334 | 334 |
|
335 |
/* |
|
336 |
* QEI driver system settings. |
|
337 |
*/ |
|
338 |
#define STM32_QEI_USE_TIM1 FALSE |
|
339 |
#define STM32_QEI_USE_TIM2 FALSE |
|
340 |
#define STM32_QEI_USE_TIM3 FALSE |
|
341 |
#define STM32_QEI_USE_TIM4 FALSE |
|
342 |
#define STM32_QEI_USE_TIM5 FALSE |
|
343 |
#define STM32_QEI_USE_TIM8 FALSE |
|
344 |
|
|
335 | 345 |
#endif /* MCUCONF_H */ |
modules/aos_chconf.h | ||
---|---|---|
30 | 30 |
#define AOS_CHCONF_H |
31 | 31 |
|
32 | 32 |
#define _CHIBIOS_RT_CONF_ |
33 |
#define _CHIBIOS_RT_CONF_VER_5_1_ |
|
33 | 34 |
|
34 | 35 |
/*===========================================================================*/ |
35 | 36 |
/** |
Also available in: Unified diff