Commit Graph

44 Commits

Author SHA1 Message Date
swateeshrivastava
46c03244de Alert code for FW 2019-03-13 15:59:11 +05:30
swateeshrivastava
642c8ccca3 UT for adt7481 2019-02-15 12:46:31 +05:30
swateeshrivastava
743577a062 UT for ocmp_led 2019-02-13 14:00:42 +05:30
swateeshrivastava
0c2403c6f5 UT for led device 2019-02-11 11:05:24 +05:30
swateeshrivastava
773525908b UT for ocmp_dat-xxr5a-pp.c 2019-02-07 12:08:34 +05:30
swateeshrivastava
59e7050e5d UT for ocmp_debugocgpio 2019-02-04 13:41:38 +05:30
swateeshrivastava
6b937d7824 UT for ocmp_fe 2019-02-01 15:33:28 +05:30
swateeshrivastava
e951fac2b2 UT for ocmp_rfwatchdog 2019-01-30 11:32:22 +05:30
swateeshrivastava
c2bba5b142 UT for ocmp_debug 2019-01-21 15:07:33 +05:30
swateeshrivastava
1f7c9bd12f Unit test for ltc4274 2019-01-16 16:23:24 +05:30
swateeshrivastava
e246f2f1d1 Unit test for ocmp_ltc4275 2019-01-14 12:20:11 +05:30
swateeshrivastava
18b5f80465 Resolved linter error 2019-01-14 10:45:15 +05:30
swateeshrivastava
e3419d40f1 Take care of review comment 2019-01-11 15:38:52 +05:30
swateeshrivastava
f180f85cb6 Unit test cases are added for ocmp_eeprom 2019-01-10 15:02:29 +05:30
swateeshrivastava
f971f516a4 Merge pull request #224 from Telecominfraproject/UT_ocmp_ina226
Unit test case for ocmp_ina226
2019-01-09 12:56:58 +05:30
swateeshrivastava
b0411c978d Resolved conflicts 2019-01-07 11:47:55 +05:30
swateeshrivastava
fe2cd4fe4b Unit test case for ocmp_ina226 2018-12-31 14:36:42 +05:30
swateeshrivastava
0419af4673 Removed extra lines 2018-12-27 15:43:31 +05:30
swateeshrivastava
6ae646603d Unity test cases are added for ocmp_se98a 2018-12-27 15:34:08 +05:30
swateeshrivastava
1b9f6ba8d5 Updated as per review comment 2018-12-19 12:24:45 +05:30
swateeshrivastava
137bcb8d41 Updated comment 2018-12-13 11:32:22 +05:30
swateeshrivastava
bdd6412600 Unity test cases are updated for eeprom device 2018-12-13 11:24:54 +05:30
swateeshrivastava
ae9f6d4f48 Merge branch 'master' into UT_ocmp_powerSource 2018-12-04 15:04:37 +05:30
swateeshrivastava
20a6e36d8d Code is updated as per review comment 2018-11-30 11:50:27 +05:30
swateeshrivastava
ec46746e9d Code is updated as per the review comment given by Joshua 2018-11-26 17:16:54 +05:30
swateeshrivastava
a511b5c2c4 Unit test case for ocmp_powerSource 2018-11-26 12:36:04 +05:30
swateeshrivastava
68844d8d13 Code is updated as per review comment 2018-11-22 13:12:07 +05:30
swateeshrivastava
75fa13b1a8 Unity Test for ocmp_ltc4015 2018-11-13 13:22:50 +05:30
mdlewisfb
5a887e7d06 Merging updated master to fix conflict 2018-11-07 08:24:41 -08:00
mdlewisfb
9c038e1022 Adding fixes for two unit tests that currently fail. 2018-11-01 09:28:02 -07:00
mdlewisfb
4e4581357d Rebasing and rerunning linter 2018-10-29 09:05:13 -07:00
mdlewisfb
04a7d72656 Updated .clang-format based on comments. Ran linter on all files 2018-10-29 09:05:12 -07:00
mdlewisfb
09068532eb Update to code after running clang-format on all *.c and *.h files. 2018-10-29 09:04:17 -07:00
mdlewisfb
2172a405d3 Fixes for Test_ocmp_eeprom.c warnings. 2018-10-03 07:55:07 -07:00
mdlewisfb
adb69fdd20 Fixes for Test_ocmp_ltc4274.c warnings. 2018-10-03 07:24:47 -07:00
mdlewisfb
4257c30a7d Fixes for Test_powerSource.c warnings. 2018-10-02 18:46:42 -07:00
mdlewisfb
497d013e9c Fixes for Test_PinGroup_driver.c and Test_pca9557.c warnings. 2018-10-02 18:45:29 -07:00
mdlewisfb
5ee3f2cd8a Fixes for Test_OcGpio.c warnings. 2018-10-02 18:36:19 -07:00
mdlewisfb
6b65c57fe4 Fixes for Test_ltc4275.c warnings. 2018-10-02 18:31:24 -07:00
mdlewisfb
28bef2fa9a Fixes for Test_GpioSX1509.c warnings. 2018-10-02 16:10:20 -07:00
mdlewisfb
2bdb96355b Fixes for Test_ocmp_adt7481.c warnings. 2018-10-02 16:07:46 -07:00
Vishal Thakur
b9761dc1cc Added Copyright header to Unit test files. 2018-09-28 23:40:16 -07:00
Vishal Thakur
973eb3b3d1 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.
2018-09-28 23:40:11 -07:00
David Hendricks
c14b527ae5 firmware: Move EC files to a new ec/ subdirectory
This makes room for other non-EC related firmware files.

Signed-off-by: David Hendricks <dhendricks@fb.com>
2018-04-16 20:39:55 -07:00