From d84575750a2a894c4fa9dd50b46e7384dfc10b9d Mon Sep 17 00:00:00 2001 From: Supper Thomas <78900636@qq.com> Date: Sun, 16 Mar 2025 14:28:44 +0800 Subject: [PATCH 1/3] =?UTF-8?q?[github/action]=20=E6=B7=BB=E5=8A=A0scons?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=BC=96=E8=AF=91=E6=97=B6=E9=97=B4=E7=9A=84?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/ci/bsp_buildings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/bsp_buildings.py b/tools/ci/bsp_buildings.py index 99ce680e8cb..8b182df63df 100644 --- a/tools/ci/bsp_buildings.py +++ b/tools/ci/bsp_buildings.py @@ -67,7 +67,7 @@ def build_bsp(bsp, scons_args=''): nproc = multiprocessing.cpu_count() os.chdir(rtt_root) - cmd = f'scons -C bsp/{bsp} -j{nproc} {scons_args}' + cmd = f'scons -C bsp/{bsp} -j{nproc} {scons_args} --debug=time' __, res = run_cmd(cmd, output_info=True) if res != 0: From 8d2a430b7dc401de06d3044dd1f77657bfbf5956 Mon Sep 17 00:00:00 2001 From: Supper Thomas <78900636@qq.com> Date: Sun, 16 Mar 2025 15:00:32 +0800 Subject: [PATCH 2/3] =?UTF-8?q?[bsp/pico]=20=E5=88=A0=E9=99=A4ci=20?= =?UTF-8?q?=E8=80=97=E6=97=B6=E7=9A=84config=EF=BC=8C=E5=9C=A8F412?= =?UTF-8?q?=E4=B8=AD=E5=B7=B2=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.ci/attachconfig/rtduino/dataprocessing.attach | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 bsp/raspberry-pico/.ci/attachconfig/rtduino/dataprocessing.attach diff --git a/bsp/raspberry-pico/.ci/attachconfig/rtduino/dataprocessing.attach b/bsp/raspberry-pico/.ci/attachconfig/rtduino/dataprocessing.attach deleted file mode 100644 index d833d95631d..00000000000 --- a/bsp/raspberry-pico/.ci/attachconfig/rtduino/dataprocessing.attach +++ /dev/null @@ -1,6 +0,0 @@ -CONFIG_BSP_USING_ARDUINO=y - -CONFIG_PKG_USING_ARDUINO_ARDUINOJSON=y -CONFIG_PKG_USING_ARDUINO_KALMANFILTER=y -CONFIG_PKG_USING_ARDUINO_TENSORFLOW_LITE_MICRO=y -CONFIG_PKG_USING_ARDUINO_TENSORFLOW_LITE_MICRO_EXAMPLE_HELLO_WORLD=y From 5a78c2d8730120dd7d94ce829c7f00cdb226555c Mon Sep 17 00:00:00 2001 From: Supper Thomas <78900636@qq.com> Date: Sun, 16 Mar 2025 15:15:29 +0800 Subject: [PATCH 3/3] =?UTF-8?q?[bsp/f412]=20=E8=BF=99=E4=B8=AA=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E9=9C=80=E8=A6=813=E5=88=86=E9=92=9F=EF=BC=8C?= =?UTF-8?q?=E4=B8=8D=E5=90=88=E7=90=86=EF=BC=8C=E5=85=88=E4=BB=8Eci?= =?UTF-8?q?=E4=B8=AD=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.ci/attachconfig/rtduino/dataprocessing.attach | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 bsp/stm32/stm32f412-st-nucleo/.ci/attachconfig/rtduino/dataprocessing.attach diff --git a/bsp/stm32/stm32f412-st-nucleo/.ci/attachconfig/rtduino/dataprocessing.attach b/bsp/stm32/stm32f412-st-nucleo/.ci/attachconfig/rtduino/dataprocessing.attach deleted file mode 100644 index d833d95631d..00000000000 --- a/bsp/stm32/stm32f412-st-nucleo/.ci/attachconfig/rtduino/dataprocessing.attach +++ /dev/null @@ -1,6 +0,0 @@ -CONFIG_BSP_USING_ARDUINO=y - -CONFIG_PKG_USING_ARDUINO_ARDUINOJSON=y -CONFIG_PKG_USING_ARDUINO_KALMANFILTER=y -CONFIG_PKG_USING_ARDUINO_TENSORFLOW_LITE_MICRO=y -CONFIG_PKG_USING_ARDUINO_TENSORFLOW_LITE_MICRO_EXAMPLE_HELLO_WORLD=y