Revision e2d7143f
| core/src/aos_main.cpp | ||
|---|---|---|
| 26 | 26 |
* @{
|
| 27 | 27 |
*/ |
| 28 | 28 |
|
| 29 |
#include <amiroos.h>
|
|
| 29 |
#include <aos_system.h>
|
|
| 30 | 30 |
#include <module.h> |
| 31 | 31 |
|
| 32 | 32 |
/* |
| core/src/aos_system.c | ||
|---|---|---|
| 28 | 28 |
|
| 29 | 29 |
#include <aos_system.h> |
| 30 | 30 |
|
| 31 |
#include <amiroos.h> |
|
| 32 | 31 |
#include <amiroblt.h> |
| 33 | 32 |
#include <module.h> |
| 34 | 33 |
#include <string.h> |
| modules/DiWheelDrive_1-1/module.c | ||
|---|---|---|
| 26 | 26 |
|
| 27 | 27 |
#include "module.h" |
| 28 | 28 |
|
| 29 |
#include <amiroos.h> |
|
| 30 |
|
|
| 31 | 29 |
/*===========================================================================*/ |
| 32 | 30 |
/** |
| 33 | 31 |
* @name Module specific functions |
| modules/DiWheelDrive_1-1/module.h | ||
|---|---|---|
| 27 | 27 |
#ifndef _AMIROOS_MODULE_H_ |
| 28 | 28 |
#define _AMIROOS_MODULE_H_ |
| 29 | 29 |
|
| 30 |
#include <amiroos.h> |
|
| 31 |
|
|
| 30 | 32 |
/*===========================================================================*/ |
| 31 | 33 |
/** |
| 32 | 34 |
* @name Module specific functions |
| ... | ... | |
| 42 | 44 |
* @{
|
| 43 | 45 |
*/ |
| 44 | 46 |
/*===========================================================================*/ |
| 45 |
#include <hal.h> |
|
| 46 |
#include <hal_qei.h> |
|
| 47 | 47 |
|
| 48 | 48 |
/** |
| 49 | 49 |
* @brief CAN driver to use. |
| ... | ... | |
| 164 | 164 |
* @{
|
| 165 | 165 |
*/ |
| 166 | 166 |
/*===========================================================================*/ |
| 167 |
#include <amiro-lld.h> |
|
| 168 | 167 |
|
| 169 | 168 |
/** |
| 170 | 169 |
* @brief LED output signal GPIO. |
| modules/LightRing_1-0/module.h | ||
|---|---|---|
| 19 | 19 |
#ifndef _AMIROOS_MODULE_H_ |
| 20 | 20 |
#define _AMIROOS_MODULE_H_ |
| 21 | 21 |
|
| 22 |
#include <amiroos.h> |
|
| 23 |
|
|
| 22 | 24 |
/*===========================================================================*/ |
| 23 | 25 |
/** |
| 24 | 26 |
* @name Module specific functions |
| ... | ... | |
| 34 | 36 |
* @{
|
| 35 | 37 |
*/ |
| 36 | 38 |
/*===========================================================================*/ |
| 37 |
#include <hal.h> |
|
| 38 | 39 |
|
| 39 | 40 |
/** |
| 40 | 41 |
* @brief CAN driver to use. |
| ... | ... | |
| 99 | 100 |
* @{
|
| 100 | 101 |
*/ |
| 101 | 102 |
/*===========================================================================*/ |
| 102 |
#include <amiro-lld.h> |
|
| 103 | 103 |
|
| 104 | 104 |
/** |
| 105 | 105 |
* @brief LIGHT_BANK output signal GPIO. |
| ... | ... | |
| 323 | 323 |
#include <ut_alld_at24c01bn-sh-b.h> |
| 324 | 324 |
#include <ut_alld_tlc5947.h> |
| 325 | 325 |
#include <ut_alld_tps2051bdbv.h> |
| 326 |
#include <ut_alld_dw1000.h> |
|
| 327 | 326 |
|
| 328 | 327 |
/** |
| 329 | 328 |
* @brief EEPROM unit test object. |
| modules/PowerManagement_1-1/module.h | ||
|---|---|---|
| 27 | 27 |
#ifndef _AMIROOS_MODULE_H_ |
| 28 | 28 |
#define _AMIROOS_MODULE_H_ |
| 29 | 29 |
|
| 30 |
#include <amiroos.h> |
|
| 31 |
|
|
| 30 | 32 |
/*===========================================================================*/ |
| 31 | 33 |
/** |
| 32 | 34 |
* @name Module specific functions |
| ... | ... | |
| 69 | 71 |
* @{
|
| 70 | 72 |
*/ |
| 71 | 73 |
/*===========================================================================*/ |
| 72 |
#include <hal.h> |
|
| 73 | 74 |
|
| 74 | 75 |
/** |
| 75 | 76 |
* @brief ADC driver for reading the system voltage. |
| ... | ... | |
| 183 | 184 |
* @{
|
| 184 | 185 |
*/ |
| 185 | 186 |
/*===========================================================================*/ |
| 186 |
#include <periphALtypes.h> |
|
| 187 | 187 |
|
| 188 | 188 |
/** |
| 189 | 189 |
* @brief SYS_REG_EN output signal GPIO. |
| modules/STM32F4Discovery/module.c | ||
|---|---|---|
| 26 | 26 |
|
| 27 | 27 |
#include "module.h" |
| 28 | 28 |
|
| 29 |
#include <amiroos.h> |
|
| 30 |
|
|
| 31 | 29 |
/*===========================================================================*/ |
| 32 | 30 |
/** |
| 33 | 31 |
* @name Module specific functions |
| modules/STM32F4Discovery/module.h | ||
|---|---|---|
| 27 | 27 |
#ifndef _AMIROOS_MODULE_H_ |
| 28 | 28 |
#define _AMIROOS_MODULE_H_ |
| 29 | 29 |
|
| 30 |
#include <amiroos.h> |
|
| 31 |
|
|
| 30 | 32 |
/*===========================================================================*/ |
| 31 | 33 |
/** |
| 32 | 34 |
* @name Module specific functions |
| ... | ... | |
| 93 | 95 |
* @{
|
| 94 | 96 |
*/ |
| 95 | 97 |
/*===========================================================================*/ |
| 96 |
#include <amiro-lld.h> |
|
| 97 | 98 |
|
| 98 | 99 |
/** |
| 99 | 100 |
* @brief Red LED output signal. |
Also available in: Unified diff