Re: [I] Add support to use NuttX as POSIX PSE51 system [nuttx]

2023-12-13 Thread via GitHub
xiaoxiang781216 commented on issue #11390: URL: https://github.com/apache/nuttx/issues/11390#issuecomment-1855314061 it's a very interesting topic, we are looking to fully support PSE51 spec. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] ramlog: Add CONFIG_RAMLOG_KEEPLOG option [nuttx]

2023-12-13 Thread via GitHub
PetteriAimonen closed pull request #11388: ramlog: Add CONFIG_RAMLOG_KEEPLOG option URL: https://github.com/apache/nuttx/pull/11388 -- 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

(nuttx) branch master updated: fix bug in gd32f4xx_serial.c, add romfsimg.h, gd32f4xx_reset and improve gd32f4xx_gpio.c for f470z board, add board decription for f470

2023-12-13 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 9a2569882e fix bug in gd32f4xx_serial.c, add

Re: [PR] Ramlog multi readers [nuttx]

2023-12-13 Thread via GitHub
PetteriAimonen commented on PR #11392: URL: https://github.com/apache/nuttx/pull/11392#issuecomment-1855304910 Works for me. -- 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.

Re: [PR] change gd32f470z board code [nuttx]

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

[PR] cmake:build file support with libcxx 17.0.6 [nuttx]

2023-12-13 Thread via GitHub
xuxin930 opened a new pull request, #11395: URL: https://github.com/apache/nuttx/pull/11395 ## Summary support CMake build for llvm 17 relate to https://github.com/apache/nuttx/pull/11301#issuecomment-1855241323 ## Impact ## Testing CI build -- This is an

[PR] libcxx.cmake: remove useless code [nuttx]

2023-12-13 Thread via GitHub
zhhyu7 opened a new pull request, #11394: URL: https://github.com/apache/nuttx/pull/11394 ## Summary removes test code that was accidentally incorporated earlier. ## Impact ## Testing sim:local -- This is an automated message from the Apache Git Service. To respond

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

2023-12-13 Thread via GitHub
xiaoxiang781216 commented on PR #11301: URL: https://github.com/apache/nuttx/pull/11301#issuecomment-1855241323 > @xiaoxiang781216 we the following error: > > ``` > Error: /github/workspace/sources/apps/netutils/jsoncpp/jsoncpp/include/json/config.h:132:45: error: 'template

[PR] nshlib:dmesg add '-c|-C' opt [nuttx-apps]

2023-12-13 Thread via GitHub
yuanyongjian-xiaomi opened a new pull request, #2231: URL: https://github.com/apache/nuttx-apps/pull/2231 ## Summary dmesg add '-c|-C' opt ## Impact No impact on previous usage, while supporting "dmesg - c/-C" ## Testing os test -- This is an automated message from the

Re: [PR] Ramlog improvement [nuttx]

2023-12-13 Thread via GitHub
yuanyongjian-xiaomi closed pull request #11393: Ramlog improvement URL: https://github.com/apache/nuttx/pull/11393 -- 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

Re: [PR] Ramlog improvement [nuttx]

2023-12-13 Thread via GitHub
yuanyongjian-xiaomi commented on PR #11393: URL: https://github.com/apache/nuttx/pull/11393#issuecomment-1855191167 Repeat to "Ramlog multi readers #11392" and close this request -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] ramlog: Add CONFIG_RAMLOG_KEEPLOG option [nuttx]

2023-12-13 Thread via GitHub
xiaoxiang781216 commented on PR #11388: URL: https://github.com/apache/nuttx/pull/11388#issuecomment-1855155243 > @xiaoxiang781216 Ok, sounds good :) No hurry on my part, I'll use my implementation for now. @PetteriAimonen here is the patch:

[PR] Ramlog [nuttx]

2023-12-13 Thread via GitHub
yuanyongjian-xiaomi opened a new pull request, #11393: URL: https://github.com/apache/nuttx/pull/11393 ## Summary 1. Ramlog marks cold and hot start 2. Ramlog adds support for multi-user read and write 3. Replace mutex in ramlog with spinlock ## Impact The log defaults to

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

2023-12-13 Thread via GitHub
xuxin930 commented on PR #11301: URL: https://github.com/apache/nuttx/pull/11301#issuecomment-1855112399 > @trns1997 I have your patch which could pass ci now. sim:matter is disabled because CMake script need be modified to work with new libcxx. @zhhyu7 and @xuxin930 will fix it tomorrow.

