Revision 034cb15a

View differences:

modules/DiWheelDrive_1-2/board.c
18 18

  
19 19
/**
20 20
 * @file
21
 * @brief   DiWheeDrive v1.1 Board specific initializations.
21
 * @brief   DiWheeDrive v1.2 Board specific initializations.
22 22
 *
23 23
 * @addtogroup diwheeldrive_board
24 24
 * @{
modules/LightRing_1-0/aosconf.h
18 18

  
19 19
/**
20 20
 * @file
21
 * @brief   AMiRo-OS Configuration file for the LightRing v1.1 module.
21
 * @brief   AMiRo-OS Configuration file for the LightRing v1.0 module.
22 22
 * @details Contains the application specific AMiRo-OS settings.
23 23
 *
24 24
 * @addtogroup lightring_aos_config
modules/LightRing_1-2/alldconf.h
18 18

  
19 19
/**
20 20
 * @file
21
 * @brief   AMiRo-LLD configuration file for the LightRing v1.0 module.
21
 * @brief   AMiRo-LLD configuration file for the LightRing v1.2 module.
22 22
 * @details Contains the application specific AMiRo-LLD settings.
23 23
 *
24 24
 * @addtogroup lightring_lld_config
modules/LightRing_1-2/aosconf.h
18 18

  
19 19
/**
20 20
 * @file
21
 * @brief   AMiRo-OS Configuration file for the LightRing v1.1 module.
21
 * @brief   AMiRo-OS Configuration file for the LightRing v1.2 module.
22 22
 * @details Contains the application specific AMiRo-OS settings.
23 23
 *
24 24
 * @addtogroup lightring_aos_config
modules/LightRing_1-2/board.c
18 18

  
19 19
/**
20 20
 * @file
21
 * @brief   LightRing v1.0 Board specific initializations.
21
 * @brief   LightRing v1.2 Board specific initializations.
22 22
 *
23 23
 * @addtogroup lightring_board
24 24
 * @{
modules/LightRing_1-2/board.h
18 18

  
19 19
/**
20 20
 * @file
21
 * @brief   LightRing v1.0 Board specific macros.
21
 * @brief   LightRing v1.2 Board specific macros.
22 22
 *
23 23
 * @addtogroup lightring_board
24 24
 * @{
......
28 28
#define BOARD_H
29 29

  
30 30
/*
31
 * Setup for AMiRo LightRing v1.0 board.
31
 * Setup for AMiRo LightRing v1.2 board.
32 32
 */
33 33

  
34 34
/*
modules/LightRing_1-2/chconf.h
18 18

  
19 19
/**
20 20
 * @file
21
 * @brief   ChibiOS Configuration file for the LightRing v1.0 module.
21
 * @brief   ChibiOS Configuration file for the LightRing v1.2 module.
22 22
 * @details Contains the application specific kernel settings.
23 23
 *
24 24
 * @addtogroup lightring_ch_config
modules/LightRing_1-2/halconf.h
18 18

  
19 19
/**
20 20
 * @file
21
 * @brief   HAL configuration header for the LightRing v1.0 module.
21
 * @brief   HAL configuration header for the LightRing v1.2 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/LightRing_1-2/module.c
18 18

  
19 19
/**
20 20
 * @file
21
 * @brief   Structures and constant for the LightRing v1.0 module.
21
 * @brief   Structures and constant for the LightRing v1.2 module.
22 22
 *
23 23
 * @addtogroup lightring_module
24 24
 * @{
modules/PowerManagement_1-2/board.h
80 80
#define STM32F4xx_AF_EVENTOUT           15U
81 81

  
82 82
/*
83
 * Identifiers for the several sensor rings, which can be attached to the PowerManagement v1.1 module.
83
 * Identifiers for the several sensor rings, which can be attached to the PowerManagement v1.2 module.
84 84
 */
85 85
#define BOARD_NOSENSORRING              0
86 86
#define BOARD_PROXIMITYSENSOR           1

Also available in: Unified diff