Re: [PR] Wasm.mk: disable by default [nuttx-apps]

2023-12-28 Thread via GitHub
xiaoxiang781216 commented on code in PR #2065: URL: https://github.com/apache/nuttx-apps/pull/2065#discussion_r1438071951 ## interpreters/wamr/Kconfig: ## @@ -70,6 +70,11 @@ config INTERPRETERS_WAMR_LIBC_BUILTIN bool "Enable built-in libc" default n +config INT

Re: [PR] drivers/net/ksz9477: Add simple port-based static VLAN configuration [nuttx]

2023-12-28 Thread via GitHub
jlaitine commented on code in PR #11422: URL: https://github.com/apache/nuttx/pull/11422#discussion_r1438067907 ## drivers/net/Kconfig: ## @@ -392,6 +392,18 @@ menuconfig NET_W5500 References: W5500 Datasheet, Version 1.0.9, 2013 WIZnet Co., Ltd.

[PR] This PR adds kernel build support for CanMV-K230 device. [nuttx]

2023-12-28 Thread via GitHub
yf13 opened a new pull request, #11465: URL: https://github.com/apache/nuttx/pull/11465 ## Summary Changes: - Documentation/platforms/risc-v/k230 revised for both modes - arch/risc-v/include/k230/irq.h add S-mode IRQs - under arch/risc-v/src/k230 folder:

[PR] adjust log levels of a few binfmt logs [nuttx]

2023-12-28 Thread via GitHub
yf13 opened a new pull request, #11464: URL: https://github.com/apache/nuttx/pull/11464 ## Summary log messages from binfmt are very much. this is to adjust levels of a few based on debugging experiences. These non-critical logs were marked as errors. So we likely can adjust them a

(nuttx-website) branch asf-site updated: Publishing web: 36ddd7c60a8230335eda886c909bc938739114a2 docs: 1768e7868be14ea2d07aa7bc89653234a724d283

2023-12-28 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 346e8999 Publishing web: 36ddd7c6

Re: [PR] sim: make the cmake version of hostfs build similar to the Makefile one [nuttx]

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

(nuttx) branch master updated: sim: make the cmake version of hostfs build similar to the Makefile one

2023-12-28 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer 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 f7fb816235 sim: make the cmake version of hostfs

Re: [PR] drivers/net/ksz9477: Add simple port-based static VLAN configuration [nuttx]

2023-12-28 Thread via GitHub
pkarashchenko commented on code in PR #11422: URL: https://github.com/apache/nuttx/pull/11422#discussion_r1437916558 ## drivers/net/Kconfig: ## @@ -392,6 +392,18 @@ menuconfig NET_W5500 References: W5500 Datasheet, Version 1.0.9, 2013 WIZnet Co.,

Re: [PR] support sorting symbol tables by name [nuttx]

2023-12-28 Thread via GitHub
pkarashchenko commented on code in PR #11448: URL: https://github.com/apache/nuttx/pull/11448#discussion_r1437915629 ## libs/libc/symtab/symtab_findbyvalue.c: ## @@ -92,7 +92,7 @@ symtab_findbyvalue(FAR const struct symtab_s *symtab, } else if (symtab[mid].sym_va

Re: [I] Fix arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions [nuttx]

2023-12-28 Thread via GitHub
pkarashchenko commented on issue #11462: URL: https://github.com/apache/nuttx/issues/11462#issuecomment-1871609640 I'm not sure how to fix this especially when the part of the code is relocated to SRAM. -- This is an automated message from the Apache Git Service. To respond to the message

Re: [PR] libc/stream: add stream interface [nuttx]

2023-12-28 Thread via GitHub
pkarashchenko commented on code in PR #11447: URL: https://github.com/apache/nuttx/pull/11447#discussion_r1437910830 ## include/nuttx/streams.h: ## @@ -205,6 +205,12 @@ struct lib_rawoutstream_s intfd; }; +struct lib_fileoutstream_s +{ + struct lib_out

Re: [PR] sys/types: supporting 32-bit IDs for gid_t/uid_t [nuttx]

