compiled for esp32

This commit is contained in:
2022-01-15 14:54:36 +03:00
parent c9e329d27d
commit 86130d7105
8 changed files with 60 additions and 46 deletions

View File

@@ -1,6 +1,5 @@
{
"name": "PIP",
"version": "2.33.0",
"keywords": "pip",
"description": "Platform-Independent Primitives",
"repository":
@@ -15,8 +14,11 @@
{
"srcFilter": [
"+<libs/main/core/*.cpp>",
"+<libs/main/containers/*.cpp>"
"+<libs/main/containers/*.cpp>",
"+<libs/main/math/*.cpp>",
"+<libs/main/thread/*.cpp>"
],
"extraScript": "platformio_pre.py"
"extraScript": "platformio_pre.py",
"flags": "-DPIP_FREERTOS"
}
}