Re: [PR] Add pipeline support for nsh commandline [nuttx-apps]

2024-10-17 Thread via GitHub
JianyuWang0623 commented on code in PR #2737: URL: https://github.com/apache/nuttx-apps/pull/2737#discussion_r1805958188 ## include/builtin/builtin.h: ## @@ -30,6 +30,7 @@ #include #include +#include "nshlib/nshlib.h" Review Comment: Done (and nshlib/nsh.h). -- Thi

Re: [PR] libc: Fix typo in libc/string/Kconfig. [nuttx]

2024-10-17 Thread via GitHub
yamt commented on PR #14388: URL: https://github.com/apache/nuttx/pull/14388#issuecomment-2421543966 i restarted the failed job as the failure looked unrelated ``` curl: (28) Failed to connect to github.com port 443 after 133994 ms: Connection timed out ``` -- This is an automate

Re: [PR] Merge the newlibc string into NuttX. [nuttx]

2024-10-17 Thread via GitHub
yamt commented on code in PR #13180: URL: https://github.com/apache/nuttx/pull/13180#discussion_r1805941021 ## libs/libc/string/lib_memccpy.c: ## @@ -51,6 +81,71 @@ #undef memccpy /* See mm/README.txt */ FAR void *memccpy(FAR void *s1, FAR const void *s2, int c, size_t n) { +

Re: [PR] Add pipeline support for nsh commandline [nuttx-apps]

2024-10-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #2737: URL: https://github.com/apache/nuttx-apps/pull/2737#discussion_r1805927904 ## include/builtin/builtin.h: ## @@ -30,6 +30,7 @@ #include #include +#include "nshlib/nshlib.h" Review Comment: #include -- This is an automa

[PR] tools/esp32s3/Config.mk: fix "unterminated call to function" error [nuttx]

2024-10-17 Thread via GitHub
yamt opened a new pull request, #14393: URL: https://github.com/apache/nuttx/pull/14393 ## Summary this # would be parsed by make as a start of a comment. ## Impact ## Testing bulild tested on macOS gmake version: ``` GNU Make 3.81 Copyright (C)

[PR] fix build error shift-count-overflow [nuttx]

2024-10-17 Thread via GitHub
lipengfei28 opened a new pull request, #14392: URL: https://github.com/apache/nuttx/pull/14392 ## Summary 1.fix build error shift-count-overflow ## Impact *Update this section, where applicable, on how change affects users, build process, hardware, documentation, security

Re: [PR] CI: Disable all jobs for macOS and Windows [nuttx]

2024-10-17 Thread via GitHub
lupyuen commented on PR #14377: URL: https://github.com/apache/nuttx/pull/14377#issuecomment-2421513677 Refurbished Intel Mac Mini costs USD 340, maybe I should buy one and run it at home for CI Tests? I'm now running CI Tests on a refurbished Ubuntu PC, seems OK so far. -- This is an au

Re: [PR] Fix Kconfig [nuttx]

2024-10-17 Thread via GitHub
pablogs9 closed pull request #14391: Fix Kconfig URL: https://github.com/apache/nuttx/pull/14391 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits

Re: [PR] Fix Kconfig [nuttx]

2024-10-17 Thread via GitHub
pablogs9 commented on PR #14391: URL: https://github.com/apache/nuttx/pull/14391#issuecomment-2421500087 Duplicated https://github.com/apache/nuttx/pull/14388 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[PR] Fix Kconfig [nuttx]

2024-10-17 Thread via GitHub
pablogs9 opened a new pull request, #14391: URL: https://github.com/apache/nuttx/pull/14391 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary Minor typo in KConfig that result in ``` libs/libc/

Re: [PR] Add pipeline support for nsh commandline [nuttx-apps]

2024-10-17 Thread via GitHub
JianyuWang0623 commented on code in PR #2737: URL: https://github.com/apache/nuttx-apps/pull/2737#discussion_r1805912742 ## include/nshlib/nshlib.h: ## @@ -65,6 +65,25 @@ # define SCHED_NSH SCHED_FIFO #endif +struct nsh_exec_param_s Review Comment: > but we can put it i

