Scott Lahteine
4 years ago
28 changed files with 77 additions and 37 deletions
@ -1,3 +1,6 @@ |
|||
# |
|||
# STM32F103RET6_creality.py |
|||
# |
|||
import os |
|||
Import("env") |
|||
|
@ -1,3 +1,7 @@ |
|||
# |
|||
# STM32F401VE_STEVAL.py |
|||
# Customizations for env:STM32F401VE_STEVAL |
|||
# |
|||
import os |
|||
Import("env") |
|||
|
@ -1,2 +1,5 @@ |
|||
# |
|||
# add_nanolib.py |
|||
# |
|||
Import("env") |
|||
env.Append(LINKFLAGS=["--specs=nano.specs"]) |
|||
|
Loading…
Reference in new issue