1
0
mirror of https://github.com/FreeRTOS/FreeRTOS-Plus-TCP synced 2025-10-19 20:13:05 +08:00
Commit Graph

20 Commits

Author SHA1 Message Date
tony-josi-aws
2d7b0aee83 Update PROJECT_NUMBER doxygen 2024-12-09 12:17:46 +05:30
Tony Josi
9a88c9fb37 [v4.2.0] Update version number and kernel version (#1160)
* Update version number and kernel version

* Fix unit test with latst kernel

* Fix formatting

* Update manifest

* Revert kernel update

* Revert "Fix formatting"

This reverts commit d1e3585a13.

* Revert "Fix unit test with latst kernel"

This reverts commit 0158df5be0.

* Revert "Update manifest"

This reverts commit 28405b2507.

* Reduce DNS CBMC proof packet size

* Revert "Revert kernel update"

This reverts commit 02df5d5441.

* Revert "Revert "Fix unit test with latst kernel""

This reverts commit 0f36ae6f27.

* Revert "Revert "Update manifest""

This reverts commit 7496148d79.

* Revert "Revert "Fix formatting""

This reverts commit 5f6663d9b1.
2024-06-24 14:14:08 +05:30
Tony Josi
88a12f8ec1 Update Version number in doxygen and manifest for v4.1.0 (#1113)
* Update release version

* Updating FreeRTOS-Kernel used for unit tests to the latest and manifest wiht latest kernel version

* Add dummy header files included with latest kernel MSVC port to run CBMC
2024-03-07 14:47:19 +05:30
Monika Singh
f1aa0a056e Update Version number in doxygen and manifest for GA (#993)
* Update release version

* Update kernel version

---------

Co-authored-by: Tony Josi <tonyjosi@amazon.com>
2023-08-09 21:12:01 +05:30
Monika Singh
67b9e1c281 Update File names (#989)
* Update File names
2023-08-07 14:32:28 +05:30
Monika Singh
ed895e47eb Update Version number in doxygen and manifest for RC3 (#943) 2023-06-30 13:39:01 +05:30
Monika Singh
ee09ed3b88 Update Version number in doxygen and manifest (#852) 2023-05-02 11:38:24 +05:30
Nikhil Kamath
c8972e75d8 Updated version number in doxygen and manifest (#788) 2023-03-13 19:27:31 +05:30
Tony Josi
0e9628796c Fixing doxygen comments (#728)
* updating doxygen config

* fixing doxygen comments

* adding IPv6 files and fixing comments

* fix doxygen cfg and file names in comments

* wip doxygen v6 docs

* adding doxygen comments

* include RA src file to doxgendocs generation

* fix spell check issues

* Uncrustify: triggered by comment.

* fix minor build issue

* fix spell check issues

* Uncrustify: triggered by comment

* fix trailing white space

* Dev integration hein.v8 (#738)

* Updating tcp utilities

* Some more change in dev_integration_hein.v8

* In FreeRTOS_DNS_Parser.c : use 'ipUDP_PAYLOAD_OFFSET_IPv4' in stead of 'ipIP_PAYLOAD_OFFSET'

* And a few more corrections

* Changes to WinPCap network interface, removed debugging code

* After applying uncrustify

* Oops, I forgot the push changes in include files.

* Now removing it, hopefully

---------

Co-authored-by: Nikhil Kamath <110539926+amazonKamath@users.noreply.github.com>
Co-authored-by: Monika Singh <108652024+moninom1@users.noreply.github.com>

* Fix CBMC proofs for DNS (#718)

* Use CBMC XML output to enable VSCode debugger (#673)

Prior to this commit, CBMC would emit logging information in plain text
format, which does not contain information required for the CBMC VSCode
debugger. This commit makes CBMC use XML instead of plain text.

Co-authored-by: Mark Tuttle <tuttle@acm.org>

* wip

* wip DNSgetHostByName

* wip DNSgetHostByName

* fixed cbmc proof for DNS_ReadNameField

* wip DNSgetHostByName_a_harness

* Fix CBMC prooff for DNSgetHostByName

* wip fix DNSgetHostByName_a CBMC proof

* fixed cbmc target func not called issue in DNSclear

* fixed cbmc target func not called issue in DNSlookup

* fix DNSgetHostByName_a CBMC proof

* update comments

* more asserts

* fixing formatting

* updating as per review comments

* fix dns after review comments

* adding more asserts

* adds more asserts

* minor fix

* fixing comments

* fixing comments

* fixing minor issue

* fixing DNS_ReadReply() signature

* making code more consistant

* adding more  asserts

* making code more consistent

---------

Co-authored-by: Kareem Khazem <karkhaz@amazon.com>
Co-authored-by: Mark Tuttle <tuttle@acm.org>

* Uncrustify: triggered by comment

* fixing formatting

---------

Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Hein Tibosch <hein_tibosch@yahoo.es>
Co-authored-by: Nikhil Kamath <110539926+amazonKamath@users.noreply.github.com>
Co-authored-by: Monika Singh <108652024+moninom1@users.noreply.github.com>
Co-authored-by: Kareem Khazem <karkhaz@amazon.com>
Co-authored-by: Mark Tuttle <tuttle@acm.org>
2023-02-24 13:58:53 +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
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
Archit Gupta
56ee41a395 Run Doxygen updater (#311) 2021-08-24 11:30:30 -07:00
Aniruddha Kanhere
7fe92a27fc Modify doxygen check to use common CI actions repository (#257)
* Update the ci to use common actions

* Remove unused options
2021-05-21 12:51:01 -07:00
Aniruddha Kanhere
d425fbd70c [Release] Update version numbers/manifest/history for 2.3.3 (#228)
* Update versions

* update the history, manifest

* Remove unwanted commit

* Update kernel submodule pointer
2021-04-22 13:18:55 -07:00
Aniruddha Kanhere
32d3d5c19f Fix doxygen check (#149)
* Update doxygen version

* update the config file
2021-01-11 14:10:52 -08:00
Aniruddha Kanhere
8da9b1716f [RELEASE] Update the version number/history/manifest for 2.3.2 (#103)
* Updated version number of .[ch] files

* Updated History.txt

* Updated manifest.yml file

* Updated the Kernel submodule and manifest.yml entry

* Remove trailing whitespace
2020-12-02 14:16:16 -08:00
Aniruddha Kanhere
95a5df5473 Update version number and history (#61)
* Update the version numbers

* Update History.txt file

* Correction after @gitwallit's comments
2020-11-03 12:28:58 -08:00
Aniruddha Kanhere
cd03155ba1 Add comments for Doxygen and add doxygen check (#46)
* Create manifest.yml

* Remove trailing whitespace

* Update manifest.yml

* Corrected a typo

* Add the config file

* Update doxygen and Update some files

* Add the CI check

* Add documentation for doxygen

* Uncrustify

* temp

* Add the files individually

* Update

* Added 2 c files

* Added 2 c files v2

* Added DNS and IP

* Added more comments for doxygen

* Added more comments

* Sockets.c added

* Sockets and TCP_IP

* Added UDP_IP.c

* Remove doxygen output

* Remove a typo

* Spelling corrections

* Some spelling corrections

* Update ci.yml

* Add the TCP_WIN.c file

* Add missing function description

* update lexicon and fix some typos

* Removed duplicates, sort and make lower-case

* Update lexicon

* Uncrustify

* Minor Uncrustify changes

* Update lexicon

* removed extra prints (#48)

* Uncrustify

* Fix conflict resolution issues

* Uncrustify

* Add missing briefs and update based on @htibosch's comments.

* Fix spellings and update lexicon

* uncrustify

* Minor fixes

Co-authored-by: root <root@ip-172-31-10-225.us-west-2.compute.internal>
Co-authored-by: Joseph Julicher <jjulicher@mac.com>
2020-10-26 23:09:19 -07:00