define PIP_MICRO

detect AVR_GCC
add library.json
This commit is contained in:
Andrey
2022-01-14 14:37:51 +03:00
parent 1d9a39f792
commit 0504fa187e
6 changed files with 55 additions and 14 deletions

3
include_pip.py Normal file
View File

@@ -0,0 +1,3 @@
Import("env")
env.Append(CCFLAGS=["-Ilib/pip/libs/main/core", "-Ilib/pip/libs/main/containers", "-Ilib/pip/libs/main/introspection"])