Commit Graph

988 Commits

Author SHA1 Message Date
Jack Marriott
c1c094ccd3 Changes per code review 2018-11-12 14:37:10 -08:00
Jack Marriott
f738db6efd Merge branch 'master' into env_detection 2018-11-12 13:56:39 -08:00
mdlewisfb
e95a47e514 Adding warning cflags to ci build to track more warnings with Jenkins. 2018-11-12 12:14:23 -08:00
mdlewisfb
b2db5beb11 Updating Jenkinsfile to point to new script dir 2018-11-12 11:35:28 -08:00
mdlewisfb
3309172258 Updating coverage script to be more robust. Moving jenkins scripts to utilities/jenkins dir to match schema PR #180. 2018-11-12 10:53:59 -08:00
mdlewisfb
d7aa9e3a4c Merge branch 'master' into jenkins_file 2018-11-12 09:10:35 -08:00
mdlewisfb
3bedc18eaf Merge pull request #185 from Telecominfraproject/failing_ut_fix
Failing UT fixes
2018-11-12 08:59:12 -08:00
Joshua Jeyaraj
5b3256243b Merge pull request #193 from Telecominfraproject/broken_master
build fix
2018-11-08 11:03:43 +05:30
jspectacular
221340723c Save unit test build log even if build fails 2018-11-08 03:48:49 +00:00
jspectacular
c7721f934a Environment detection from unit test 2018-11-08 03:39:56 +00:00
jspectacular
316c72c1a6 Changes per code review 2018-11-08 00:34:59 +00:00
mdlewisfb
aa32dde25a Merge pull request #168 from Telecominfraproject/ticcs_release_build_fixes
Fixing TI CCS Release Build.
2018-11-07 08:25:55 -08:00
mdlewisfb
5a887e7d06 Merging updated master to fix conflict 2018-11-07 08:24:41 -08:00
mdlewisfb
7bf014f45b Merge branch 'master' into failing_ut_fix 2018-11-07 08:22:40 -08:00
mdlewisfb
8d4510ff69 Updating fake_GPIO to use OC_EC_GPIOCOUNT 2018-11-07 08:22:33 -08:00
Joshua Jeyaraj
3f1ade80d9 build fix 2018-11-07 19:51:55 +05:30
jspectacular
2addc972a6 Issue # 171 2018-11-07 01:17:39 +00:00
mdlewisfb
116d1b723a Merging master after updates and re-running clang-format on all files. 2018-11-05 09:56:58 -08:00
Joshua Jeyaraj
8e95b8f9d6 Taking care of review comments 2018-11-05 13:23:37 +05:30
Joshua Jeyaraj
299f05ec94 Merge branch 'master' into FW_SPI_filesys 2018-11-02 10:32:43 +05:30
Joshua Jeyaraj
994b42e18e Taking care of review comments 2018-11-02 10:30:35 +05:30
Dinesh
f0e10f1452 addition of comment 2018-11-02 10:30:23 +05:30
swateeshrivastava
cdc049580c function description update 2018-11-02 10:30:07 +05:30
swateeshrivastava
2cba01acff code update for review comment 2018-11-02 10:29:51 +05:30
mdlewisfb
d582a1cfb0 Removing redundant / at the end of paths. 2018-11-02 10:26:25 +05:30
mdlewisfb
485d3fcc1e Updated Makefile to put all CONFIGURO outputs to bld/OpenCellular/ 2018-11-02 10:26:12 +05:30
mdlewisfb
f6daa3ba05 Updated Makefile to build bin with gcc 2018-11-02 10:25:56 +05:30
swateeshrivastava
8331ffebe9 code changes for SPI filesystem review 2018-11-02 10:13:16 +05:30
mdlewisfb
d99c8bfd1d Updating Jenkinsfile to track coverage results with Cobertura plugin. 2018-11-01 15:05:55 -07:00
mdlewisfb
5eb836e8e1 Adding src/main.c to commit to verify linter 2018-11-01 14:54:50 -07:00
mdlewisfb
84586d8e9c Updating Jenkinsfile for coverage, adding comment to clang_patch bash script 2018-11-01 14:51:02 -07:00
mdlewisfb
bfb75c4d07 Updating Jenkinsfile and test/Makefile to support junit test reports. 2018-11-01 14:46:52 -07:00
mdlewisfb
e187562cea Updating jenkinsfile and adding lint script. 2018-11-01 14:46:14 -07:00
mdlewisfb
983791a0f4 Adding Jenkinsfile for firmware 2018-11-01 14:46:13 -07:00
mdlewisfb
387b17fb5d Adding index check on fake_GPIO setCallback to avoid repeat of issue #113 in the future. 2018-11-01 09:45:27 -07:00
mdlewisfb
9c038e1022 Adding fixes for two unit tests that currently fail. 2018-11-01 09:28:02 -07:00
mdlewisfb
0fe2c6af3a Excluding OC_CONNECT1.lds from Release build to avoid repeat of #176 2018-10-31 09:18:23 -07:00
mdlewisfb
5045d41c4f Fixing TI CCS Release Build. 2018-10-31 09:18:23 -07:00
Joshua Jeyaraj
24bbd11fe8 Merge pull request #179 from Telecominfraproject/CCS_build_issue
Fix for CCS build breakage
2018-10-31 11:20:11 +05:30
mdlewisfb
61779ff6bb Merge pull request #175 from Telecominfraproject/unit_test_coverage
Unit test coverage, closes #161
2018-10-30 10:49:30 -07:00
Joshua Jeyaraj
4d13a16521 Excluding OC_CONNECT1.lds from CCS build 2018-10-30 15:04:58 +05:30
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
26e898e7fb Adding lint flag to makefile. 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
d0963785a0 Adding .clang-format file based on linux kernel format file. 2018-10-29 09:04:17 -07:00
mdlewisfb
73e785c656 Merge pull request #162 from Telecominfraproject/host_sw_copy
Host sw copy
2018-10-29 08:16:54 -07:00
mdlewisfb
97ba86470f Adding clean of *.gcno files to firmware Makefile 2018-10-26 10:39:25 -07:00
mdlewisfb
af5398c7cc Rebase after Makefile update merge 2018-10-26 10:23:47 -07:00
mdlewisfb
92bce58cfd Updating makefiles for improved coverage measurements. 2018-10-26 10:19:54 -07:00