Re: [PR] Ramlog multi readers [nuttx]

2023-12-13 Thread via GitHub
yuanyongjian-xiaomi closed pull request #11392: Ramlog multi readers URL: https://github.com/apache/nuttx/pull/11392 -- 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

[PR] Ramlog multi readers [nuttx]

2023-12-13 Thread via GitHub
yuanyongjian-xiaomi opened a new pull request, #11392: URL: https://github.com/apache/nuttx/pull/11392 ## Summary 1. Ramlog marks cold and hot start 2. Ramlog adds support for multi-user read and write 3. Replace mutex in ramlog with spinlock ## Impact 1. The log defaults to

Re: [PR] boards/riscv: Add support for PINE64 Ox64 BL808 SBC [nuttx]

2023-12-13 Thread via GitHub
robertlipe commented on code in PR #11377: URL: https://github.com/apache/nuttx/pull/11377#discussion_r1426139672 ## boards/risc-v/bl808/ox64/src/bl808_appinit.c: ## @@ -0,0 +1,167 @@ +/ + *

Re: [PR] boards/riscv: Add support for PINE64 Ox64 BL808 SBC [nuttx]

2023-12-13 Thread via GitHub
robertlipe commented on code in PR #11377: URL: https://github.com/apache/nuttx/pull/11377#discussion_r1426139672 ## boards/risc-v/bl808/ox64/src/bl808_appinit.c: ## @@ -0,0 +1,167 @@ +/ + *

[PR] qemu/wifi: Add the virtual wifi function on the emulator. [nuttx]

2023-12-13 Thread via GitHub
liqinhuixm opened a new pull request, #11391: URL: https://github.com/apache/nuttx/pull/11391 ## Summary Add the virtual WiFi function on the emulator. - The qemu wifi fucntion only supports the STA mode and the following operations: ``` wapi mode wlan0 2 wapi scan

Re: [PR] change gd32f470z board code [nuttx]

2023-12-13 Thread via GitHub
GD32-MCU commented on PR #11373: URL: https://github.com/apache/nuttx/pull/11373#issuecomment-1855047527 > > > Hi @GD32-MCU nice work! Please include a proper commit log message saying the improvements your patch is adding to mainline code. > > > > > > Thanks for the advice. How

Re: [PR] risc-v: Initial support for CanMV-k230 board [nuttx]

2023-12-13 Thread via GitHub
yf13 commented on code in PR #11379: URL: https://github.com/apache/nuttx/pull/11379#discussion_r1426091218 ## arch/risc-v/src/common/riscv_mtimer.c: ## @@ -83,7 +83,7 @@ static const struct oneshot_operations_s g_riscv_mtimer_ops = #ifndef CONFIG_ARCH_USE_S_MODE static

Re: [PR] risc-v: Initial support for CanMV-k230 board [nuttx]

2023-12-13 Thread via GitHub
yf13 commented on code in PR #11379: URL: https://github.com/apache/nuttx/pull/11379#discussion_r1426091218 ## arch/risc-v/src/common/riscv_mtimer.c: ## @@ -83,7 +83,7 @@ static const struct oneshot_operations_s g_riscv_mtimer_ops = #ifndef CONFIG_ARCH_USE_S_MODE static

Re: [PR] risc-v: Initial support for CanMV-k230 board [nuttx]

2023-12-13 Thread via GitHub
yf13 commented on code in PR #11379: URL: https://github.com/apache/nuttx/pull/11379#discussion_r1426091218 ## arch/risc-v/src/common/riscv_mtimer.c: ## @@ -83,7 +83,7 @@ static const struct oneshot_operations_s g_riscv_mtimer_ops = #ifndef CONFIG_ARCH_USE_S_MODE static

Re: [PR] risc-v: Initial support for CanMV-k230 board [nuttx]

2023-12-13 Thread via GitHub
yf13 commented on code in PR #11379: URL: https://github.com/apache/nuttx/pull/11379#discussion_r1426091218 ## arch/risc-v/src/common/riscv_mtimer.c: ## @@ -83,7 +83,7 @@ static const struct oneshot_operations_s g_riscv_mtimer_ops = #ifndef CONFIG_ARCH_USE_S_MODE static

