You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add configuration option to prevent configASSERT checks on ipBUFFER_PADDING (#1271)
* Added ipconfigSUPPRESS_BUFFER_PADDING_CHECK to eliminate configASSERT checks on ipBUFFER_PADDING in FreeRTOS_IP_Utils.c/vPreCheckConfigs( void )
* Defaults to ipconfigDISABLE to build with configASSERT checks in place.
* User settable to ipconfigENABLE to eliminate configASSERT checks.
* Fix formatting
---------
Co-authored-by: Dave Skok <[email protected]>
Co-authored-by: Tony Josi <[email protected]>
0 commit comments