2023-12-28 Thread via GitHub
pkarashchenko commented on code in PR #10869: URL: https://github.com/apache/nuttx/pull/10869#discussion_r1437910444 ## include/sys/types.h: ## @@ -121,20 +121,27 @@ typedef uint16_t size_t; typedef int16_t ssize_t; typedef uint16_t rsize_t; +/* uid_t is used fo

Re: [I] IEEE802.15.4 support for nRF52 and nRF53 [nuttx]

2023-12-28 Thread via GitHub
maxikrie commented on issue #11297: URL: https://github.com/apache/nuttx/issues/11297#issuecomment-1871484405 I would very much be interested in this and could potentially help with testing/adding features. @raiden00pl -- This is an automated message from the Apache Git Service. To respo

[I] NSH: ps command broken between release 12.0 and 12.1 [nuttx]

2023-12-28 Thread via GitHub
maxikrie opened a new issue, #11463: URL: https://github.com/apache/nuttx/issues/11463 I noticed, that the ps command of the NSH library broke between release 12.0 and 12.1. Specifically, I am testing the nucleo-h743zi2:nsh config, where I enabled CONFIG_FS_PROCFS and CONFIG_NSH_ARC

Re: [I] CMake version.h compilation error [nuttx]

2023-12-28 Thread via GitHub
maxikrie commented on issue #11438: URL: https://github.com/apache/nuttx/issues/11438#issuecomment-1871475570 Thanks for pointing me to the relevant file. Unfortunately, your proposed fix doesn't resolve the issue, but results in `#define CONFIG_VERSION_STRING "12.3.0` `"#define CONFI

Re: [PR] Wasm.mk: disable by default [nuttx-apps]

2023-12-28 Thread via GitHub
yamt commented on code in PR #2065: URL: https://github.com/apache/nuttx-apps/pull/2065#discussion_r1437854940 ## interpreters/wamr/Kconfig: ## @@ -70,6 +70,11 @@ config INTERPRETERS_WAMR_LIBC_BUILTIN bool "Enable built-in libc" default n +config INTERPRETERS_W

[I] Fix arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD segment with RWX permissions [nuttx]

2023-12-28 Thread via GitHub
xiaoxiang781216 opened a new issue, #11462: URL: https://github.com/apache/nuttx/issues/11462 Report from all ci console, like this: https://github.com/apache/nuttx/actions/runs/7347758008/job/20004759931 -- This is an automated message from the Apache Git Service. To respond to the mes

Re: [I] Toolchain command do not take effect in CMake build after menuconfig settings [nuttx]

2023-12-28 Thread via GitHub
xiaoxiang781216 commented on issue #11452: URL: https://github.com/apache/nuttx/issues/11452#issuecomment-1871419971 In this case, we should regenerate Makefile? -- 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: tools/Unix.mk:change `incdir` to a Make target

2023-12-28 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 1768e7868b tools/Unix.mk:change `incdir` to a

Re: [PR] [Fix]CI warning in GNU make 4.3 'jobserver unavailable' [nuttx]

2023-12-28 Thread via GitHub
xiaoxiang781216 merged PR #11460: URL: https://github.com/apache/nuttx/pull/11460 -- 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] Wasm.mk: disable by default [nuttx-apps]

2023-12-28 Thread via GitHub
xiaoxiang781216 commented on code in PR #2065: URL: https://github.com/apache/nuttx-apps/pull/2065#discussion_r1437833385 ## interpreters/wamr/Kconfig: ## @@ -70,6 +70,11 @@ config INTERPRETERS_WAMR_LIBC_BUILTIN bool "Enable built-in libc" default n +config INT

[PR] sim: make the cmake version of hostfs build similar to the Makefile one [nuttx]

2023-12-28 Thread via GitHub
yamt opened a new pull request, #11461: URL: https://github.com/apache/nuttx/pull/11461 ## Summary sim: make the cmake version of hostfs build similar to the Makefile one ## Impact solve https://github.com/apache/nuttx/pull/11458#issuecomment-1870297510 ## Testing

Re: [PR] sim: add assertions on hostfs copy of structures [nuttx]

2023-12-28 Thread via GitHub
yamt commented on code in PR #11458: URL: https://github.com/apache/nuttx/pull/11458#discussion_r1437794652 ## arch/sim/src/sim/sim_checknuttxtypes.c: ## @@ -0,0 +1,100 @@ +/ + * arch/sim/src/sim/sim_che