Re: [PR] risc-v: Initial support for CanMV-k230 board [nuttx]

2023-12-13 Thread via GitHub
yf13 commented on code in PR #11379: URL: https://github.com/apache/nuttx/pull/11379#discussion_r1426091218 ## arch/risc-v/src/common/riscv_mtimer.c: ## @@ -83,7 +83,7 @@ static const struct oneshot_operations_s g_riscv_mtimer_ops = #ifndef CONFIG_ARCH_USE_S_MODE static

Re: [PR] risc-v: Initial support for CanMV-k230 board [nuttx]

2023-12-13 Thread via GitHub
yf13 commented on code in PR #11379: URL: https://github.com/apache/nuttx/pull/11379#discussion_r1426091218 ## arch/risc-v/src/common/riscv_mtimer.c: ## @@ -83,7 +83,7 @@ static const struct oneshot_operations_s g_riscv_mtimer_ops = #ifndef CONFIG_ARCH_USE_S_MODE static

Re: [PR] risc-v: Initial support for CanMV-k230 board [nuttx]

2023-12-13 Thread via GitHub
yf13 commented on code in PR #11379: URL: https://github.com/apache/nuttx/pull/11379#discussion_r1426091218 ## arch/risc-v/src/common/riscv_mtimer.c: ## @@ -83,7 +83,7 @@ static const struct oneshot_operations_s g_riscv_mtimer_ops = #ifndef CONFIG_ARCH_USE_S_MODE static

Re: [PR] risc-v: Initial support for CanMV-k230 board [nuttx]

2023-12-13 Thread via GitHub
yf13 commented on code in PR #11379: URL: https://github.com/apache/nuttx/pull/11379#discussion_r1426091218 ## arch/risc-v/src/common/riscv_mtimer.c: ## @@ -83,7 +83,7 @@ static const struct oneshot_operations_s g_riscv_mtimer_ops = #ifndef CONFIG_ARCH_USE_S_MODE static

Re: [PR] risc-v: Initial support for CanMV-k230 board [nuttx]

2023-12-13 Thread via GitHub
yf13 commented on code in PR #11379: URL: https://github.com/apache/nuttx/pull/11379#discussion_r1426091218 ## arch/risc-v/src/common/riscv_mtimer.c: ## @@ -83,7 +83,7 @@ static const struct oneshot_operations_s g_riscv_mtimer_ops = #ifndef CONFIG_ARCH_USE_S_MODE static

Re: [PR] risc-v: Initial support for CanMV-k230 board [nuttx]

2023-12-13 Thread via GitHub
yf13 commented on code in PR #11379: URL: https://github.com/apache/nuttx/pull/11379#discussion_r1426091218 ## arch/risc-v/src/common/riscv_mtimer.c: ## @@ -83,7 +83,7 @@ static const struct oneshot_operations_s g_riscv_mtimer_ops = #ifndef CONFIG_ARCH_USE_S_MODE static

Re: [PR] risc-v: Initial support for CanMV-k230 board [nuttx]

2023-12-13 Thread via GitHub
xiaoxiang781216 commented on code in PR #11379: URL: https://github.com/apache/nuttx/pull/11379#discussion_r1426048326 ## arch/risc-v/Kconfig: ## @@ -281,6 +302,7 @@ config ARCH_CHIP default "hpm6750" if ARCH_CHIP_HPM6750 default "jh7110"if

Re: [PR] risc-v: Initial support for CanMV-k230 board [nuttx]

2023-12-13 Thread via GitHub
xiaoxiang781216 commented on code in PR #11379: URL: https://github.com/apache/nuttx/pull/11379#discussion_r1426048197 ## arch/risc-v/Kconfig: ## @@ -230,6 +230,27 @@ config ARCH_CHIP_BL808 ---help--- Bouffalo Lab BL808 SoC. +config ARCH_CHIP_K230 +

Re: [PR] boards/riscv: Add support for PINE64 Ox64 BL808 SBC [nuttx]

2023-12-13 Thread via GitHub
lupyuen commented on code in PR #11377: URL: https://github.com/apache/nuttx/pull/11377#discussion_r1426046499 ## boards/risc-v/bl808/ox64/src/bl808_appinit.c: ## @@ -0,0 +1,167 @@ +/ + *

(nuttx-website) branch asf-site updated: Publishing web: 36ddd7c60a8230335eda886c909bc938739114a2 docs: 5f631e2b2bcbfb268dfeebe2abdce38c9a686e4c

