add native settings

This commit is contained in:
Peter Buchegger 2023-09-23 10:34:49 +00:00
parent 8c2c217acc
commit 2dd186d8bd

View file

@ -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