|
@@ -36,6 +36,9 @@ Export('rtconfig')
|
|
# prepare building environment
|
|
# prepare building environment
|
|
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
|
|
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
|
|
|
|
|
|
|
|
+stm32_library = 'STM32F7xx_HAL'
|
|
|
|
+rtconfig.BSP_LIBRARY_TYPE = stm32_library
|
|
|
|
+
|
|
SDK_ROOT = os.path.abspath('./')
|
|
SDK_ROOT = os.path.abspath('./')
|
|
|
|
|
|
# include drivers
|
|
# include drivers
|