2023-12-13 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 8f05c3cf Publishing web:

Re: [PR] arch/risc-v: Initial support for CanMV-k230 board [nuttx]

2023-12-13 Thread via GitHub
yf13 commented on PR #11379: URL: https://github.com/apache/nuttx/pull/11379#issuecomment-1854728747 @xiaoxiang781216 they are sqaushed, please check again. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] change gd32f470z board code [nuttx]

2023-12-13 Thread via GitHub
acassis commented on PR #11373: URL: https://github.com/apache/nuttx/pull/11373#issuecomment-1854688046 > > @GD32-MCU also please include documentation about your board and a picture. It seems empty: https://nuttx.apache.org/docs/latest/platforms/arm/gd32f4/index.html > > And I,m

Re: [PR] change gd32f470z board code [nuttx]

2023-12-13 Thread via GitHub
acassis commented on PR #11373: URL: https://github.com/apache/nuttx/pull/11373#issuecomment-1854686266 > > Hi @GD32-MCU nice work! Please include a proper commit log message saying the improvements your patch is adding to mainline code. > > Thanks for the advice. How should I

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

2023-12-13 Thread via GitHub
trns1997 commented on PR #11301: URL: https://github.com/apache/nuttx/pull/11301#issuecomment-1854668446 @xiaoxiang781216 we the following error: ``` Error: /github/workspace/sources/apps/netutils/jsoncpp/jsoncpp/include/json/config.h:132:45: error: 'template struct

[I] Add support to use NuttX as POSIX PSE51 [nuttx]

2023-12-13 Thread via GitHub
acassis opened a new issue, #11390: URL: https://github.com/apache/nuttx/issues/11390 NuttX is a very complete POSIX RTOS, but sometimes for low end applications like some low cost automotive application POSIX standard is overwhelming. This issue was fixed with PSE51 subset, the

Re: [PR] arch/risc-v: Initial support for CanMV-k230 board [nuttx]

2023-12-13 Thread via GitHub
xiaoxiang781216 commented on PR #11379: URL: https://github.com/apache/nuttx/pull/11379#issuecomment-1854378017 @yf13 please squash your fix into the first patch -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

(nuttx) branch master updated: virtio-gpu: convert virito-gpu fb_register to virtio_gpu_fb_register

2023-12-13 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 5f631e2b2b virtio-gpu: convert virito-gpu

Re: [PR] virtio-gpu: convert virito-gpu fb_register to virtio_gpu_fb_register [nuttx]

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

(nuttx) branch master updated: Fix nuttx coding style

2023-12-13 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea 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 9d50d180b1 Fix nuttx coding style 9d50d180b1

Re: [PR] Fix nuttx coding style [nuttx]

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

Re: [PR] riscv/arch_elf: Check for _HI20 relocation validity [nuttx]

2023-12-13 Thread via GitHub
pussuw commented on PR #11389: URL: https://github.com/apache/nuttx/pull/11389#issuecomment-1854196274 Marking as draft so this does not get accidentally merged before I can run the tests -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] riscv/arch_elf: Check for _HI20 relocation validity [nuttx]

2023-12-13 Thread via GitHub
pussuw commented on PR #11389: URL: https://github.com/apache/nuttx/pull/11389#issuecomment-1854194875 @pkarashchenko this should now detect the issue discussed in #11322 . I still need to test a bit more but the code itself is ready for review. -- This is an automated message from the

[PR] riscv/arch_elf: Check for _HI20 relocation validity [nuttx]

2023-12-13 Thread via GitHub
pussuw opened a new pull request, #11389: URL: https://github.com/apache/nuttx/pull/11389 ## Summary As pointed out in #11322 there is a hardware design issue in RISC-V that affects RV64 relocations. The problem is with how address bits are loaded into registers via lui / auipc and sign

Re: [PR] ramlog: Add CONFIG_RAMLOG_KEEPLOG option [nuttx]

2023-12-13 Thread via GitHub
PetteriAimonen commented on PR #11388: URL: https://github.com/apache/nuttx/pull/11388#issuecomment-1854083492 @xiaoxiang781216 Ok, sounds good :) No hurry on my part, I'll use my implementation for now. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425478790 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

Re: [PR] netdev/ipv6: Move `xxx_ipv6multicast` from arch to common code [nuttx]