[PR] wireless/wapi.c: Initialize variables to avoid abnormal [nuttx-apps]

2024-10-17 Thread via GitHub
nuttxs opened a new pull request, #2755: URL: https://github.com/apache/nuttx-apps/pull/2755 ## Summary wireless/wapi.c:Initialize variables to avoid abnormal data when wapi get country code ## Impact ## Testing ``` nsh> wapi country wlan0 CN ``` -- This i

Re: [PR] CI: Disable all jobs for macOS and Windows [nuttx]

2024-10-17 Thread via GitHub
yamt commented on PR #14377: URL: https://github.com/apache/nuttx/pull/14377#issuecomment-2421440703 > There's a problem though: The macOS CI Scripts were created for the obsolete Intel Macs, they don't run so well on my M2 Pro Mac Mini. The scripts need to be updated. > > (Also it s

Re: [I] [BUG] ESP32S3 spiflash_suspend_cache will hang at enable ESP32S3_APP_FORMAT_MCUBOOT [nuttx]

2024-10-17 Thread via GitHub
SmartIotMaker commented on issue #14368: URL: https://github.com/apache/nuttx/issues/14368#issuecomment-2421231211 nuttx base on master and last commit is 204871513486e940fbb29a9a524de9b9e063d3e0 : ``` commit 204871513486e940fbb29a9a524de9b9e063d3e0 (origin/master, origin/HEAD, master

Re: [I] [BUG] ESP32S3 spiflash_suspend_cache will hang at enable ESP32S3_APP_FORMAT_MCUBOOT [nuttx]

2024-10-17 Thread via GitHub
SmartIotMaker commented on issue #14368: URL: https://github.com/apache/nuttx/issues/14368#issuecomment-2421224290 Run follow command: 1. `./tools/configure.sh -S -l esp32s3-devkit:mcuboot_nsh` 2. `make menuconfig` to select Mount on bring-up" in `"Board Selection" -> "Mount SPI Flas

Re: [I] [HELP] ESP32C3 sleep after software reset [nuttx]

2024-10-17 Thread via GitHub
metarutaiga commented on issue #13230: URL: https://github.com/apache/nuttx/issues/13230#issuecomment-2421219041 https://github.com/NyankoLab/esp32c3-nuttx if it enabled wget and uiP web Client, it would be over 1MB. -- This is an automated message from the Apache Git Service. To re

Re: [PR] WIP: move readv/writev to the kernel [nuttx]

2024-10-17 Thread via GitHub
yamt commented on code in PR #13498: URL: https://github.com/apache/nuttx/pull/13498#discussion_r1805781418 ## fs/vfs/fs_read.c: ## @@ -41,28 +42,27 @@ / /***

[I] [BUG] `cp -T` is used by kconfig-merge / tools/esp32s3/Config.mk [nuttx]

2024-10-17 Thread via GitHub
yamt opened a new issue, #14390: URL: https://github.com/apache/nuttx/issues/14390 ### Description / Steps to reproduce the issue try building esp32s3-devkit:knsh on macOS. it uses kconfig-merge, which internally uses `cp -T`, which is not available for non-gnu cp. https://bitb

(nuttx-apps) 06/07: examples/foc: ignore error for align and ident routines when motor controller disabled

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit b85a5ed30691957e29a2c9e9f19cade7a9891187 Author: raiden00pl AuthorDate: Sat Oct 12 17:38:50 2024 +0200 examp

(nuttx-apps) 07/07: examples/foc: protect control loop with critical section

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit a7024aea896dd4cec7be209959efd5a5ac570ab0 Author: raiden00pl AuthorDate: Tue Oct 31 19:03:41 2023 +0100 examp

(nuttx-apps) 03/07: examples/foc: improve perf monitor

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit beeec27afda9df6b37b7827a4ff2d8d8563607a4 Author: raiden00pl AuthorDate: Fri Sep 20 18:46:43 2024 +0200 examp

