fix: Remove Arduino entry points

Improved flexibility by removing the Arduino entry points in favor of manual calls to setup/loop that the user can call from their entry point.  This is the more common use case for Arudino.

Also added the gtest/gmock_main files to the PlatformIO ignore list since we are not supporting that feature.
This commit is contained in:
Chris
2019-01-03 12:12:19 -06:00
parent de99386b67
commit 4d62b5b9ae
5 changed files with 188 additions and 228 deletions

View File

@@ -31,6 +31,7 @@
"googlemock/CMakeLists.txt",
"googlemock/Makefile.am",
"googlemock/configure.ac",
"googlemock/gmock_main.cc",
"googletest/cmake",
"googletest/codegear",
"googletest/m4",
@@ -41,7 +42,8 @@
"googletest/xcode",
"googletest/CMakeLists.txt",
"googletest/Makefile.am",
"googletest/configure.ac"
"googletest/configure.ac",
"googletest/gtest_main.cc"
]
},
"build": {