Skip to content
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

Simplify file encoding #362

Merged
merged 2 commits into from
Jun 30, 2021
Merged

Simplify file encoding #362

merged 2 commits into from
Jun 30, 2021

Conversation

swaldhoer
Copy link
Contributor

Description

Currently there is only one source file (task.h) that uses one single character that can not be encoded using ASCII. Using non-ASCII characters adds no benefit to the source, just makes it more complicated.

There are also two documentation files that use non-ASCII characters, which have also been replaced for consistency reasons.

After these changes, the whole FreeRTOS-Kernel project uses simple ASCII encoding!

Test Steps

Related Issue

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

@swaldhoer swaldhoer requested a review from a team as a code owner June 30, 2021 21:28
@swaldhoer swaldhoer force-pushed the ascii-encoding branch 2 times, most recently from 9852e2a to 67088d0 Compare June 30, 2021 21:35
@codecov
Copy link

codecov bot commented Jun 30, 2021

Codecov Report

Merging #362 (38c2689) into main (9af72db) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #362   +/-   ##
=======================================
  Coverage   92.13%   92.13%           
=======================================
  Files           4        4           
  Lines        1272     1272           
  Branches      342      342           
=======================================
  Hits         1172     1172           
  Misses         53       53           
  Partials       47       47           
Flag Coverage Δ
unittests 92.13% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9af72db...38c2689. Read the comment docs.

@aggarg aggarg merged commit 4633870 into FreeRTOS:main Jun 30, 2021
@swaldhoer swaldhoer deleted the ascii-encoding branch June 30, 2021 22:54
laroche pushed a commit to laroche/FreeRTOS-Kernel that referenced this pull request Apr 18, 2024
* Add a daemon socket listener so that the process loop will only execute if data is available on the socket.

* Set process loop timeout to 0 so that other commands do not have to wait for a process loop that isn't doing anything.

* Add an additional publisher task to show multiple tasks publishing simultaneously.

* Clarify what is meant by "synchronous" and "asynchronous" publishes.

* Fix possible race condition in task notification waits.

* Move task notification wait loop to its own function.

* The prvMQTTConnect function was doing more than just connecting, so it was split into more functions.

* Minor name changes for clarity.

* Add macros for AWS IoT metrics
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.

3 participants