Kaynağa Gözat

Update README with Linux support information

Added Linux compatibility note for task scheduler.
Anatoli Arkhipenko 5 ay önce
ebeveyn
işleme
4692bc9d58
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -51,6 +51,7 @@ Scheduling overhead: between `15` and `18` microseconds per scheduling pass (Ard
 * STM32 (tested on Mini USB STM32F103RCBT6 ARM Cortex-M3 leaflabs Leaf maple mini module F)
 * MSP430 and MSP432 boards
 * Raspberry Pi (requires external `_TASK_NON_ARDUINO` and `_task_millis()` implementation)
+* Any Linux (requires external `_TASK_NON_ARDUINO` and `_task_millis()` implementation - that's how Unit tests are done)
 
 
 ​**Don't just take my word for it - try it for yourself on [Wokwi](https://wokwi.com/playground/task-scheduler)**