Re: [PR] upgrade llvm version to 17.0.6 [nuttx]

2023-12-08 Thread via GitHub
raiden00pl commented on code in PR #11301: URL: https://github.com/apache/nuttx/pull/11301#discussion_r1420151859 ## libs/libxx/mbstate_t.patch: ## @@ -0,0 +1,17 @@ +--- libs/libxx/libcxx/include/__mbstate_t.h2023-11-28 09:52:28.0 +0100 Review Comment: > Yes we

Re: [PR] upgrade llvm version to 17.0.6 [nuttx]

2023-12-08 Thread via GitHub
raiden00pl commented on code in PR #11301: URL: https://github.com/apache/nuttx/pull/11301#discussion_r1420160020 ## libs/libxx/mbstate_t.patch: ## @@ -0,0 +1,17 @@ +--- libs/libxx/libcxx/include/__mbstate_t.h2023-11-28 09:52:28.0 +0100 Review Comment: Or, if I

[PR] trying to fix CI: pin external action to the specific git hash [nuttx]

2023-12-08 Thread via GitHub
raiden00pl opened a new pull request, #11353: URL: https://github.com/apache/nuttx/pull/11353 ## Summary trying to fix CI: pin external action to the specific git hash according to: https://infra.apache.org/github-actions-policy.html ## Impact ## Testing none -- This

Re: [PR] tools/ci: Skip copy gn temporary files [nuttx]

2023-12-08 Thread via GitHub
xiaoxiang781216 commented on PR #11345: URL: https://github.com/apache/nuttx/pull/11345#issuecomment-1846845056 ci fail to update the docker image: https://github.com/apache/nuttx/actions/runs/7137890244 -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [PR] upgrade llvm version to 17.0.6 [nuttx]

2023-12-08 Thread via GitHub
raiden00pl commented on code in PR #11301: URL: https://github.com/apache/nuttx/pull/11301#discussion_r1420165394 ## libs/libxx/mbstate_t.patch: ## @@ -0,0 +1,17 @@ +--- libs/libxx/libcxx/include/__mbstate_t.h2023-11-28 09:52:28.0 +0100 Review Comment: we can tr

Re: [PR] upgrade llvm version to 17.0.6 [nuttx]

2023-12-08 Thread via GitHub
trns1997 commented on code in PR #11301: URL: https://github.com/apache/nuttx/pull/11301#discussion_r1420166154 ## libs/libxx/mbstate_t.patch: ## @@ -0,0 +1,17 @@ +--- libs/libxx/libcxx/include/__mbstate_t.h2023-11-28 09:52:28.0 +0100 Review Comment: @raiden00pl

[PR] free disk space action added to fix docker image build issue [nuttx]

2023-12-08 Thread via GitHub
trns1997 opened a new pull request, #11354: URL: https://github.com/apache/nuttx/pull/11354 ## Summary Relates to https://github.com/apache/nuttx/pull/11343 ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: [PR] trying to fix CI: pin external action to the specific git hash [nuttx]

2023-12-08 Thread via GitHub
raiden00pl commented on PR #11353: URL: https://github.com/apache/nuttx/pull/11353#issuecomment-1846857418 this should works, mynewt uses something like this: https://github.com/apache/mynewt-core/blob/259b76ded76313e28014ab8f68818f23108fa190/.github/workflows/build_blinky.yml#L37 -- This

Re: [PR] upgrade llvm version to 17.0.6 [nuttx]

2023-12-08 Thread via GitHub
trns1997 commented on code in PR #11301: URL: https://github.com/apache/nuttx/pull/11301#discussion_r1420188071 ## libs/libxx/mbstate_t.patch: ## @@ -0,0 +1,17 @@ +--- libs/libxx/libcxx/include/__mbstate_t.h2023-11-28 09:52:28.0 +0100 Review Comment: > we can tr

Re: [PR] upgrade llvm version to 17.0.6 [nuttx]

2023-12-08 Thread via GitHub
trns1997 commented on code in PR #11301: URL: https://github.com/apache/nuttx/pull/11301#discussion_r1420232335 ## libs/libxx/mbstate_t.patch: ## @@ -0,0 +1,17 @@ +--- libs/libxx/libcxx/include/__mbstate_t.h2023-11-28 09:52:28.0 +0100 Review Comment: @raiden00pl

Re: [PR] upgrade llvm version to 17.0.6 [nuttx]

