OpenCellular OCware repo merged to OpenCellular TIP repo.

> Changes done :
> 1. Shared schema between host and embedded controller.
2. Commands messages are handled at driver level.
3. Debug message type added to enable debugging on i2c, spi and gpio's.
4. Auto test capabilities added to ethernet module.
5. Unit test cases written for multiple devices like LTC4275, LTC4274, LTC4015,ADT7481, PCA9557, SX1509.
This commit is contained in:
Vishal Thakur
2018-09-27 19:08:40 -07:00
parent 09782587b3
commit 973eb3b3d1
232 changed files with 9570 additions and 7365 deletions

View File

@@ -12,10 +12,10 @@
/*****************************************************************************
* HEADER FILES
*****************************************************************************/
#include "common/inc/global/Framework.h"
#include "drivers/OcGpio.h"
#include "helpers/attribute.h"
#include "src/registry/Framework.h"
/*****************************************************************************
* STRUCT/ENUM DEFINITIONS