Re: [PR] sim: add assertions on hostfs copy of structures [nuttx]

2023-12-28 Thread via GitHub
yamt commented on PR #11458: URL: https://github.com/apache/nuttx/pull/11458#issuecomment-1871359913 > > > @yamt please include a git log message explaining more about it. > > > > > > what kind of extra info do you want to see? > > Just why you decided to include the asserti

Re: [PR] video/vnc: add vnc_fb_register [nuttx]

2023-12-28 Thread via GitHub
acassis commented on PR #11383: URL: https://github.com/apache/nuttx/pull/11383#issuecomment-1871298343 @jianglianfang before we merge it, could you please confirm that this tutorial still working after your modifications: https://nuttx.apache.org/docs/latest/platforms/sim/sim/index.html#ru

Re: [PR] Add MTD for AT25 eeprom [nuttx]

2023-12-28 Thread via GitHub
TimJTi commented on code in PR #11423: URL: https://github.com/apache/nuttx/pull/11423#discussion_r1437750494 ## drivers/mtd/at25ee.c: ## @@ -0,0 +1,1033 @@ +/ + * drivers/mtd/at25ee.c + * + * Licensed t

Re: [PR] Add MTD for AT25 eeprom [nuttx]

2023-12-28 Thread via GitHub
acassis commented on code in PR #11423: URL: https://github.com/apache/nuttx/pull/11423#discussion_r1437749238 ## drivers/mtd/at25ee.c: ## @@ -0,0 +1,1033 @@ +/ + * drivers/mtd/at25ee.c + * + * Licensed

Re: [PR] support sorting symbol tables by name [nuttx]

2023-12-28 Thread via GitHub
acassis commented on PR #11448: URL: https://github.com/apache/nuttx/pull/11448#issuecomment-1871293949 @Gary-Hobson please include the summary information in the git commit message -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] sim: add assertions on hostfs copy of structures [nuttx]

2023-12-28 Thread via GitHub
acassis commented on code in PR #11458: URL: https://github.com/apache/nuttx/pull/11458#discussion_r1437747057 ## arch/sim/src/sim/sim_checknuttxtypes.c: ## @@ -0,0 +1,100 @@ +/ + * arch/sim/src/sim/sim_

Re: [PR] sim: add assertions on hostfs copy of structures [nuttx]

2023-12-28 Thread via GitHub
acassis commented on PR #11458: URL: https://github.com/apache/nuttx/pull/11458#issuecomment-1871289545 > > @yamt please include a git log message explaining more about it. > > what kind of extra info do you want to see? Just why you decided to include the assertions. Was it fai

Re: [I] Toolchain command do not take effect in CMake build after menuconfig settings [nuttx]

2023-12-28 Thread via GitHub
acassis commented on issue #11452: URL: https://github.com/apache/nuttx/issues/11452#issuecomment-1871287216 @pkarashchenko any idea? -- 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-apps) branch master updated: drivertest: Fix drivertest_audio crash

2023-12-28 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 d9b8a0ee6 drivertest: Fix drivertest_audi

Re: [PR] drivertest: Fix drivertest_audio crash [nuttx-apps]

2023-12-28 Thread via GitHub
xiaoxiang781216 merged PR #2243: URL: https://github.com/apache/nuttx-apps/pull/2243 -- 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: optional argument for generated ROMFS file path.

2023-12-28 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 4d9f2e369 optional argument for generated

Re: [PR] optional argument for generated ROMFS file path. [nuttx-apps]

2023-12-28 Thread via GitHub
xiaoxiang781216 merged PR #2244: URL: https://github.com/apache/nuttx-apps/pull/2244 -- 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] [Fix]CI warning in GNU make 4.3 'jobserver unavailable' [nuttx]

2023-12-28 Thread via GitHub
xuxin930 commented on code in PR #11460: URL: https://github.com/apache/nuttx/pull/11460#discussion_r1437644269 ## tools/Unix.mk: ## @@ -27,8 +27,10 @@ endif # Build any necessary tools needed early in the build. # incdir - Is needed immediately by all Make.defs file. +ifeq

Re: [PR] [Fix]CI warning in GNU make 4.3 'jobserver unavailable' [nuttx]