2023-12-08 Thread via GitHub
trns1997 commented on code in PR #11301: URL: https://github.com/apache/nuttx/pull/11301#discussion_r1420232335 ## libs/libxx/mbstate_t.patch: ## @@ -0,0 +1,17 @@ +--- libs/libxx/libcxx/include/__mbstate_t.h2023-11-28 09:52:28.0 +0100 Review Comment: @raiden00pl

Re: [PR] free disk space action added to fix docker image build issue [nuttx]

2023-12-08 Thread via GitHub
trns1997 commented on PR #11354: URL: https://github.com/apache/nuttx/pull/11354#issuecomment-1846915943 @raiden00pl where should i mention the authors or the repo for the free-disk-space action? -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [PR] riscv/arch_elf.c: Handle PCREL_HI20/LO12_I/S relocations correctly [nuttx]

2023-12-08 Thread via GitHub
pussuw commented on PR #11322: URL: https://github.com/apache/nuttx/pull/11322#issuecomment-1846916845 > Not sure if this is related, but recently I faced an issue of relocation truncation (with static linking of course) for RV64 arch when referenced symbol address had "sign bit" set (`0x80

[PR] mpfs_head.S: Change j/jal to tail call [nuttx]

2023-12-08 Thread via GitHub
pussuw opened a new pull request, #11355: URL: https://github.com/apache/nuttx/pull/11355 ## Summary In order to avoid linker truncation error (address unreachable), making it a tail call ensures this does not happen. ## Impact Small pre-emptive fix ## Testing None -- T

Re: [PR] free disk space action added to fix docker image build issue [nuttx]

2023-12-08 Thread via GitHub
raiden00pl commented on PR #11354: URL: https://github.com/apache/nuttx/pull/11354#issuecomment-1846953486 you can add a comment at the very top of the file with the original author and link to the original repo. -- This is an automated message from the Apache Git Service. To respond to t

Re: [PR] trying to fix CI: pin external action to the specific git hash [nuttx]

2023-12-08 Thread via GitHub
raiden00pl commented on PR #11353: URL: https://github.com/apache/nuttx/pull/11353#issuecomment-1846954432 for some reason this doesn't work. I'm closing -- 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] trying to fix CI: pin external action to the specific git hash [nuttx]

2023-12-08 Thread via GitHub
raiden00pl closed pull request #11353: trying to fix CI: pin external action to the specific git hash URL: https://github.com/apache/nuttx/pull/11353 -- 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

[PR] usbdev: Add callback for CONFIG_USBDEV_SOFINTERRUPT [nuttx]

2023-12-08 Thread via GitHub
PetteriAimonen opened a new pull request, #11356: URL: https://github.com/apache/nuttx/pull/11356 ## Summary The option `CONFIG_USBDEV_SOFINTERRUPT` has existed in architecture USB drivers for a long time now. The implementation was not fully finished though, as Kconfig entry was

Re: [PR] mpfs_head.S: Change j/jal to tail call [nuttx]

2023-12-08 Thread via GitHub
pkarashchenko merged PR #11355: URL: https://github.com/apache/nuttx/pull/11355 -- 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...@nutt

(nuttx) branch master updated: mpfs_head.S: Change j/jal to tail call

2023-12-08 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko 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 f404cb60b8 mpfs_head.S: Change j/jal to ta

Re: [PR] free disk space action added to fix docker image build issue [nuttx]

2023-12-08 Thread via GitHub
raiden00pl merged PR #11354: URL: https://github.com/apache/nuttx/pull/11354 -- 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

(nuttx) branch master updated: free disk space action added to fix docker image build issue

2023-12-08 Thread raiden00
This is an automated email from the ASF dual-hosted git repository. raiden00 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 2b6a42e88f free disk space action added to fix

Re: [PR] upgrade llvm version to 17.0.6 [nuttx]

2023-12-08 Thread via GitHub
xiaoxiang781216 commented on code in PR #11301: URL: https://github.com/apache/nuttx/pull/11301#discussion_r1420468998 ## libs/libxx/mbstate_t.patch: ## @@ -0,0 +1,17 @@ +--- libs/libxx/libcxx/include/__mbstate_t.h2023-11-28 09:52:28.0 +0100 Review Comment: let'

Re: [PR] upgrade llvm version to 17.0.6 [nuttx]

2023-12-08 Thread via GitHub
trns1997 commented on code in PR #11301: URL: https://github.com/apache/nuttx/pull/11301#discussion_r1420559909 ## libs/libxx/mbstate_t.patch: ## @@ -0,0 +1,17 @@ +--- libs/libxx/libcxx/include/__mbstate_t.h2023-11-28 09:52:28.0 +0100 Review Comment: > let's wai

