-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Default Macros #782
Merged
Merged
Changes from 50 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
fe5946a
Delete duplicate default defines
d7112d7
Remove errno definitions that exist in projdefs.h
f319ae0
Clean & Organize FreeRTOSIPConfigDefaults.h
e47efb8
Move deprecated definitions to their own file
e303287
Definitions Documentation Improvements
f461fdb
Tracing default definitions improvements
c0dbc91
Organize and add to deprecated definitions
d55279c
Remove FreeRTOS_errno_TCP.h
2498683
Fixes for definitions updates
fa2d942
Address review comments
20dcff5
Start enforcing macro value limits and make some doc more succinct
11fb47c
enforce ipconfig macro bounds
f2a989f
repair config default and reduce unnecessary changes
b8e1ba3
Add more descriptions of ipconfigDRIVER_INCLUDED_RX_IP_CHECKSUM (#947)
ActoryOu cf34ac7
Merge branch 'dev/IPv6_integration' into dev-defines
HTRamsey 1a9a63b
Fixes mDNS over IPv6. (#949)
evpopov 54cb85e
Merge branch 'dev/IPv6_integration' into dev-defines
HTRamsey 124b7db
remove enabled checks
becf89b
Merge branch 'dev-defines' of https://github.com/holden-zenith/FreeRT…
590fe5e
Remove enable checks from trace macros
2602d33
Update cmake sources
d3fc48d
add missing defines
9311489
revert unnecessary changes
92962d3
formatting
dc11880
fix lexicon
eb344df
fix build issue and remove deprecated macro usage from tests
f200fb6
fix build issues and formatting
a04db96
disable pdFREERTOS_ERRNO_EAFNOSUPPORT check
5744a18
update kernel submodule for tests
c1ae80e
Merge remote-tracking branch 'origin/main' into dev-defines
4149ec7
Merge branch 'main' into dev-defines
ActoryOu 107cd1f
macro definition fixes
ac4fd46
Merge branch 'main' into dev-defines
HTRamsey d37662c
fix some test build issues
dc98bb9
Merge branch 'dev-defines' of https://github.com/holden-zenith/FreeRT…
408cb3a
Temporary passing state
413f47a
Fix unittest
ActoryOu f2e4c8e
Fix CBMC
ActoryOu 9489ce7
Merge dev-defines to holden-zenith-dev-defines
ActoryOu 4097d6f
Merge branch 'holden-zenith-dev-defines' into dev-defines
ActoryOu 5e14d95
Update CBMC proof
ActoryOu e5b360c
Merge branch 'main' into dev-defines
moninom1 5620e17
Update Macro comments
moninom1 8f0dc95
revert changes
0e670ee
Merge branch 'main' into dev-defines
9a7e32b
Fix MISRA 4.4
moninom1 a9a1935
Fix MISRA 20.7 violation
moninom1 874d330
Fix spell checker
moninom1 b9ff400
Merge branch 'main' into dev-defines
ActoryOu 8c0ebcf
Merge branch 'main' into dev-defines
ActoryOu 024bb5f
Merge branch 'holden-zenith-dev-defines' into main
moninom1 98d2e06
Update Hein's comment
moninom1 f7c4c00
Merge to main
moninom1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -206,6 +206,7 @@ DEAS | |
DEBR | ||
DEBUGEN | ||
DEBUGF | ||
DECASECONDS | ||
DEFFERRALCHECK | ||
DEFR | ||
Deglitchers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's checked in FreeRTOSIPConfigDefault.h. It's not necessary to check it again here.