(nuttx-apps) 04/07: examples/foc: fix option that disable motor controller

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 103bf836081b43c22f78b684afe73cc4f5cf2f1e Author: raiden00pl AuthorDate: Mon Sep 30 12:30:17 2024 +0200 examp

(nuttx-apps) 05/07: examples/foc: print aling results only when verbose output enabled

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 1aacc99491e91c61ddae358f10ee30c35a370f3c Author: raiden00pl AuthorDate: Sat Oct 12 17:36:35 2024 +0200 examp

(nuttx-apps) 02/07: examples/foc: fix compilation error

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 5c166edf631416cd30355327bb8bd6c451d2f4cb Author: raiden00pl AuthorDate: Thu Oct 17 14:01:53 2024 +0200 examp

(nuttx-apps) 01/07: examples/foc: fix snprintf warning

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit fc863b6cd043e1f47dca272ecd74961363c6533e Author: raiden00pl AuthorDate: Sat Sep 28 10:38:02 2024 +0200 examp

(nuttx-apps) branch master updated (25937282e -> a7024aea8)

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git from 25937282e ml: follow nxstyle new fc863b6cd examples/foc: fix snprintf warning new 5c166edf6 examples/

Re: [PR] Various improvements to FOC example [nuttx-apps]

2024-10-17 Thread via GitHub
xiaoxiang781216 merged PR #2752: URL: https://github.com/apache/nuttx-apps/pull/2752 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

Re: [PR] Kconfig:fix typo [nuttx]

2024-10-17 Thread via GitHub
lupyuen commented on PR #14389: URL: https://github.com/apache/nuttx/pull/14389#issuecomment-2421150100 Wonder why our CI continues to run the job after the PR has been closed? So wasteful sigh. ![Screenshot 2024-10-18 at 10 33 52  AM](https://github.com/user-attachments/assets/c75586

Re: [PR] Merge the newlibc string into NuttX. [nuttx]

2024-10-17 Thread via GitHub
cederom commented on PR #13180: URL: https://github.com/apache/nuttx/pull/13180#issuecomment-2421143882 0430AM here, setting sleep bit for a while, take care folks :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [PR] Kconfig:fix typo [nuttx]

2024-10-17 Thread via GitHub
xiaoxiang781216 closed pull request #14389: Kconfig:fix typo URL: https://github.com/apache/nuttx/pull/14389 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

(nuttx) branch master updated: tools: fix parsetrace.py output

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new d762427ec9 tools: fix parsetrace.py output d76

Re: [PR] tools: fix parsetrace.py output [nuttx]

2024-10-17 Thread via GitHub
xiaoxiang781216 merged PR #14387: URL: https://github.com/apache/nuttx/pull/14387 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nu

Re: [PR] Kconfig:fix typo [nuttx]

2024-10-17 Thread via GitHub
xiaoxiang781216 commented on PR #14389: URL: https://github.com/apache/nuttx/pull/14389#issuecomment-2421139784 Fixed here https://github.com/apache/nuttx/pull/14388 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[PR] Kconfig:fix typo [nuttx]

2024-10-17 Thread via GitHub
anjiahao1 opened a new pull request, #14389: URL: https://github.com/apache/nuttx/pull/14389 ## Summary libs/libc/string/Kconfig:44: syntax error libs/libc/string/Kconfig:43: unknown option "--help--" libs/libc/string/Kconfig:44: unknown option "Use" make: *** [olddefconfig] E

Re: [PR] Merge the newlibc string into NuttX. [nuttx]

2024-10-17 Thread via GitHub
cederom commented on PR #13180: URL: https://github.com/apache/nuttx/pull/13180#issuecomment-2421118595 > @xiaoxiang781216: auto select from: https://github.com/apache/nuttx/blob/master/tools/Unix.mk#L634-L679 Wow so kconfiglib can now work with all of the NuttX Kconfig files? :-) -

Re: [PR] Merge the newlibc string into NuttX. [nuttx]