Re: [PR] Supports storing coredump into block devices [nuttx]

2023-12-08 Thread via GitHub
anjiahao1 commented on PR #11346: URL: https://github.com/apache/nuttx/pull/11346#issuecomment-1847341194 ![image](https://github.com/apache/nuttx/assets/75056955/fd8efa5b-0fbb-47c3-97a7-f3b802a82a0e) ci build break? -- This is an automated message from the Apache Git Service. To respo

(nuttx) branch master updated: tools/ci: Skip copy gn temporary files

2023-12-08 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko 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 4673fccece tools/ci: Skip copy gn temporar

Re: [PR] tools/ci: Skip copy gn temporary files [nuttx]

2023-12-08 Thread via GitHub
xiaoxiang781216 commented on PR #11345: URL: https://github.com/apache/nuttx/pull/11345#issuecomment-1847346102 @pkarashchenko @acassis could you merge this patch to unblock https://github.com/apache/nuttx/pull/11301 -- This is an automated message from the Apache Git Service. To respond

Re: [PR] tools/ci: Skip copy gn temporary files [nuttx]

2023-12-08 Thread via GitHub
pkarashchenko merged PR #11345: URL: https://github.com/apache/nuttx/pull/11345 -- 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...@nutt

[PR] gdbstub:update gdb_process api [nuttx-apps]

2023-12-08 Thread via GitHub
anjiahao1 opened a new pull request, #2224: URL: https://github.com/apache/nuttx-apps/pull/2224 ## Summary update gdb_process api ## Impact gdbstub ## Testing gdbstub demo nuttx pr: [11350](https://github.com/apache/nuttx/pull/11350) -- This is an automated message fr

Re: [PR] upgrade llvm version to 17.0.6 [nuttx]

2023-12-08 Thread via GitHub
xiaoxiang781216 commented on code in PR #11301: URL: https://github.com/apache/nuttx/pull/11301#discussion_r1420666929 ## libs/libxx/mbstate_t.patch: ## @@ -0,0 +1,17 @@ +--- libs/libxx/libcxx/include/__mbstate_t.h2023-11-28 09:52:28.0 +0100 Review Comment: typo

Re: [PR] upgrade llvm version to 17.0.6 [nuttx]

2023-12-08 Thread via GitHub
xiaoxiang781216 commented on PR #11301: URL: https://github.com/apache/nuttx/pull/11301#issuecomment-1847397661 @trns1997 please rebase your patch to the last master. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] esp32s3-devkit: spi flash initialize failed [nuttx]

2023-12-08 Thread via GitHub
acassis commented on issue #11337: URL: https://github.com/apache/nuttx/issues/11337#issuecomment-1847661553 @dapeng0512 did you try some older version? Maybe the first version with ESP32-S3 SPI Flash support. @tmedicci did you see it happening too? -- This is an automated message

Re: [PR] invert tx and rx in spi_dma_setup [nuttx]

2023-12-08 Thread via GitHub
bertvoldenuit commented on PR #11307: URL: https://github.com/apache/nuttx/pull/11307#issuecomment-1847687878 Done! Sorry for the delay, I am not familiar with squashing. I hope I did it good! -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Support gdbstub kernal debugging [nuttx]

2023-12-08 Thread via GitHub
pkarashchenko commented on code in PR #11350: URL: https://github.com/apache/nuttx/pull/11350#discussion_r1420929944 ## arch/arm/src/armv7-m/arm_dbgmonitor.c: ## @@ -0,0 +1,673 @@ +/ + * arch/arm/src/arm

Re: [PR] Stack recored:Add maximum stack statistics when the task is running [nuttx]

2023-12-08 Thread via GitHub
pkarashchenko commented on code in PR #11348: URL: https://github.com/apache/nuttx/pull/11348#discussion_r1420951511 ## arch/xtensa/src/esp32s3/esp32s3_start.c: ## @@ -170,7 +170,7 @@ uint32_t g_idlestack[IDLETHREAD_STACKWORDS] * *

Re: [PR] usbdev: Add callback for CONFIG_USBDEV_SOFINTERRUPT [nuttx]

2023-12-08 Thread via GitHub
acassis merged PR #11356: URL: https://github.com/apache/nuttx/pull/11356 -- 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

(nuttx) branch master updated (4673fccece -> dedb563322)

2023-12-08 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 4673fccece tools/ci: Skip copy gn temporary files new 99a8c00807 usbdev: Add callback for CONFIG_USBDEV_SOFINTERR

