[PR] linux_Dockerfile: only copy gn binary into docker [nuttx]

2023-12-10 Thread via GitHub
zhhyu7 opened a new pull request, #11369: URL: https://github.com/apache/nuttx/pull/11369 ## Summary Minimize the size of the docker image ## Impact ## Testing sim:matter -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Fix nuttx/porttimer.c:71:24: error: a function declaration without a prototype is deprecated [nuttx-apps]

2023-12-10 Thread via GitHub
GUIDINGLI merged PR #2227: URL: https://github.com/apache/nuttx-apps/pull/2227 -- 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

(nuttx-apps) branch master updated: Fix nuttx/porttimer.c:71:24: error: a function declaration without a prototype is deprecated

2023-12-10 Thread ligd
This is an automated email from the ASF dual-hosted git repository. ligd 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 d6a530727 Fix nuttx/porttimer.c:71:24: error:

(nuttx) branch master updated: virtio.h: add virtio_has_feature api for virtio driver

2023-12-10 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 449197c188 virtio.h: add virtio_has_feature ap

Re: [PR] virtio.h: add virtio_has_feature api for virtio driver [nuttx]

2023-12-10 Thread via GitHub
xiaoxiang781216 merged PR #11362: URL: https://github.com/apache/nuttx/pull/11362 -- 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] lib_slcd: fix encode/decode of binary nibble to/from ascii hex [nuttx]

2023-12-10 Thread via GitHub
xiaoxiang781216 merged PR #11364: URL: https://github.com/apache/nuttx/pull/11364 -- 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: lib_slcd: fix encode/decode of binary nibble to/from ascii hex

2023-12-10 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 8b9c64eecf lib_slcd: fix encode/decode of bina

(nuttx) branch dependabot/github_actions/actions/setup-python-5 deleted (was 53977434db)

2023-12-10 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/setup-python-5 in repository https://gitbox.apache.org/repos/asf/nuttx.git was 53977434db build(deps): bump actions/setup-python from 4 to 5 The revis

(nuttx) branch master updated: build(deps): bump actions/setup-python from 4 to 5

2023-12-10 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 387e9d64ac build(deps): bump actions/setup-pyt

Re: [PR] build(deps): bump actions/setup-python from 4 to 5 [nuttx]

2023-12-10 Thread via GitHub
xiaoxiang781216 merged PR #11366: URL: https://github.com/apache/nuttx/pull/11366 -- 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: [I] [help] how to set CONFIG_DISABLE_IDLE_LOOP in defconfig [nuttx]

2023-12-10 Thread via GitHub
xiaoxiang781216 commented on issue #11368: URL: https://github.com/apache/nuttx/issues/11368#issuecomment-1849369230 You can't enable DISABLE_IDLE_LOOP from defconfig, since DISABLE_IDLE_LOOP is designed to be selected by other options in Kconfig, for examples SYSTEM_OFLOADER: https://gi

[PR] stm32u5: fix EXTICR2,3,4 register offsets [nuttx]

2023-12-10 Thread via GitHub
metebalci opened a new pull request, #11367: URL: https://github.com/apache/nuttx/pull/11367 ## Summary EXTI2,3,4 register offsets were the same as EXTICR1, possibly a typo. ## Impact Possibly no impact, I do not see any use in nuttx or nuttx-apps. ## Testing

[PR] Fix nuttx/porttimer.c:71:24: error: a function declaration without a prototype is deprecated [nuttx-apps]

2023-12-10 Thread via GitHub
xiaoxiang781216 opened a new pull request, #2227: URL: https://github.com/apache/nuttx-apps/pull/2227 ## Summary ## Impact fix ci break reported here: https://github.com/apache/nuttx/actions/runs/7161008130/job/19496039910?pr=11365 ## Testing ci -- This is an a

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

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

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

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

(nuttx) branch dependabot/github_actions/actions/setup-python-5 created (now 53977434db)

2023-12-10 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/setup-python-5 in repository https://gitbox.apache.org/repos/asf/nuttx.git at 53977434db build(deps): bump actions/setup-python from 4 to 5 No new re

[PR] build(deps): bump actions/setup-python from 4 to 5 [nuttx]

2023-12-10 Thread via GitHub
dependabot[bot] opened a new pull request, #11366: URL: https://github.com/apache/nuttx/pull/11366 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from https://github.com/actions/setup-python/releases";>actions/setup-python's

Re: [PR] virtio.h: add virtio_has_feature api for virtio driver [nuttx]

2023-12-10 Thread via GitHub
CV-Bowen commented on PR #11362: URL: https://github.com/apache/nuttx/pull/11362#issuecomment-1849213283 CI Failed, but not related to this PR, just rebase. -- 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

(nuttx-website) branch asf-site updated: Publishing web: 36ddd7c60a8230335eda886c909bc938739114a2 docs: 35051dd7153eae6caa538789b99b5ea042e2bae5

2023-12-10 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 9eabb94e Publishing web: 36ddd7c6

[PR] riscv/mmu: Extend MMU Flags to 64-bit for T-Head C906 and Svpbmt [nuttx]

2023-12-10 Thread via GitHub
lupyuen opened a new pull request, #11365: URL: https://github.com/apache/nuttx/pull/11365 ## Summary Currently RISC-V NuttX supports 32-bit MMU Flags inside a Page Table Entry. This PR extends the MMU Flags to 64-bit, to support T-Head C906 Core and the new RISC-V Svpbmt Extension.

