From 2dd186d8bda941e804ce68e93e3bc5676b2f8feb Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sat, 23 Sep 2023 10:34:49 +0000 Subject: [PATCH] add native settings --- platformio.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/platformio.ini b/platformio.ini index f813a45..f194630 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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