(nuttx) 01/02: usbdev: Add callback for CONFIG_USBDEV_SOFINTERRUPT

2023-12-08 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 99a8c00807302130204d769c86f905aeaed1ab5f Author: Petteri Aimonen AuthorDate: Fri Dec 8 13:57:18 2023 +0200 usbdev:

(nuttx) 02/02: usbdev: Add architecture calls to usbdev_sof_irq()

2023-12-08 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit dedb56332252f867ca89efc507278bbdd0e4e6cd Author: Petteri Aimonen AuthorDate: Fri Dec 8 14:03:37 2023 +0200 usbdev:

(nuttx) branch master updated: coredump:support arm64 coredump

2023-12-08 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis 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 90517b9f11 coredump:support arm64 coredump 90517

Re: [PR] coredump:support arm64 coredump [nuttx]

2023-12-08 Thread via GitHub
acassis merged PR #11352: URL: https://github.com/apache/nuttx/pull/11352 -- 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

(nuttx-website) branch asf-site updated: Publishing web: 36ddd7c60a8230335eda886c909bc938739114a2 docs: 4673fccece7cd10d0d5da9ef42b02d0aedac2c36

2023-12-08 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 ac20a05a Publishing web: 36ddd7c6

Re: [PR] mempool:change sq to dq,free to head, alloc form tail [nuttx]

2023-12-08 Thread via GitHub
acassis commented on PR #11351: URL: https://github.com/apache/nuttx/pull/11351#issuecomment-1848009165 @anjiahao1 please add a little bit more information in the commit log message. Please explain the main motivation of this modification. -- This is an automated message from the Apache G

Re: [PR] mempool:change sq to dq,free to head, alloc form tail [nuttx]

2023-12-08 Thread via GitHub
acassis commented on code in PR #11351: URL: https://github.com/apache/nuttx/pull/11351#discussion_r1421160763 ## mm/mempool/mempool.c: ## @@ -46,43 +46,56 @@ * Private Functions / -static inline F

Re: [PR] fs_gettype:add zipfs magic [nuttx]

2023-12-08 Thread via GitHub
acassis merged PR #11349: URL: https://github.com/apache/nuttx/pull/11349 -- 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

(nuttx) branch master updated: fs_gettype:add zipfs magic

2023-12-08 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis 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 a4ad9b7579 fs_gettype:add zipfs magic a4ad9b7579

Re: [PR] coredump:support coredump command restore coredump form block device [nuttx-apps]

2023-12-08 Thread via GitHub
xiaoxiang781216 merged PR #2223: URL: https://github.com/apache/nuttx-apps/pull/2223 -- 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-apps) branch master updated: coredump:support coredump command restore coredump form block device

2023-12-08 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 The following commit(s) were added to refs/heads/master by this push: new 133430658 coredump:support coredump comma

Re: [PR] invert tx and rx in spi_dma_setup [nuttx]

2023-12-08 Thread via GitHub
xiaoxiang781216 commented on PR #11307: URL: https://github.com/apache/nuttx/pull/11307#issuecomment-1848211341 let's ignore the new gcc report warning: ``` bas_token.l: In function 'yylex': Error: bas_token.l:[121](https://github.com/apache/nuttx/actions/runs/7145281334/job/1946071

Re: [PR] invert tx and rx in spi_dma_setup [nuttx]

2023-12-08 Thread via GitHub
xiaoxiang781216 merged PR #11307: URL: https://github.com/apache/nuttx/pull/11307 -- 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

(nuttx) branch master updated: invert tx and rx in spi_dma_setup

2023-12-08 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 0ca8ae81d0 invert tx and rx in spi_dma_setup 0

Re: [PR] libcxx: Upgrade to llvm 17.0.1 [nuttx]

2023-12-08 Thread via GitHub
xiaoxiang781216 closed pull request #11269: libcxx: Upgrade to llvm 17.0.1 URL: https://github.com/apache/nuttx/pull/11269 -- 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 un

Re: [PR] libcxx: Upgrade to llvm 17.0.1 [nuttx]

2023-12-08 Thread via GitHub
xiaoxiang781216 commented on PR #11269: URL: https://github.com/apache/nuttx/pull/11269#issuecomment-1848212177 close, let's track the upgrade in https://github.com/apache/nuttx/pull/11301. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] Print more information in assert [nuttx]

2023-12-08 Thread via GitHub
xiaoxiang781216 merged PR #11347: URL: https://github.com/apache/nuttx/pull/11347 -- 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

(nuttx) 01/02: stack_dump:change Conditions for stack dump

