mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-08 07:27:27 -06:00
New HardwareTimer for STM32 5.7.0 (#15655)
This commit is contained in:
parent
4762dfe797
commit
ac71cdc265
31 changed files with 1290 additions and 520 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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue