Commit be2555b
Improve Default Macros (#782)
* Delete duplicate default defines
* Remove errno definitions that exist in projdefs.h
* Clean & Organize FreeRTOSIPConfigDefaults.h
* Move deprecated definitions to their own file
* Definitions Documentation Improvements
* Tracing default definitions improvements
* Organize and add to deprecated definitions
* Remove FreeRTOS_errno_TCP.h
* Fixes for definitions updates
* Address review comments
* Start enforcing macro value limits and make some doc more succinct
* enforce ipconfig macro bounds
* repair config default and reduce unnecessary changes
* Add more descriptions of ipconfigDRIVER_INCLUDED_RX_IP_CHECKSUM (#947)
* Fixes mDNS over IPv6. (#949)
Co-authored-by: Emil Popov <epopov@cardinalkinetic.com>
Co-authored-by: ActoryOu <jay2002824@gmail.com>
Co-authored-by: Monika Singh <moninom@amazon.com>
* remove enabled checks
* Remove enable checks from trace macros
* Update cmake sources
* add missing defines
* revert unnecessary changes
* formatting
* fix lexicon
* fix build issue and remove deprecated macro usage from tests
* fix build issues and formatting
* disable pdFREERTOS_ERRNO_EAFNOSUPPORT check
* update kernel submodule for tests
* macro definition fixes
* fix some test build issues
* Temporary passing state
* Fix unittest
* Fix CBMC
* Update CBMC proof
* Update Macro comments
* revert changes
* Fix MISRA 4.4
* Fix MISRA 20.7 violation
* Fix spell checker
* Update Hein's comment
---------
Co-authored-by: Holden <holden-zenithaerotech.com>
Co-authored-by: ActoryOu <jay2002824@gmail.com>
Co-authored-by: Emil Popov <evpopov@gmail.com>
Co-authored-by: Emil Popov <epopov@cardinalkinetic.com>
Co-authored-by: Monika Singh <moninom@amazon.com>
Co-authored-by: ActoryOu <ousc@amazon.com>1 parent 1474378 commit be2555b
File tree
73 files changed
+4165
-2999
lines changed- .github
- source
- include
- test
- Coverity/ConfigFiles
- build-combination
- AllDisable
- AllEnable
- Enable_IPv4_IPv6
- Enable_IPv4_TCP
- Enable_IPv4
- Enable_IPv6_TCP
- Enable_IPv6
- cbmc
- patches
- proofs
- CheckOptionsInner
- CheckOptionsOuter
- IPUtils/usGenerateProtocolChecksum_IPv6
- parsing/ProcessIPPacket_IPv6
- eHandleIPv6ExtensionHeaders
- prvAllowIPPacketIPv6
- prvChecksumIPv6Checks
- unit-test
- ConfigFiles
- FreeRTOS_ARP_DataLenLessThanMinPacket
- FreeRTOS_DHCPv6
- FreeRTOS_DNS_ConfigNoCallback
- FreeRTOS_DNS_Parser
- FreeRTOS_DNS
- FreeRTOS_IP_DiffConfig1
- FreeRTOS_IP_DiffConfig2
- FreeRTOS_IP_DiffConfig3
- FreeRTOS_IP_DiffConfig
- FreeRTOS_IP_Utils_DiffConfig
- FreeRTOS_IP_Utils
- FreeRTOS_IPv4_DiffConfig1
- FreeRTOS_IPv4_DiffConfig
- FreeRTOS_IPv6_ConfigDriverCheckChecksum
- FreeRTOS_IPv6_Utils
- FreeRTOS_IPv6
- FreeRTOS_Routing_ConfigCompatibleWithSingle
- FreeRTOS_Routing_ConfigV4Only
- FreeRTOS_Routing
- FreeRTOS_Sockets_DiffConfig1
- FreeRTOS_Sockets_DiffConfig2
- FreeRTOS_Sockets_DiffConfig
- FreeRTOS_TCP_IP_DiffConfig
- FreeRTOS_TCP_Utils_IPv6_ConfigLowTCPMSS
- FreeRTOS_Tiny_TCP
- FreeRTOS_UDP_IPv4
- FreeRTOS_UDP_IPv6
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
73 files changed
+4165
-2999
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| 209 | + | |
209 | 210 | | |
210 | 211 | | |
211 | 212 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | | - | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1489 | 1489 | | |
1490 | 1490 | | |
1491 | 1491 | | |
1492 | | - | |
| 1492 | + | |
1493 | 1493 | | |
1494 | 1494 | | |
1495 | 1495 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
575 | | - | |
576 | | - | |
577 | | - | |
578 | | - | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
579 | 578 | | |
580 | 579 | | |
581 | 580 | | |
| |||
1259 | 1258 | | |
1260 | 1259 | | |
1261 | 1260 | | |
1262 | | - | |
1263 | | - | |
| 1261 | + | |
1264 | 1262 | | |
1265 | 1263 | | |
1266 | 1264 | | |
| |||
1570 | 1568 | | |
1571 | 1569 | | |
1572 | 1570 | | |
1573 | | - | |
| 1571 | + | |
1574 | 1572 | | |
1575 | 1573 | | |
1576 | 1574 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
305 | | - | |
306 | | - | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
307 | 309 | | |
308 | 310 | | |
309 | 311 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | 85 | | |
96 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
97 | 89 | | |
98 | 90 | | |
99 | 91 | | |
| |||
0 commit comments