1
0
mirror of https://github.com/FreeRTOS/FreeRTOS-Plus-TCP synced 2025-10-23 10:07:43 +08:00
Commit Graph

19 Commits

Author SHA1 Message Date
tony-josi-aws
7fb47c9df2 fix formatting 2023-07-20 22:23:31 +05:30
tony-josi-aws
6d6ef3c392 revert cube IDE auto generated code related changes 2023-07-20 22:22:22 +05:30
tony-josi-aws
c64bef1957 Merge branch 'main' into miguel_main 2023-07-20 22:19:23 +05:30
tony-josi-aws
172733b5b7 revert cube IDE auto generated code related changes 2023-07-20 22:17:32 +05:30
Tony Josi
05695d6636 Fix for STM32H port - IPv6 MAC filter and build (#965)
* fix

* MAC filter updated for DAD and IPv6 all nodes multicast

* add more comments

* fix formatting

* fix comments

* fix review comments

* fix formatting

* update review comments
2023-07-14 18:10:09 +05:30
Miguel Freitas
e0871ca464 spacing/identation fixes (uncrustify) 2023-07-10 14:49:49 -03:00
Miguel Freitas
389ff69598 implement hacks described in readme.md to avoid conflict with original HAL driver. 2023-07-09 21:24:16 -03:00
Miguel Freitas
9c29975b50 port notes updates and suggestions on how to avoid clashing with original HAL driver. 2023-07-09 21:22:53 -03:00
Miguel Freitas
84dcdef58e compilation warning fixes 2023-07-09 21:20:47 -03:00
Miguel Freitas
3e48c7dfaf typos and wrong function name fixes 2023-07-09 21:19:42 -03:00
Monika Singh
dbd2b001b1 Update portable layer for backward compatibility (#755)
* Rename FreeRTOS_IPStart to FreeRTOS_IPInit_Multi

* Update backward compatability for portable layer
2023-03-07 22:02:55 +05:30
ActoryOu
c880d7c3f9 Remove Dup function HAL_ETH_SetMDIOClockRange. (#722) 2023-02-16 12:43:07 +08:00
kar-rahul-aws
4553edd116 Change in UDP process flow to drop packet for invalid IPv4 payload length (#716)
* Change in UDP process flow to drop packet in case of invalid payload length for IPv4

* Uncrustify: triggered by comment.

* Update FreeRTOS_IP.h

---------

Co-authored-by: GitHub Action <action@github.com>
2023-02-15 10:04:45 +05:30
kar-rahul-aws
ab881bfeac Portable layer changes (#701)
* Update NetworkInterface.c

* Update NetworkInterface.c

* Update NetworkInterface.c

* Update x_emacpsif_dma.c

* Update NetworkInterface.c

* Update NetworkInterface_eth.c

* Update NetworkInterface.c

* Uncrustify: triggered by comment.

* Update FreeRTOS_DNS_Cache.c

* Update NetworkInterface.c

* Update NetworkInterface.c

* Update NetworkInterface.c

* Update FreeRTOS_DNS_Parser.c

* Update FreeRTOS_DNS_Parser.c

* Update NetworkInterface.c

* Update uncached_memory.c

* Update x_emacpsif.h

* Update x_emacpsif_dma.c

* Update x_emacpsif_hw.c

* Update x_emacpsif_physpeed.c

* Update x_topology.h

---------

Co-authored-by: GitHub Action <action@github.com>
2023-02-10 19:14:23 +05:30
kar-rahul-aws
306445517e Update Portable Folder for End Point changes (#602)
Added changes in WinpCap Port for IPV4 Endpoint changes
* Update NetworkInterface.c/NetworkInterface.h with End point changes.
* Run uncrustify

Co-authored-by: GitHub Action <action@github.com>
2022-12-16 12:17:38 +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
cf8dbe6f1d Bring in changes from @htibosch's PR 465 (#479) 2022-06-07 14:20:54 -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