Skip to content

Commit fb3290f

Browse files
authored
Update README.md
1 parent 53e616f commit fb3290f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Importantly, any sketch that worked on IoAbstraction task manager will work with
3030
| AVR | Uno, Mega Mighty | Supported | Interrupt |
3131
| nRF52840 | Nano BLE | Supported | CAS locking|
3232

33+
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.
34+
3335
### Threading key:
3436

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

0 commit comments

Comments
 (0)