Skip to content

Commit 1237d9f

Browse files
authored
Update README.md
1 parent 315b26d commit 1237d9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ Importantly, any sketch that worked on IoAbstraction task manager will work with
2929
| SAMD ARM | MKR, IoT, Zero. | Supported | Interrupt |
3030
| AVR | Uno, Mega Mighty | Supported | Interrupt |
3131
| nRF52840 | Nano BLE | Supported | CAS locking|
32+
| Particle | Photon | Supported | Interrupt |
3233

3334
Note: if you are using a bare-metal mbed build (non-RTOS) on platformIO, for the moment please add an extra build flag: `PIO_NEEDS_RTOS_WORKAROUND` as a short term fix while a long term solution is determined. See issue [#17](https://github.com/davetcc/TaskManagerIO/issues/17).
3435

36+
Many thanks to contributors for helping us to confirm that this software runs on a wide range of hardware.
37+
3538
### Threading key:
3639

3740
* CAS locking: Protected against access even by multiple cores by using CAS task locking

0 commit comments

Comments
 (0)