2024-10-17 Thread via GitHub
xiaoxiang781216 commented on PR #13180: URL: https://github.com/apache/nuttx/pull/13180#issuecomment-2421094878 auto select from: https://github.com/apache/nuttx/blob/master/tools/Unix.mk#L634-L679 -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] Merge the newlibc string into NuttX. [nuttx]

2024-10-17 Thread via GitHub
lupyuen commented on PR #13180: URL: https://github.com/apache/nuttx/pull/13180#issuecomment-2421088541 I was experimenting with defconfig files: https://github.com/apache/nuttx/pull/14299 If the `tools/ci/testlist/arm-01.dat` file contains "CMake,nucleo-f334r8:adc", then CI Build ru

Re: [PR] libc: Fix typo in libc/string/Kconfig. [nuttx]

2024-10-17 Thread via GitHub
cederom commented on PR #14388: URL: https://github.com/apache/nuttx/pull/14388#issuecomment-2421078334 > Thank you very much for your fix. No worries @yangguangcai01, Thank You for contributing to NuttX! :-) -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] Merge the newlibc string into NuttX. [nuttx]

2024-10-17 Thread via GitHub
cederom commented on PR #13180: URL: https://github.com/apache/nuttx/pull/13180#issuecomment-2421074722 Looking at the logs here: https://github.com/apache/nuttx/actions/runs/11384169288/job/31671394520#step:7:101 This script is used for builds: https://github.com/apache/nuttx/blob/m

Re: [PR] Merge the newlibc string into NuttX. [nuttx]

2024-10-17 Thread via GitHub
xiaoxiang781216 commented on PR #13180: URL: https://github.com/apache/nuttx/pull/13180#issuecomment-2421068296 > Wonder if CI is running a different version of Kconfig? ci may use https://pypi.org/project/kconfiglib/, we can switch some back to use kconfig-frontend. -- This is an

Re: [I] [BUG] sim/module: ar output the warning message from ci [nuttx-apps]

2024-10-17 Thread via GitHub
xiaoxiang781216 commented on issue #2754: URL: https://github.com/apache/nuttx-apps/issues/2754#issuecomment-2421066313 @anjiahao1 look at this problem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[I] [BUG] sim/module: ar output the warning message from ci [nuttx-apps]

2024-10-17 Thread via GitHub
xiaoxiang781216 opened a new issue, #2754: URL: https://github.com/apache/nuttx-apps/issues/2754 ### Description / Steps to reproduce the issue please see https://github.com/apache/nuttx-apps/actions/runs/11381576984/job/31663367795?pr=2737: ===

Re: [PR] Merge the newlibc string into NuttX. [nuttx]

2024-10-17 Thread via GitHub
cederom commented on PR #13180: URL: https://github.com/apache/nuttx/pull/13180#issuecomment-2421064072 I use `kconfig-frontends-4.11.0.1` on FreeBSD :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [PR] Add pipeline support for nsh commandline [nuttx-apps]

2024-10-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #2737: URL: https://github.com/apache/nuttx-apps/pull/2737#discussion_r1805705994 ## include/nshlib/nshlib.h: ## @@ -65,6 +65,25 @@ # define SCHED_NSH SCHED_FIFO #endif +struct nsh_exec_param_s Review Comment: but we can put it in

Re: [PR] libc: Fix typo in libc/string/Kconfig. [nuttx]

2024-10-17 Thread via GitHub
yangguangcai01 commented on PR #14388: URL: https://github.com/apache/nuttx/pull/14388#issuecomment-2421061278 Thank you very much for your fix. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

Re: [PR] Merge the newlibc string into NuttX. [nuttx]

2024-10-17 Thread via GitHub
yangguangcai01 commented on PR #13180: URL: https://github.com/apache/nuttx/pull/13180#issuecomment-2421059875 > @yangguangcai01 We are missing hyphens in `---help---`: > > ``` >--help-- >Use optimized string function implementation based on newlib. > ``` >

