1
0
mirror of https://github.com/FreeRTOS/FreeRTOS-Plus-TCP synced 2025-10-24 03:32:36 +08:00
Commit Graph

9 Commits

Author SHA1 Message Date
Tony Josi
5ff68c779c Fix udp ip failing unit test cases (#647)
* WIP fix failing test cases

* Fixed failing tests for UDP IP unit tests

* Fixed unit tests failures after combining v4 specific source with main udp ip source

* Removing unused code
2023-01-06 12:26:44 +05:30
Tony Josi
2b0c174b0c Ut build fix ip utils ipv4 (#605)
* WIP fix build issues

* Edit unit test files to ake it buuildable

* WIP build issues fix

* Fixed IP utils ut build

* Removed update made on the global freertos ip config used by the unit tests

* Updating branch to the latest target branch

* Running uncrustify
2022-12-16 20:53:13 +05:30
Tony Josi
a258739e9a Ut build fix udp ip ipv4 (#616)
* WIP udp bui;d fix

* Fixed build isses for UDP utests
2022-12-16 15:55:37 +05:30
Aniruddha Kanhere
1ab6eb8885 Update version numbers and licensing info (#541)
* 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

* Added a 'critical section' to prevent a race condition in stream buffers

* Uncrustify: triggered by comment.

* Fixed unit-tests by adding mocked functions

* Initial commit of file README.md

* Update README.md

* Fix the title of README file in coverity

* Addressed issue comments

* Update command

* Add details about remaining exception

* Move file to original location

* Remove use of sudo in commands

* Fix links; added coverity version note

* Update README.md

* Remove CMake installation instructions

* Update manifest/history and copyright year

* Update kernel version to 10.4.5

* Update remaining copyright year instances

* Update the version number macros

* Update license header titles

* Remove kernel license header and add TCP header

Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
2022-08-12 16:21:44 -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
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
Aniruddha Kanhere
b6eac0ca7d Update version number/Manifest/History and Kernel pointer for release (#383)
* Update version/manifest/Kernel pointer
2021-12-14 11:57:43 -08:00
Aniruddha Kanhere
de36c605a8 Update version number, history, and kernel submodule pointer (#328)
* Update the history.txt

* Update version numbers

* Update copyright year

* Add one more fix for copyright

* Update Kernel pointer
2021-09-14 14:04:55 -07:00
Aniruddha Kanhere
89df2bb4f8 Add UDP_IP unit-tests (#234)
* 100% coverage

* Fix broken build

* Add default file back

* Remove default file

* Fix some checks

* Update after review comments

* Update v2 and added comments for tests.

* Fixed checks

* Update: added asserts
2021-05-07 12:15:57 -07:00