Skip to content

Commit 42d1481

Browse files
authored
Update README.md
1 parent aa1e6aa commit 42d1481

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,16 @@ There is a forum where questions can be asked, but the rules of engagement are:
114114

115115
### Known working and supported boards:
116116

117-
| CPU / OS | Boards using CPU | Status | Threading |
118-
| --------- | ----------------- | --------- | ---------- |
119-
| ARM mbed | STM32, nRF. | Supported | CAS locking|
120-
| ESP8266 | Node MCU, Huzzah | Supported | Interrupt |
121-
| ESP32 | Wifi32, Huzzah32 | Supported | CAS locking|
122-
| SAMD ARM | MKR, IoT, Zero. | Supported | Interrupt |
123-
| AVR | Uno, Mega Mighty | Supported | Interrupt |
124-
| nRF52840 | Nano BLE | Supported | CAS locking|
125-
| Particle | Photon | Supported | Interrupt |
117+
| CPU / OS | Boards using CPU | Status | Threading |
118+
| ---------- | ----------------- | --------- | ---------- |
119+
| ARM mbed | STM32, nRF. | Supported | CAS locking|
120+
| ESP8266 | Node MCU, Huzzah | Supported | Interrupt |
121+
| ESP32 | Wifi32, Huzzah32 | Supported | CAS locking|
122+
| SAMD ARM | MKR, IoT, Zero. | Supported | Interrupt |
123+
| Stm32Duino | STM32F4 boards | Supported | Interrupt |
124+
| AVR | Uno, Mega Mighty | Supported | Interrupt |
125+
| nRF52840 | Nano BLE | Supported | CAS locking|
126+
| Particle | Photon | Supported | Interrupt |
126127

127128
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).
128129

0 commit comments

Comments
 (0)