TcMenu / TaskManagerIO

A task, event, scheduling, and interrupt marshalling library for Arduino and mbed boards.
Apache License 2.0
124 stars 14 forks source link

Support for Arduino-mbed based boards such as the Nano33BLE #6

Closed davetcc closed 4 years ago

davetcc commented 4 years ago

We need to support all mbed based Arduino boards, probably by treating them as mbed in platform determination. Then they can take advantage of the mbed atomic functions that we've already tested. They can also safely use RTOS if this is the case.

davetcc commented 4 years ago

Nano33BLE is now working.