Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@yourslab
Copy link
Contributor

@yourslab yourslab commented Nov 8, 2020

Description

The Windows implementation of vLoggingPrintf used \n as the default new-line character. However, the demos used \r\n, so it would append the extra parameters such as pcTaskName to the end of each new-line message. This fixes it by setting the default new-line character to \r\n.

In addition, any configTASKPOOL macros are removed as they are not being used at all.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@yourslab yourslab requested a review from a team as a code owner November 8, 2020 22:04
@abhidixi11 abhidixi11 merged commit 52d7c47 into FreeRTOS:master Nov 9, 2020
alfred2g added a commit to alfred2g/FreeRTOS that referenced this pull request Oct 15, 2021
aggarg pushed a commit that referenced this pull request Oct 15, 2021
UT: Add streambuffer test to make PR #391 pass
aggarg added a commit to aggarg/FreeRTOS that referenced this pull request Nov 12, 2021
aggarg added a commit that referenced this pull request Nov 12, 2021
aggarg added a commit to aggarg/FreeRTOS that referenced this pull request Nov 13, 2021
aggarg added a commit that referenced this pull request Nov 15, 2021
johnrhen pushed a commit to johnrhen/FreeRTOS that referenced this pull request Nov 24, 2021
aggarg added a commit to aggarg/FreeRTOS that referenced this pull request Dec 16, 2021
abhidixi11 pushed a commit that referenced this pull request Dec 16, 2021
* Bring FreeRTOS-Kernel submodule pointer to V10.4.6

Signed-off-by: Gaurav Aggarwal <[email protected]>

* Remove C89 flag from tests

Signed-off-by: Gaurav Aggarwal <[email protected]>

* Revert "UT: Add streambuffer test to make PR #391 pass (#690)"

This reverts commit a861781.
moninom1 pushed a commit that referenced this pull request Sep 14, 2022
* Added comments to FreeRTOSIPConfigDefaults.h

* Added entries to lexicon.txt

* Revert kernel submodule pointer

* Update include/FreeRTOSIPConfigDefaults.h comments 1

Co-authored-by: Aniruddha Kanhere <[email protected]>

* Update include/FreeRTOSIPConfigDefaults.h 2

Co-authored-by: Aniruddha Kanhere <[email protected]>

* Update include/FreeRTOSIPConfigDefaults.h 3

Co-authored-by: Aniruddha Kanhere <[email protected]>

* Update include/FreeRTOSIPConfigDefaults.h 4

Co-authored-by: Aniruddha Kanhere <[email protected]>

* A minor change: should becomes must

Co-authored-by: Hein Tibosch <[email protected]>
Co-authored-by: Aniruddha Kanhere <[email protected]>
Co-authored-by: Aniruddha Kanhere <[email protected]>
paulbartell pushed a commit to paulbartell/FreeRTOS that referenced this pull request Mar 30, 2023
prvWriteMessageToBuffer wrote the first sbBYTES_TO_STORE_MESSAGE_LENGTH
bytes of the size_t-typed length to the buffer as the data length. While
this functions on little endian, it copies the wrong bytes on big
endian. This fix converts the length to configMESSAGE_BUFFER_LENGTH_TYPE
first, and then copies the exact amount, thus fixing the issue.
Additionally it adds an assert to verify the size is not greater than
the max value of configMESSAGE_BUFFER_LENGTH_TYPE; previously this would
truncate silently.

Co-authored-by: Gaurav-Aggarwal-AWS <[email protected]>
Zangetsu112 pushed a commit to Zangetsu112/FreeRTOS-evpp that referenced this pull request Aug 18, 2025
* Fix logging issue caused by using \n as the default newline character

* Update the other demos

* Fix accidentally changed NETWORK_INTERFACE

* Set \r\n as default instead

* Update sources to reflect \r\n change

* Get rid of configLOGGING_NEW_LINE altogether

Co-authored-by: abhidixi11 <[email protected]>
Zangetsu112 pushed a commit to Zangetsu112/FreeRTOS-evpp that referenced this pull request Aug 18, 2025
Zangetsu112 pushed a commit to Zangetsu112/FreeRTOS-evpp that referenced this pull request Aug 18, 2025
Zangetsu112 pushed a commit to Zangetsu112/FreeRTOS-evpp that referenced this pull request Aug 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants