Skip to content

Commit 373a099

Browse files
authored
Merge pull request #70 from hectorespert/doc_watchdog
Add PlatformIO config documentation
2 parents 3172b51 + 33dc9d7 commit 373a099

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,15 @@ Testing with the Software Serial library shows some incompatibilities at low bau
7474
* `FreeRTOSVariant.h` : Contains the AVR specific configurations for this port of freeRTOS.
7575
* `heap_3.c` : Contains the heap allocation scheme based on `malloc()`. Other schemes are available, but depend on user configuration for specific MCU choice.
7676

77+
### PlatformIO
78+
79+
[Arduino FreeRTOS](https://platformio.org/lib/show/507/FreeRTOS) is available in the [PlatformIO library manager](https://docs.platformio.org/en/latest/librarymanager/index.html) for use in a [PlatformIO project](https://docs.platformio.org/en/latest/projectconf/index.html).
80+
81+
Watchdog period is configurable using build-flags:
82+
83+
```python
84+
build_flags =
85+
-DportUSE_WDTO=WDTO_15MS
86+
87+
```
7788

0 commit comments

Comments
 (0)