1
0
mirror of https://github.com/FreeRTOS/FreeRTOS-Plus-TCP synced 2025-10-21 15:10:39 +08:00
Commit Graph

15 Commits

Author SHA1 Message Date
alfred gedeon
170ef60b98 Misra: supressing rule 18.3 (#496)
* Misra: supressing rule 18.3

* test misra fix

* misra rule 18.3 remove violation

* testig coredump

* invetigate test failing locally only

* modified code

* Bring some changes back

* off by one bug

* off by one or 2 error

* Fix ut

* trigger github actions

* Fix Unit test

* Fix ut

* Fix ut

* UT fix ut

* Fix UT

* Fix UT

* Style: fix formatting

* Fix UT

* Remove printf

* Remove dead code

* Address PR comments

* Change cast type
2022-07-15 17:30:12 -07:00
alfred gedeon
4e151a0dc6 MISRA: fix rule 8.9 violations (#511)
* MISRA: fix rule 8.9 violations

* Style: Fix format error and build error

* Style: format error and build error

* Fix build error

* Doc: fix doxygen error

* Retrigger the CI

* Comment: make comment follow the code move

Co-authored-by: Aniruddha Kanhere <60444055+AniruddhaKanhere@users.noreply.github.com>
2022-07-14 00:18:57 -07:00
alfred gedeon
bf885f1f6c MISRA: fix rule 11.8 (#502)
* MISRA: fix rule 11.8

* Fix PR comments

* Style fix formatting

* Update source/FreeRTOS_IP_Utils.c

Co-authored-by: Paul Bartell <paul.bartell@gmail.com>

* Update source/FreeRTOS_IP_Utils.c

Co-authored-by: Paul Bartell <paul.bartell@gmail.com>

Co-authored-by: Paul Bartell <paul.bartell@gmail.com>
2022-07-13 15:23:15 -07:00
alfred gedeon
8c74d2e823 Fix MISRA 11.6 violations (#484)
* Fix MISRA 11.6 violations

* Add exceptions

* Fix formatting

* Fix formatting error

* Format: fix errors

* Fix Mira rule number suppression

* Format errors

* Fix formatting

* Add lost statement statement

* Fix comment message

* Fix spell

* Add justification for misra 11.6

* Spell: fix error

* Style: fix formatting erros
2022-07-13 14:57:49 -07:00
xuelix
ab519329f4 Misra rule 11.3, 11.4 suppression and 4.6 fix (#512)
* Misra rule 11.3 inline suppression

* Added several MISRA deviations

* MISRA Rule 11.4 inline suppression

* Misra violation fix 4.6

* Misra rule 1.2 suppression
2022-07-12 14:20:52 -07:00
alfred gedeon
f0eb3b96e6 MISRA: fix rule 10.8 (#498) 2022-07-08 14:00:37 -07:00
alfred gedeon
6b84c44e07 Misra: Fix Rule 8.13 violations (#507)
* MISRA: fix rule 8.13 violations

* Fix more 8.3 rules violation

* Misra rule 8.13 fixes

* Fix Unit Test
2022-07-08 10:06:10 -07:00
alfred gedeon
c8e98d323d Misra: Supress misra rule 21.6 (#497) 2022-07-06 16:02:21 -07:00
alfred gedeon
3df8a759fe Misra: rule 2.2 fix and suppression (#504)
Co-authored-by: Paul Bartell <paul.bartell@gmail.com>
2022-07-06 15:15:51 -07:00
Aniruddha Kanhere
f44d36d5ce Update version number of TCP to development (#516)
* Update source location for coverity

* Add coverage checker

* Add build check with default configuration

* Fix build combination and DNS error

* uncrustified and fixed cmakelists

* This commit updates version number in all files to Development-Branch

* Update version number macros

* This commit fixes a typo in version number macro
2022-07-06 10:29:48 -07:00
alfred gedeon
aeac4fa9ed Misra: Rule 10.4 violations (#495)
* Misra: Rule 10.4 violations

* Style: Fix formatting
2022-07-01 13:28:37 -07:00
alfred gedeon
590bc27fb9 Mirsa Rule 10.3 violations (#492)
* MISRA: fix Rule 10.3 vilations

* MISRA: Fix more Rule 10.3 vilations

* Style: fix format errors

* Spell: fix variable name

* Fix PR comments

* Fix: variable names

* Style: fix format

* Fix PR comments

* Fix variable check in cache

* Remove non needed check

* Coverage: fix coverage

* test commit

* Test commit

* Remove print statements

* Initialize some memeory

* Testing workflow

* Testing on workflow

* Fix: ut coverage

* Revert workflow changes

* Style: fix format error
2022-06-25 05:26:42 -07:00
holden-zenith
b6a4e40eb4 Fix various compiler warnings (#494)
* Fix various compiler warnings

Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aniruddha Kanhere <60444055+AniruddhaKanhere@users.noreply.github.com>
2022-06-24 15:22:10 -07:00
xuelix
4fb9674de0 Misra check fix and update (#476)
* Misra check fix and update
2022-06-06 17:47:09 -07:00
Aniruddha Kanhere
a4124602cc Merge changes to main.
This commit brings in the refactoring and restructuring changes
from IntegrationTesting1 branch to the main branch.
It also includes additional unit tests for 100% coverage.
The rationale behind not creating a PR is that the conflicts were too
huge to be resolved correctly. Thus, a force push to the main branch is
being done.
2022-05-26 12:42:45 -07:00