mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-29 01:06:56 +00:00
V1.0.5
This commit is contained in:
@@ -56,6 +56,8 @@ for /f %%i in ('dir /b "%SDK_PRJ_TOP_DIR%\target\configs\*_defconfig"') do (
|
||||
if !errorlevel! equ 0 (
|
||||
rem Scan the warning information in log
|
||||
find "warning: " %LOG_DIR%\!SOLUTION!.log | find "warning: " /i | find "is shorter than expected" /v /c > %LOG_DIR%\warning.tmp
|
||||
find "pinmux conflicts" %LOG_DIR%\!SOLUTION!.log >> %LOG_DIR%\warning.tmp
|
||||
|
||||
for /F %%j in ('type %LOG_DIR%\warning.tmp') do set war_cnt=%%j
|
||||
|
||||
echo !CNT_FMT!. !SOLUTION_FMT! is OK. Warning: !war_cnt!
|
||||
|
||||
@@ -17,6 +17,7 @@ echo cout/co : cd to build output directory.
|
||||
echo cbuild/cb : cd to build root directory.
|
||||
echo ctarget/ct : cd to target board directory.
|
||||
echo list : List all SDK defconfig.
|
||||
echo list_module : List all enabled modules.
|
||||
echo i : Get current project's information.
|
||||
echo buildall : Build all the *defconfig in target/configs
|
||||
echo rebuildall : Clean and build all the *defconfig in target/configs
|
||||
|
||||
6
tools/scripts/onestep/list_module.bat
Normal file
6
tools/scripts/onestep/list_module.bat
Normal file
@@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
rem SPDX-License-Identifier: GPL-2.0+
|
||||
rem
|
||||
rem Copyright (C) 2024 ArtInChip Technology Co., Ltd
|
||||
|
||||
scons --list-module -C %SDK_PRJ_TOP_DIR%
|
||||
Reference in New Issue
Block a user