(nuttx-apps) 18/22: ml: update Makefile

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit b15e71cd221caa6b3706b86d36beac99115d2ae4 Author: jihandong AuthorDate: Fri Apr 26 10:01:39 2024 +0800 ml: up

(nuttx-apps) 21/22: ml: a cmdline tool to use tflite-micro.

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 7d87768f78a716fcfb122e739bfe1be6de0831a2 Author: jihandong AuthorDate: Thu Jun 6 20:26:59 2024 +0800 ml: a c

(nuttx-apps) 22/22: ml: follow nxstyle

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 25937282edf193bd8db07bb069fd81f20e0d114f Author: jihandong AuthorDate: Thu Oct 17 16:16:58 2024 +0800 ml: fo

(nuttx-apps) 06/22: Neon optimized Conv operator

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit a37ca36a8a9afc418a830e7dab8469c1f49c34de Author: xinhaiteng AuthorDate: Sat Mar 2 21:46:44 2024 +0800 Neon o

(nuttx-apps) 17/22: ml: clean tflite Makefile

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit c585aa147a3ce59644662755e96750757e9922b2 Author: jihandong AuthorDate: Wed Apr 24 16:46:55 2024 +0800 ml: cl

(nuttx-apps) 10/22: ml: tflm dequantize optimization patch

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 14a591fab27c7bdfa28eacd6109d9f15fa5894a9 Author: jihandong AuthorDate: Wed Apr 24 17:37:09 2024 +0800 ml: tf

(nuttx-apps) 20/22: ml: useful tflm debug options

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit b91adbb9f2ede51e1ccdeae80b4db248ee89adc7 Author: jihandong AuthorDate: Tue May 28 16:24:21 2024 +0800 ml: us

(nuttx-apps) 02/22: fix: git status/git status --ignore normalization check problem

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 6b6e0783cf66469cce2276787f5f003436d65dbe Author: dengwenqi AuthorDate: Mon Oct 30 13:56:02 2023 +0800 fix: g

(nuttx-apps) branch master updated (0a4170daf -> 25937282e)

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git from 0a4170daf CI: Skip jobs arm-08 to arm-14 when a Complex PR is created / updated new 06189b556 fix: git st

(nuttx-apps) 19/22: ml: tflite extra hardware support.

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit f2eb5cd3c4d5a05bfa1007ebb074f23178673777 Author: jihandong AuthorDate: Fri May 10 16:15:45 2024 +0800 ml: tf

(nuttx-apps) 09/22: Added Cortex-A compilation environment.

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 67f495e360872309d1fdf4f9a5c01af82ca086cc Author: xinhaiteng AuthorDate: Wed Mar 6 10:17:25 2024 +0800 Added

(nuttx-apps) 16/22: Modify the usage error of neon instruction set

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 958d8e03eb4837d47a3e35f6a33de65883749931 Author: xinhaiteng AuthorDate: Thu Aug 15 20:50:10 2024 +0800 Modif

(nuttx-apps) 14/22: cmake:add cmsis-nn CMake build

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 8dfd998db16401ebd0e41b02ef0f1a4eda11447a Author: renzhiyuan1 AuthorDate: Thu May 23 14:22:33 2024 +0800 cmak

(nuttx-apps) 11/22: delete the neon conv2D

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 570102c5018c6b4010227a044dde894b0b16feec Author: xinhaiteng AuthorDate: Thu Apr 25 11:31:10 2024 +0800 delet

Re: [PR] Merge the newlibc string into NuttX. [nuttx]

2024-10-17 Thread via GitHub
lupyuen commented on PR #13180: URL: https://github.com/apache/nuttx/pull/13180#issuecomment-2421052960 Wonder if CI is running a different version of Kconfig? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

(nuttx-apps) 04/22: Add configurations files.

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 71cbcb26180a3fb81af861edc3ae179cafa32a0c Author: renzhiyuan1 AuthorDate: Fri Nov 17 19:01:19 2023 +0800 Add

