405 rtt: 部分配置调整

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
2024-07-26 09:03:23 +08:00
parent ec86a22bb1
commit 49fcacf9cc
9 changed files with 75 additions and 106 deletions

View File

@@ -60,7 +60,7 @@ objs.extend(SConscript(os.path.join(libraries_path_prefix, stm32_library, 'SCons
# include drivers
objs.extend(SConscript(os.path.join(libraries_path_prefix, 'HAL_Drivers', 'SConscript')))
objs.extend(SConscript(os.path.join(SDK_ROOT, 'iap', 'SConscript')))
# objs.extend(SConscript(os.path.join(SDK_ROOT, 'iap', 'SConscript')))
objs.extend(SConscript(os.path.join(SDK_ROOT, 'packages', 'SConscript')))