|
|
@@ -1,5 +1,5 @@
|
|
|
Task Scheduler – cooperative multitasking for Arduino and ESP8266 microcontrollers
|
|
|
-Version 3.0.1 2018-11-09
|
|
|
+Version 3.0.2 2018-11-14
|
|
|
|
|
|
If you find TaskScheduler useful for your Arduino project, please drop me an email: arkhipenko@hotmail.com
|
|
|
----------------------------------------------------------------------------------------------------------
|
|
|
@@ -18,6 +18,7 @@ OVERVIEW:
|
|
|
10. Support for std::functions (ESP8266 only)
|
|
|
11. Overall task timeout
|
|
|
12. Static and dynamic callback method binding
|
|
|
+13. Support for STM32F1 ARM Cortex-M3 boards
|
|
|
|
|
|
Scheduling overhead: between 15 and 18 microseconds per scheduling pass (check the benchmark example).
|
|
|
|
|
|
@@ -29,6 +30,7 @@ Tested on the following microcontrollers:
|
|
|
- ESP8266 (Node MCU v2.0)
|
|
|
- ESP32
|
|
|
- Teensy (tested on Teensy 3.5)
|
|
|
+ - STN32F1 (tested on Mini USB STM32F103RCBT6 ARM Cortex-M3 leaflabs Leaf maple mini module F)
|
|
|
|
|
|
For detailed functionality overview please refer to TaskScheduler documentation in the 'extras' folder.
|
|
|
=======================================================================================================
|