(nuttx-apps) 07/22: Neon optimized Add operator

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit fb17e33894c3524a0089189aaa1ef03ce6c56bff Author: xinhaiteng AuthorDate: Sat Mar 2 21:45:24 2024 +0800 Neon o

(nuttx-apps) 08/22: Update third-party library version

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 11519fe1cab0bae65c61374ff5abfae92fbf8573 Author: xinhaiteng AuthorDate: Sat Mar 2 21:37:58 2024 +0800 Update

(nuttx-apps) 15/22: cmake:add tflite-micro CMake build

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit eb56c62dc9de63797a678286b465031b29f61b2c Author: renzhiyuan1 AuthorDate: Thu May 23 14:54:51 2024 +0800 cmak

(nuttx-apps) 12/22: ml: tflm quantize optimization patch

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 068b2b16bb29201a2c6f4cef54c58fb710909e97 Author: xinhaiteng AuthorDate: Thu Apr 25 11:34:26 2024 +0800 ml: t

(nuttx-apps) 13/22: ml: tflm mean optimization patch

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit dda8cab3355041ef5fbed333b973d91001d7834b Author: xinhaiteng AuthorDate: Thu Apr 25 11:38:19 2024 +0800 ml: t

(nuttx-apps) 01/22: fix: git status/git status --ignore normalization check problem

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 06189b556cf7448ac700d175cbe7df36a846f6ce Author: dengwenqi AuthorDate: Fri Oct 27 16:35:16 2023 +0800 fix: g

(nuttx-apps) 05/22: TFLM Cortex-A NEON Conv

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 754d9e39a850a219acaf1e512ce3b190c9ed4d56 Author: xinhaiteng AuthorDate: Fri Nov 24 17:56:37 2023 +0800 TFLM

(nuttx-apps) 03/22: remove:flatbuffers,gemmlowp,kissfft,ruy repos

2024-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit bdfce937e93a80254562422593afc91ff7bd7521 Author: xuxin19 AuthorDate: Fri Nov 10 17:41:18 2023 +0800 remove:f

Re: [PR] Add tflite-micro and some other AI support [nuttx-apps]

2024-10-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #2747: URL: https://github.com/apache/nuttx-apps/pull/2747#discussion_r1805701541 ## mlearning/tflite-micro/operators/neon/arm_nn_mat_mult_kernel_s8_s16.c: ## @@ -0,0 +1,363 @@ +/* + * SPDX-FileCopyrightText: Copyright 2010-2023 Arm Limite

Re: [PR] Add tflite-micro and some other AI support [nuttx-apps]

2024-10-17 Thread via GitHub
xiaoxiang781216 merged PR #2747: URL: https://github.com/apache/nuttx-apps/pull/2747 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

Re: [PR] libc: Fix typo in libc/string/Kconfig. [nuttx]

2024-10-17 Thread via GitHub
cederom commented on PR #14388: URL: https://github.com/apache/nuttx/pull/14388#issuecomment-2421051344 Yeah we can already test slimmed CI :D -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] Merge the newlibc string into NuttX. [nuttx]

2024-10-17 Thread via GitHub
xiaoxiang781216 commented on PR #13180: URL: https://github.com/apache/nuttx/pull/13180#issuecomment-2421050840 @cederom do you find the reason why nuttx ci doesn't catch this type of error? -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [I] [URGENT] Reducing our usage of GitHub Runners [nuttx]

2024-10-17 Thread via GitHub
lupyuen commented on issue #14376: URL: https://github.com/apache/nuttx/issues/14376#issuecomment-2421050773 The builds are so much faster today yay! https://github.com/apache/nuttx/actions/runs/11395811301 ![Screenshot 2024-10-18 at 9 36 30  AM](https://github.com/user-attachments/assets

Re: [PR] libc: Fix typo in libc/string/Kconfig. [nuttx]

2024-10-17 Thread via GitHub
lupyuen commented on PR #14388: URL: https://github.com/apache/nuttx/pull/14388#issuecomment-2421049813 The builds are so much faster today yay! https://github.com/apache/nuttx/actions/runs/11395811301 ![Screenshot 2024-10-18 at 9 36 30  AM](https://github.com/user-attachments/assets/2b20