2023-12-28 Thread via GitHub
xuxin930 commented on code in PR #11460: URL: https://github.com/apache/nuttx/pull/11460#discussion_r1437644269 ## tools/Unix.mk: ## @@ -27,8 +27,10 @@ endif # Build any necessary tools needed early in the build. # incdir - Is needed immediately by all Make.defs file. +ifeq

Re: [PR] [Fix]CI warning in GNU make 4.3 'jobserver unavailable' [nuttx]

2023-12-28 Thread via GitHub
xuxin930 commented on code in PR #11460: URL: https://github.com/apache/nuttx/pull/11460#discussion_r1437644269 ## tools/Unix.mk: ## @@ -27,8 +27,10 @@ endif # Build any necessary tools needed early in the build. # incdir - Is needed immediately by all Make.defs file. +ifeq

Re: [PR] [Fix]CI warning in GNU make 4.3 'jobserver unavailable' [nuttx]

2023-12-28 Thread via GitHub
xuxin930 commented on code in PR #11460: URL: https://github.com/apache/nuttx/pull/11460#discussion_r1437500778 ## tools/Unix.mk: ## @@ -27,8 +27,10 @@ endif # Build any necessary tools needed early in the build. # incdir - Is needed immediately by all Make.defs file. +ifeq

Re: [PR] Wasm.mk: disable by default [nuttx-apps]

2023-12-28 Thread via GitHub
yamt commented on code in PR #2065: URL: https://github.com/apache/nuttx-apps/pull/2065#discussion_r1437492288 ## interpreters/wamr/Kconfig: ## @@ -70,6 +70,11 @@ config INTERPRETERS_WAMR_LIBC_BUILTIN bool "Enable built-in libc" default n +config INTERPRETERS_W

Re: [PR] Wasm.mk: disable by default [nuttx-apps]

2023-12-28 Thread via GitHub
xiaoxiang781216 commented on code in PR #2065: URL: https://github.com/apache/nuttx-apps/pull/2065#discussion_r1437477025 ## interpreters/wamr/Kconfig: ## @@ -70,6 +70,11 @@ config INTERPRETERS_WAMR_LIBC_BUILTIN bool "Enable built-in libc" default n +config INT

Re: [PR] Wasm.mk: disable by default [nuttx-apps]

2023-12-28 Thread via GitHub
yamt commented on code in PR #2065: URL: https://github.com/apache/nuttx-apps/pull/2065#discussion_r1437475267 ## interpreters/wamr/Kconfig: ## @@ -70,6 +70,11 @@ config INTERPRETERS_WAMR_LIBC_BUILTIN bool "Enable built-in libc" default n +config INTERPRETERS_W

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

2023-12-28 Thread via GitHub
yamt commented on PR #2226: URL: https://github.com/apache/nuttx-apps/pull/2226#issuecomment-1870936630 > > > Remove @ tag from all comments > > > > > > why? > > Because all NuttX native comments don't use @, which are copied from other code base to identify the special ele

Re: [PR] Wasm.mk: disable by default [nuttx-apps]

2023-12-28 Thread via GitHub
xiaoxiang781216 commented on code in PR #2065: URL: https://github.com/apache/nuttx-apps/pull/2065#discussion_r1437471579 ## interpreters/wamr/Kconfig: ## @@ -70,6 +70,11 @@ config INTERPRETERS_WAMR_LIBC_BUILTIN bool "Enable built-in libc" default n +config INT

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

2023-12-28 Thread via GitHub
xiaoxiang781216 commented on PR #2226: URL: https://github.com/apache/nuttx-apps/pull/2226#issuecomment-1870927276 > > Remove @ tag from all comments > > why? Because all NuttX native comments don't use @, which are copied from other code base to identify the special element.

Re: [PR] [Fix]CI warning in GNU make 4.3 'jobserver unavailable' [nuttx]

2023-12-28 Thread via GitHub
xiaoxiang781216 commented on code in PR #11460: URL: https://github.com/apache/nuttx/pull/11460#discussion_r1437466093 ## tools/Unix.mk: ## @@ -27,8 +27,10 @@ endif # Build any necessary tools needed early in the build. # incdir - Is needed immediately by all Make.defs file.