2023-12-13 Thread via GitHub
wengzhe commented on PR #11378: URL: https://github.com/apache/nuttx/pull/11378#issuecomment-1854075184 > Commit [430289b](https://github.com/apache/nuttx/commit/430289b107f5be7dbfea8ef832ceb7796bd26297) now works quite well for me. @PetteriAimonen Thanks for checking this commit,

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425460328 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

Re: [PR] ramlog: Add CONFIG_RAMLOG_KEEPLOG option [nuttx]

2023-12-13 Thread via GitHub
xiaoxiang781216 commented on PR #11388: URL: https://github.com/apache/nuttx/pull/11388#issuecomment-1854064824 > @xiaoxiang781216 I'd be glad to review. But somehow I can't see that change in pull request queue nor in the master branch? We are preparing the patch set, will be

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425460328 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425455310 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425454363 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425448690 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425442373 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425439744 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

Re: [PR] ramlog: Add CONFIG_RAMLOG_KEEPLOG option [nuttx]

2023-12-13 Thread via GitHub
PetteriAimonen commented on PR #11388: URL: https://github.com/apache/nuttx/pull/11388#issuecomment-1854019969 @xiaoxiang781216 I'd be glad to review. But somehow I can't see that change in pull request queue nor in the master branch? -- This is an automated message from the Apache Git

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425429896 ## system/settings/storage_text.c: ## @@ -0,0 +1,468 @@ +/ + *

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425428949 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

Re: [PR] netdev/ipv6: Move `xxx_ipv6multicast` from arch to common code [nuttx]

2023-12-13 Thread via GitHub
PetteriAimonen commented on PR #11378: URL: https://github.com/apache/nuttx/pull/11378#issuecomment-1854014148 Commit 430289b now works quite well for me. Our codebase actually is cutting some corners and writing directly into `dev->d_ipv6addr` before bringing up the interface. I

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425430654 ## system/settings/storage_text.c: ## @@ -0,0 +1,468 @@ +/ + *

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425430330 ## system/settings/storage_text.c: ## @@ -0,0 +1,468 @@ +/ + *

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425427411 ## system/settings/storage_text.c: ## @@ -0,0 +1,468 @@ +/ + *

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425427071 ## include/system/settings.h: ## @@ -0,0 +1,346 @@ +/ + * apps/include/system/settings.h

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425426282 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

Re: [I] cxxfilt was included in official NuttX documentation install but is not present on Ubuntu [nuttx]

2023-12-13 Thread via GitHub
acassis commented on issue #11376: URL: https://github.com/apache/nuttx/issues/11376#issuecomment-1854005439 Thank you @Gary-Hobson and @xiaoxiang781216 -- 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

Re: [I] cxxfilt was included in official NuttX documentation install but is not present on Ubuntu [nuttx]

2023-12-13 Thread via GitHub
acassis closed issue #11376: cxxfilt was included in official NuttX documentation install but is not present on Ubuntu URL: https://github.com/apache/nuttx/issues/11376 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425422304 ## system/settings/storage_eeprom.c: ## @@ -0,0 +1,408 @@ +/ + *

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425420903 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425421340 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425419697 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425420410 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

Re: [PR] ramlog: Add CONFIG_RAMLOG_KEEPLOG option [nuttx]

2023-12-13 Thread via GitHub
acassis commented on code in PR #11388: URL: https://github.com/apache/nuttx/pull/11388#discussion_r1425418082 ## drivers/syslog/Kconfig: ## @@ -61,6 +61,18 @@ config RAMLOG_OVERWRITE Enable overwrite of circular buffer. If RAMLOG buffer overflows,

Re: [PR] ramlog: Add CONFIG_RAMLOG_KEEPLOG option [nuttx]

2023-12-13 Thread via GitHub
acassis commented on code in PR #11388: URL: https://github.com/apache/nuttx/pull/11388#discussion_r1425416792 ## drivers/syslog/Kconfig: ## @@ -61,6 +61,18 @@ config RAMLOG_OVERWRITE Enable overwrite of circular buffer. If RAMLOG buffer overflows,

(nuttx) branch master updated: ipv6: Fix source address with many addresses in same network

2023-12-13 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 c3a234fe99 ipv6: Fix source address with many

Re: [PR] ipv6: Fix source address with many addresses in same network [nuttx]

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

