BriscoeTech / Arduino-FreeRTOS-SAMD21

A port of FreeRTOS that runs on Arduino Samd21 boards
63 stars 19 forks source link

upgrade to FreeRTOS V10.2.1 #17

Closed drewfish closed 4 years ago

drewfish commented 5 years ago

Here's an attempt. I first did a diff between master and FreeRTOS V8.2.3 to see what custom changes where done in this library, and tried to preserve them. I also tried to mark them with "Arduino framework integration" (though not all places).

I also added a couple of functions to support static allocation.

BriscoeTech commented 4 years ago

Thanks for converting everything to v10! I pulled your branch, added afew things, and merged it with the master branch. :-)

Thanks again!