Bump to head

This commit is contained in:
InsanityAutomation
2019-12-07 17:19:58 -05:00
parent d05461e488
commit 1ccfbaa39f
795 changed files with 130533 additions and 28992 deletions
@@ -7,9 +7,7 @@ platform = env.PioPlatform()
board = env.BoardConfig()
FRAMEWORK_DIR = platform.get_package_dir("framework-arduinoststm32")
CMSIS_DIR = os.path.join(FRAMEWORK_DIR, "CMSIS", "CMSIS")
assert os.path.isdir(FRAMEWORK_DIR)
assert os.path.isdir(CMSIS_DIR)
assert os.path.isdir("buildroot/share/PlatformIO/variants")
mcu_type = board.get("build.mcu")[:-2]