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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user