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

View File

@@ -84,6 +84,10 @@
# define CC_OTHER
#endif
#ifdef __AVR__
# define CC_AVR_GCC
#endif
#ifdef WINDOWS
# ifdef CC_GCC
# define typeof __typeof