2023-12-08 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 commit 7fd172d9ff745f76d103b7e1823a7ffd1b2c372c Author: anjiahao AuthorDate: Tue Sep 5 12:20:24 2023 +0800 stack_dump:ch

(nuttx) 02/02: assert/stack_dump: Output some more information on the premise that sp has it.

2023-12-08 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 commit c3fd7f84ad8e09159747165030c9ef88f0ab7364 Author: anjiahao AuthorDate: Fri Sep 15 11:47:46 2023 +0800 assert/stack

(nuttx) branch master updated (0ca8ae81d0 -> c3fd7f84ad)

2023-12-08 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.git from 0ca8ae81d0 invert tx and rx in spi_dma_setup new 7fd172d9ff stack_dump:change Conditions for stack dump ne

Re: [PR] Support gdbstub kernal debugging [nuttx]

2023-12-08 Thread via GitHub
xiaoxiang781216 commented on PR #11350: URL: https://github.com/apache/nuttx/pull/11350#issuecomment-1848213476 @anjiahao1 please fix the warning: ``` gdbstub/lib_gdbstub.c: In function 'gdb_process': Error: gdbstub/lib_gdbstub.c:1837:1: error: label 'out' defined but not used [-Wer

[PR] interpreters/bas: Fix compiler warning after gcc upgrade to version 12 [nuttx-apps]

2023-12-08 Thread via GitHub
xiaoxiang781216 opened a new pull request, #2225: URL: https://github.com/apache/nuttx-apps/pull/2225 ## Summary bas_token.l: In function 'yylex': Error: bas_token.l:1210:31: error: 'strcpy' writing 1 or more bytes into a region of size 0 overflows the destination [-Werror=

Re: [PR] interpreters/bas: Fix compiler warning after gcc upgrade to version 12 [nuttx-apps]

2023-12-08 Thread via GitHub
xiaoxiang781216 commented on PR #2225: URL: https://github.com/apache/nuttx-apps/pull/2225#issuecomment-1848229898 Please ignore the nxstyle warning: /home/xiaoxiang/backup/os/nuttx/apps/interpreters/bas/bas_token.h:509:7: error: Mixed case identifier found -- This is an automated mess

Re: [PR] upgrade llvm version to 17.0.6 [nuttx]

2023-12-08 Thread via GitHub
xiaoxiang781216 commented on PR #11301: URL: https://github.com/apache/nuttx/pull/11301#issuecomment-1848251306 ci error is fixed here: https://github.com/apache/nuttx-apps/pull/2225 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[PR] ci/docker: Fix " Could not find GN_EXECUTABLEXX using the following names: gn" [nuttx]

2023-12-08 Thread via GitHub
xiaoxiang781216 opened a new pull request, #11357: URL: https://github.com/apache/nuttx/pull/11357 ## Summary report here: https://github.com/apache/nuttx-apps/actions/runs/7149109828/job/19470959712?pr=2225 regression by: https://github.com/apache/nuttx/pull/11345 ##

Re: [PR] interpreters/bas: Fix compiler warning after gcc upgrade to version 12 [nuttx-apps]

2023-12-08 Thread via GitHub
xiaoxiang781216 commented on PR #2225: URL: https://github.com/apache/nuttx-apps/pull/2225#issuecomment-1848251891 ci break is fixed here: https://github.com/apache/nuttx/pull/11357 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [I] stm32h5 chip and nucleo-stm32h563zi board support [nuttx]

2023-12-08 Thread via GitHub
metebalci commented on issue #11330: URL: https://github.com/apache/nuttx/issues/11330#issuecomment-1848259609 I skipped the differences for things like interrupt number, base address etc. Now mostly looking at registers and fields. I attached two files, these list a peripheral if both MCUs

(nuttx) branch master updated: ci/docker: Fix " Could not find GN_EXECUTABLEXX using the following names: gn"

2023-12-08 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 d6ac9e1aed ci/docker: Fix " Could not find GN_

Re: [PR] ci/docker: Fix " Could not find GN_EXECUTABLEXX using the following names: gn" [nuttx]

2023-12-08 Thread via GitHub
xiaoxiang781216 commented on PR #11357: URL: https://github.com/apache/nuttx/pull/11357#issuecomment-1848270011 I will merge this patch by self to unblock the ci. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] ci/docker: Fix " Could not find GN_EXECUTABLEXX using the following names: gn" [nuttx]

2023-12-08 Thread via GitHub
xiaoxiang781216 merged PR #11357: URL: https://github.com/apache/nuttx/pull/11357 -- 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