FreeRTOS-Kernel icon indicating copy to clipboard operation
FreeRTOS-Kernel copied to clipboard

Remove Co-routines from FreeRTOS-Kernel.

Open paulbartell opened this issue 4 years ago • 1 comments

Remove Co-routines from FreeRTOS-Kernel.

Description

Remove the co-routines implementation from FreeRTOS-Kernel since this code is no longer maintained or widely used.

Related Forum post:

https://forums.freertos.org/t/about-coroutine/11716/2

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

paulbartell avatar Apr 07 '21 17:04 paulbartell

Codecov Report

Merging #302 (fd48443) into main (ac2c383) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #302   +/-   ##
=======================================
  Coverage   95.36%   95.36%           
=======================================
  Files           4        4           
  Lines        1187     1187           
  Branches      334      334           
=======================================
  Hits         1132     1132           
  Misses         17       17           
  Partials       38       38           
Flag Coverage Δ
unittests 95.36% <ø> (ø)

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

Impacted Files Coverage Δ
queue.c 99.23% <ø> (ø)

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 ac2c383...fd48443. Read the comment docs.

codecov[bot] avatar Apr 08 '21 03:04 codecov[bot]

At least the AVR examples have coroutines so closing this PR.

n9wxu avatar Nov 04 '22 21:11 n9wxu