Re: [PR] libs/log2ceil: Move implementation of log2ceil to a common place [nuttx]

2023-12-13 Thread via GitHub
hartmannathan commented on code in PR #11386: URL: https://github.com/apache/nuttx/pull/11386#discussion_r1425412454 ## libs/libc/misc/lib_log2ceil.c: ## @@ -0,0 +1,55 @@ +/ + *

Re: [PR] arch/riscv: Add support for Bouffalo Lab BL808 SoC (T-Head C906) [nuttx]

2023-12-13 Thread via GitHub
acassis commented on code in PR #11371: URL: https://github.com/apache/nuttx/pull/11371#discussion_r1425411024 ## arch/risc-v/src/bl808/Kconfig: ## @@ -0,0 +1,21 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the

Re: [PR] ramlog: Add CONFIG_RAMLOG_KEEPLOG option [nuttx]

2023-12-13 Thread via GitHub
xiaoxiang781216 commented on PR #11388: URL: https://github.com/apache/nuttx/pull/11388#issuecomment-1853990120 @PetteriAimonen we also made a similar change recently, but a little bit flexible which support multiple readers. Could you review our change whether suitable your needs? --

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425408867 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425409917 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425405253 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425399793 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

[PR] ramlog: Add CONFIG_RAMLOG_KEEPLOG option [nuttx]

2023-12-13 Thread via GitHub
PetteriAimonen opened a new pull request, #11388: URL: https://github.com/apache/nuttx/pull/11388 ## Summary Adds a new config option to prevent reading `/dev/kmsg` from clearing the log buffer. This way the latest log messages can be read multiple times, until the log gets

Re: [PR] libs/log2ceil: Move implementation of log2ceil to a common place [nuttx]

2023-12-13 Thread via GitHub
pussuw commented on code in PR #11386: URL: https://github.com/apache/nuttx/pull/11386#discussion_r1425384725 ## libs/libc/misc/lib_log2ceil.c: ## @@ -0,0 +1,55 @@ +/ + * libs/libc/misc/lib_log2ceil.c +

Re: [PR] libs/log2ceil: Move implementation of log2ceil to a common place [nuttx]

2023-12-13 Thread via GitHub
hartmannathan commented on code in PR #11386: URL: https://github.com/apache/nuttx/pull/11386#discussion_r1425375424 ## libs/libc/misc/lib_log2ceil.c: ## @@ -0,0 +1,55 @@ +/ + *

[PR] Fix nuttx coding style [nuttx]

2023-12-13 Thread via GitHub
simbit18 opened a new pull request, #11387: URL: https://github.com/apache/nuttx/pull/11387 ## Summary Remove spaces Remove extra */ ## Impact none ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425355959 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425353604 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425351874 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425347811 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425336581 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

Re: [PR] libs/log2ceil: Move implementation of log2ceil to a common place [nuttx]

2023-12-13 Thread via GitHub
pussuw commented on code in PR #11386: URL: https://github.com/apache/nuttx/pull/11386#discussion_r1425332025 ## libs/libc/misc/lib_log2ceil.c: ## @@ -0,0 +1,55 @@ +/ + * libs/libc/misc/lib_log2ceil.c

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425332388 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

Re: [PR] libs/log2ceil: Move implementation of log2ceil to a common place [nuttx]

2023-12-13 Thread via GitHub
xiaoxiang781216 commented on code in PR #11386: URL: https://github.com/apache/nuttx/pull/11386#discussion_r1425330041 ## libs/libc/misc/lib_log2ceil.c: ## @@ -0,0 +1,55 @@ +/ + *

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425329100 ## include/system/settings.h: ## @@ -0,0 +1,346 @@ +/ + * apps/include/system/settings.h

Re: [PR] Add Settings Utility and example app [nuttx-apps]

2023-12-13 Thread via GitHub
TimJTi commented on code in PR #2228: URL: https://github.com/apache/nuttx-apps/pull/2228#discussion_r1425328494 ## system/settings/settings.c: ## @@ -0,0 +1,1717 @@ +/ + *

(nuttx) 01/02: openamp: Add the virtio_negotiate_features interface for virtio-net.

2023-12-13 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 681b84b15d340d5fe749d32a0cad1adae3010d84 Author: liqinhui AuthorDate: Wed Dec 13 16:22:29 2023 +0800 openamp:

  1   2   >