24 lines
607 B
JSON
24 lines
607 B
JSON
{
|
|
"name": "PIP",
|
|
"keywords": "pip",
|
|
"description": "Platform-Independent Primitives",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://git.shs.tools/SHS/pip.git"
|
|
},
|
|
"frameworks": "*",
|
|
"platforms": "*",
|
|
"dependencies": {"mike-matera/ArduinoSTL": "^1.3.2"},
|
|
"build":
|
|
{
|
|
"srcFilter": [
|
|
"+<libs/main/core/*.cpp>",
|
|
"+<libs/main/containers/*.cpp>",
|
|
"+<libs/main/math/*.cpp>",
|
|
"+<libs/main/thread/*.cpp>"
|
|
],
|
|
"extraScript": "platformio_pre.py",
|
|
"flags": "-DPIP_FREERTOS"
|
|
}
|
|
} |