add native settings

add_native
Peter Buchegger 2023-09-23 10:34:49 +00:00
rodzic 8c2c217acc
commit 2dd186d8bd
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -47,3 +47,9 @@ build_flags = -Werror -Wall -DUNITY_INCLUDE_PRINT_FORMATTED
board = esp32doit-devkit-v1
build_flags = -Werror -Wall -DCORE_DEBUG_LEVEL=5 -DUNITY_INCLUDE_PRINT_FORMATTED
build_type = debug
[env:native]
platform = https://github.com/peterus/platform-native.git
framework = arduino
board = linux_arm
build_flags = -Werror -Wall -DCORE_DEBUG_LEVEL=5 -DUNITY_INCLUDE_PRINT_FORMATTED