Re: [PR] libc: Fix typo in libc/string/Kconfig. [nuttx]

2024-10-17 Thread via GitHub
cederom commented on PR #14388: URL: https://github.com/apache/nuttx/pull/14388#issuecomment-2421046375 Thank you @lupyuen for the hint on how to quickly fix the master :-) :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[PR] libc: Fix typo in libc/string/Kconfig. [nuttx]

2024-10-17 Thread via GitHub
cederom opened a new pull request, #14388: URL: https://github.com/apache/nuttx/pull/14388 ## Summary * Changes in https://github.com/apache/nuttx/pull/13180 contained a typo `libs/libc/string/Kconfig` that broke initial `./tools/configure.sh`. * Here goes the typo fix. ## I

(nuttx) branch master updated: CI: Disable all jobs for macOS and Windows

2024-10-17 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new e75ac114c1 CI: Disable all jobs for macOS and Wi

Re: [PR] CI: Disable all jobs for macOS and Windows [nuttx]

2024-10-17 Thread via GitHub
cederom merged PR #14377: URL: https://github.com/apache/nuttx/pull/14377 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apac

Re: [I] [URGENT] Reducing our usage of GitHub Runners [nuttx]

2024-10-17 Thread via GitHub
cederom closed issue #14376: [URGENT] Reducing our usage of GitHub Runners URL: https://github.com/apache/nuttx/issues/14376 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

(nuttx) branch master updated (7aa7bf70c1 -> 24cb8c25ab)

2024-10-17 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 7aa7bf70c1 CI: Skip jobs arm-08 to arm-14 when a Complex PR is created / updated add 24cb8c25ab bluetooth: Fix th

Re: [PR] bluetooth: Fix the incompatibility made by https://github.com/apache/nuttx/pull/14224 [nuttx]

2024-10-17 Thread via GitHub
anchao merged PR #14385: URL: https://github.com/apache/nuttx/pull/14385 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apach

Re: [I] [BUG] ci output "/usr/bin/bash: line 1: p32-g++: command not found" [nuttx]

2024-10-17 Thread via GitHub
lupyuen commented on issue #14374: URL: https://github.com/apache/nuttx/issues/14374#issuecomment-2421008928 Seems to be caused by [tools/refresh.sh](https://github.com/apache/nuttx/blob/master/tools/refresh.sh). The same kind of messages appear when we run `tools/refresh.sh` in our CI. Wi

Re: [PR] CI: Disable all jobs for macOS and Windows [nuttx]

2024-10-17 Thread via GitHub
lupyuen commented on PR #14377: URL: https://github.com/apache/nuttx/pull/14377#issuecomment-2420990623 I have just rebased to `master` branch, to keep `arch.yml` in sync with https://github.com/apache/nuttx/pull/14386. Thanks! -- This is an automated message from the Apache Git Service.

Re: [PR] Merge the newlibc string into NuttX. [nuttx]

2024-10-17 Thread via GitHub
lupyuen commented on PR #13180: URL: https://github.com/apache/nuttx/pull/13180#issuecomment-2420967558 @yangguangcai01 We are missing hyphens in `---help---`: ```text --help-- Use optimized string function implementation based on newlib. ``` Should be

(nuttx-website) branch asf-site updated: Publishing web: 6f43cfb03f4b427e9277e6d3064476fa7ea61660 docs: 7aa7bf70c1ade81bb2c60fbde2133fceb7449ab1

2024-10-17 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 454b042d2 Publishing web: 6f43cfb

Re: [PR] Merge the newlibc string into NuttX. [nuttx]

2024-10-17 Thread via GitHub
lupyuen commented on PR #13180: URL: https://github.com/apache/nuttx/pull/13180#issuecomment-2420924167 Same here, all the RISC-V Builds are broken: https://gist.github.com/lupyuen/974f625cdd57da30805277566dd404e5 ```text libs/libc/string/Kconfig:44: syntax error libs/libc/strin

