-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add history.txt for the 10.4.4 release #336
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #336 +/- ##
=======================================
Coverage 95.36% 95.36%
=======================================
Files 4 4
Lines 1186 1186
Branches 334 334
=======================================
Hits 1131 1131
Misses 17 17
Partials 38 38
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
@@ -46,10 +46,17 @@ | |||
* MACROS AND DEFINITIONS | |||
*----------------------------------------------------------*/ | |||
|
|||
#define tskKERNEL_VERSION_NUMBER "V10.4.999" | |||
/* | |||
* If tskKERNEL_VERSION_NUMBER ends with + it represents the version in development |
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.
If tskKERNEL_VERSION_NUMBER ends with + it represents the version in development ^after?^ the numbered release.
include/task.h
Outdated
* the numbered release. | ||
* | ||
* The tskKERNEL_VERSION_MAJOR, tskKERNEL_VERSION_MINOR, tskKERNEL_VERSION_BUILD | ||
* values will reflect the last released version1 number. |
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.
s/version1/version/
* Some update to the demo comments and other fixes. - Delete the leading underscore in the milliseconds helper macros. - Add articles to some comments. - Add clarify to come comments. - Delete the extraneous line endings of log statements. - Delete unused headers in the keep-alive demo. Co-authored-by: Oscar Michael Abrina <abrinao@amazon.com>
Adding history.txt preparatory to releasing v10.4.4.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.