Re: [PR] lib_slcd: fix encode/decode of binary nibble to/from ascii hex [nuttx]

2023-12-10 Thread via GitHub
fbraghiroli commented on PR #11364: URL: https://github.com/apache/nuttx/pull/11364#issuecomment-1849081581 @acassis I was using the slcd library to drive a 20x2 lcd display using the pcf8574_lcd_backpack driver. When the userspace code was trying to move the hardware cursor to the right

Re: [PR] lib_slcd: fix encode/decode of binary nibble to/from ascii hex [nuttx]

2023-12-10 Thread via GitHub
acassis commented on PR #11364: URL: https://github.com/apache/nuttx/pull/11364#issuecomment-1849068485 @fbraghiroli nice finding! Thank you very much! How did you find this error? I remember using slcd and in past and didn't see this issue, maybe it only show up when displaying hexad

[PR] lib_slcd: fix encode/decode of binary nibble to/from ascii hex [nuttx]

2023-12-10 Thread via GitHub
fbraghiroli opened a new pull request, #11364: URL: https://github.com/apache/nuttx/pull/11364 Binary nibble to/from ascii hex conversion was buggy on both lib_slcdencode and lib_slcddecode libraries. This bug caused the slcd library to fail to decode 5-byte sequence command which ha

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

2023-12-10 Thread via GitHub
metebalci commented on issue #11330: URL: https://github.com/apache/nuttx/issues/11330#issuecomment-1849001439 The SVDs look OK to me other than the issues I mentioned. I can see similar information like I am looking to register maps and it is easier to see this by comparing SVDs (and it is

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

2023-12-10 Thread via GitHub
xiaoxiang781216 commented on PR #11301: URL: https://github.com/apache/nuttx/pull/11301#issuecomment-1848989743 @trns1997 you can rebase your patch again, all ci issue should be fixed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

(nuttx) 02/02: coredump: support coredump save to block device when crash

2023-12-10 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 35051dd7153eae6caa538789b99b5ea042e2bae5 Author: anjiahao AuthorDate: Thu Nov 9 12:02:37 2023 +0800 coredump: sup

(nuttx) branch master updated (69e413c678 -> 35051dd715)

2023-12-10 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 69e413c678 ci/docker: Revert the change about gn to unblock ci new 542ad3 libc:add parse_memory_range to pa

(nuttx) 01/02: libc:add parse_memory_range to parse memory string

2023-12-10 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 542ad37f8587aa9c32e516bbaa884269ffcd Author: anjiahao AuthorDate: Wed Sep 27 17:37:41 2023 +0800 libc:add par

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

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

[PR] Remove @ tag from all comments [nuttx-apps]

2023-12-10 Thread via GitHub
xiaoxiang781216 opened a new pull request, #2226: URL: https://github.com/apache/nuttx-apps/pull/2226 ## Summary and format the multiple line comments ## Impact format change only ## Testing ci -- This is an automated message from the Apache Git Servi

[PR] Remove @ tag from all comments [nuttx]

2023-12-10 Thread via GitHub
xiaoxiang781216 opened a new pull request, #11363: URL: https://github.com/apache/nuttx/pull/11363 ## Summary and format the multiple line comments ## Impact format only ## Testing ci, please ignore "Mixed case identifier found" warning. -- This is an aut

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

2023-12-10 Thread via GitHub
xiaoxiang781216 merged PR #2225: URL: 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 GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

(nuttx-apps) branch master updated: interpreters/bas: Fix compiler warning after gcc upgrade to version 12

2023-12-10 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 f28797cdd interpreters/bas: Fix compiler

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

2023-12-10 Thread via GitHub
xiaoxiang781216 commented on code in PR #2225: URL: https://github.com/apache/nuttx-apps/pull/2225#discussion_r1421763090 ## interpreters/bas/bas_token.h: ## @@ -100,7 +100,7 @@ struct Identifier { struct Symbol *sym; enum ValueType defaultType; - char name[2/* ... */];

Re: [PR] Fix the issue about the generation of docker image [nuttx]

2023-12-10 Thread via GitHub
xiaoxiang781216 commented on PR #11361: URL: https://github.com/apache/nuttx/pull/11361#issuecomment-1848983305 let me merge the pr to unblock 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 above to go to

(nuttx) 02/02: ci/docker: Revert the change about gn to unblock ci

2023-12-10 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 69e413c678f05bbe22bfb67632d95d82dbc685a8 Author: Xiang Xiao AuthorDate: Sun Dec 10 14:12:02 2023 +0800 ci/docker:

(nuttx) 01/02: Revert "CI: Free space on worker building container"

2023-12-10 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 cf2f206f3bad9b540c0535c0f96cdd1880f762d3 Author: Xiang Xiao AuthorDate: Sun Dec 10 05:54:15 2023 +0800 Revert "CI

(nuttx) branch master updated (c5dfb9f606 -> 69e413c678)

2023-12-10 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 c5dfb9f606 linum-stm32h753bi: Updating documentation for modbus_slave example. new cf2f206f3b Revert "CI: Free

Re: [PR] Fix the issue about the generation of docker image [nuttx]

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