Re: [I] [URGENT] Reducing our usage of GitHub Runners [nuttx]

2024-10-17 Thread via GitHub
cederom commented on issue #14376: URL: https://github.com/apache/nuttx/issues/14376#issuecomment-2420901107 Okay its UTC. We are really short on time. I have merged changes. Lets monitor the use now for 24h we need metrics. We can always revert the commits. -- This is an automated me

Re: [I] [URGENT] Reducing our usage of GitHub Runners [nuttx]

2024-10-17 Thread via GitHub
cederom commented on issue #14376: URL: https://github.com/apache/nuttx/issues/14376#issuecomment-2420901551 Sorry no clue why it closed in my name o_O -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

Re: [I] [URGENT] Reducing our usage of GitHub Runners [nuttx]

2024-10-17 Thread via GitHub
cederom closed issue #14376: [URGENT] Reducing our usage of GitHub Runners URL: https://github.com/apache/nuttx/issues/14376 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

(nuttx-apps) branch master updated: CI: Skip jobs arm-08 to arm-14 when a Complex PR is created / updated

2024-10-17 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 0a4170daf CI: Skip jobs arm-08 to arm-14 wh

(nuttx) branch master updated: CI: Skip jobs arm-08 to arm-14 when a Complex PR is created / updated

2024-10-17 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 7aa7bf70c1 CI: Skip jobs arm-08 to arm-14 when a

Re: [PR] CI: Skip jobs arm-08 to arm-14 when a Complex PR is created / updated [nuttx]

2024-10-17 Thread via GitHub
cederom merged PR #14386: URL: https://github.com/apache/nuttx/pull/14386 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apac

Re: [PR] CI: Skip jobs arm-08 to arm-14 when a Complex PR is created / updated [nuttx-apps]

2024-10-17 Thread via GitHub
cederom merged PR #2753: URL: https://github.com/apache/nuttx-apps/pull/2753 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.a

[I] [URGENT] Reducing our usage of GitHub Runners [nuttx]

2024-10-17 Thread via GitHub
lupyuen opened a new issue, #14376: URL: https://github.com/apache/nuttx/issues/14376 Hi All: We have [an ultimatum](https://lists.apache.org/thread/2yzv1fdf9y6pdkg11j9b4b93grb2bn0q) to reduce (drastically) our usage of GitHub Actions. Or our Continuous Integration will halt totally in Two

Re: [I] [URGENT] Reducing our usage of GitHub Runners [nuttx]

2024-10-17 Thread via GitHub
lupyuen commented on issue #14376: URL: https://github.com/apache/nuttx/issues/14376#issuecomment-2420731119 Stats for the past 24 hours: We consumed __61 Full-Time Runners__, still got a long way away from our target of 25 Full-Time Runners (otherwise ASF will halt our servers in 12 days)

Re: [PR] Merge the newlibc string into NuttX. [nuttx]

2024-10-17 Thread via GitHub
cederom commented on PR #13180: URL: https://github.com/apache/nuttx/pull/13180#issuecomment-2420495733 Houston we gotta problem, I did a bisect from master head and looks like we broke configure with this one :-) Kconfig file syntax seems invalid and CI did not catch it :-) @

Re: [PR] tools: fix parsetrace.py output [nuttx]

2024-10-17 Thread via GitHub
acassis commented on PR #14387: URL: https://github.com/apache/nuttx/pull/14387#issuecomment-2420227631 @alexguirre thank you very much! BTW, I just noticed we don't have any documentation about parsetrace, please consider submitting an guide to be included at Documentation/ to be used as r

Re: [I] [HELP] Making HTTPS calls using MBEDTLS [nuttx]

2024-10-17 Thread via GitHub
tmedicci commented on issue #14010: URL: https://github.com/apache/nuttx/issues/14010#issuecomment-2420148014 > Reference We are testing the changes internally. As soon as our CI finishes, we can merge it. Thanks! -- This is an automated message from the Apache Git Service. To resp

  1   2   3   >