[PR] xtensa/esp32s2: Add xtwdt and rwdt support [nuttx]

2023-12-20 Thread via GitHub
eren-terzioglu opened a new pull request, #11431: URL: https://github.com/apache/nuttx/pull/11431 ## Summary xtensa/esp32s2: Add xtwdt and rwdt support ## Impact Only ESP32S2 ## Testing ### RWDT Testing `esp32s2-saola-1:watchdog` config used with `RTC

[PR] virtio-net:Fix the compile error. [nuttx]

2023-12-20 Thread via GitHub
liqinhuixm opened a new pull request, #11430: URL: https://github.com/apache/nuttx/pull/11430 ## Summary Fix the compile error, log as follows: CC: virtio/virtio-net.c virtio/virtio-net.c: In function 'virtio_net_set_macaddr': virtio/virtio-net.c:595:17: error: invalid operand

Re: [PR] arch: arm64: Fix GICv2 detection [nuttx]

2023-12-20 Thread via GitHub
masayuki2009 commented on PR #11429: URL: https://github.com/apache/nuttx/pull/11429#issuecomment-1865668061 @lupyuen Can you check if this PR works on Pinephone? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[PR] arch: arm64: Fix GICv2 detection [nuttx]

2023-12-20 Thread via GitHub
masayuki2009 opened a new pull request, #11429: URL: https://github.com/apache/nuttx/pull/11429 ## Summary - I noticed that qemu-armv8a:netnsh_smp_hv does not detect GICv2 on Raspi4B (ubuntu 22.04 server + qemu-8.1.2) - According to the GIC-400 TRM, it says that the architecture ve

(nuttx-apps) branch master updated (11f2d5e5e -> afa282ca4)

2023-12-20 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 11f2d5e5e examples/rmtchar: Implement RX and/or TX using the RMT char driver add afa282ca4 WASI-SDK.defs:

Re: [PR] WASI-SDK.defs: Simplify CFLAGS filters [nuttx-apps]

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

[PR] fsutils: passwd: Fix wrong macro [nuttx-apps]

2023-12-20 Thread via GitHub
takumiando opened a new pull request, #2238: URL: https://github.com/apache/nuttx-apps/pull/2238 ```passwd_update/adduser/deluser should``` be enabled if ```CONFIG_FSUTILS_PASSWD_READONLY``` is not defined. -- This is an automated message from the Apache Git Service. To respond to t

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

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

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

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

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

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

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

2023-12-20 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 97185ce0 Publishing web: 36ddd7c6

[PR] xtensa/espressif/rmt: Implement a common RMT (Remote Control) driver for xtensa-based devices. [nuttx]

2023-12-20 Thread via GitHub
tmedicci opened a new pull request, #11428: URL: https://github.com/apache/nuttx/pull/11428 ## Summary * drivers/rmt: Implement an upper-half RMT character driver The RMT (Remote Control) character driver allows to use the RMT peripheral (usually, a one-wire peripheral dedicate

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2023-12-20 Thread via GitHub
TimJTi commented on code in PR #11423: URL: https://github.com/apache/nuttx/pull/11423#discussion_r1432991702 ## drivers/mtd/Kconfig: ## @@ -382,10 +384,10 @@ config AT24XX_SIZE int "AT24xx size (Kbit)" default 64 ---help--- - This is the XX

Re: [I] Bug when running `make olddefconfig V=1` [nuttx]

2023-12-20 Thread via GitHub
acassis commented on issue #11424: URL: https://github.com/apache/nuttx/issues/11424#issuecomment-1864803022 @xiaoxiang781216 @pkarashchenko @raiden00pl any idea why is it happening? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [I] use SDCard on NuttX question。 [nuttx]

2023-12-20 Thread via GitHub
acassis commented on issue #11420: URL: https://github.com/apache/nuttx/issues/11420#issuecomment-1864801189 @GC-20-20 Please share more information about your setup. What board are you using, what Ubuntu version, what toolchain, etc. This number 5 means I/O Error, please look at nutt

Re: [PR] boards/stm32h7/h747ai: Support for generic STM32H747AI MCU [nuttx]

2023-12-20 Thread via GitHub
acassis commented on PR #11291: URL: https://github.com/apache/nuttx/pull/11291#issuecomment-1864797297 @royratcliffe thank you for the fix. Please take a look at our git repository and look for other boards inclusion pull requests, normally a board inclusion will have 2 or 3 commits only.

Re: [PR] boards/stm32h7/h747ai: Support for generic STM32H747AI MCU [nuttx]

2023-12-20 Thread via GitHub
acassis commented on code in PR #11291: URL: https://github.com/apache/nuttx/pull/11291#discussion_r1432940371 ## .vscode/launch.json: ## @@ -0,0 +1,42 @@ +{ +// Use IntelliSense to learn about possible attributes. +// Hover to view descriptions of existing attributes. +

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

2023-12-20 Thread via GitHub
acassis commented on code in PR #11423: URL: https://github.com/apache/nuttx/pull/11423#discussion_r1432927238 ## drivers/mtd/Kconfig: ## @@ -382,10 +384,10 @@ config AT24XX_SIZE int "AT24xx size (Kbit)" default 64 ---help--- - This is the X

(nuttx) branch master updated: Revert "cmake: restore old behavior for savedefconfig"

2023-12-20 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 a506f9fb70 Revert "cmake: restore old behavior

Re: [PR] Revert "cmake: restore old behavior for savedefconfig" [nuttx]

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

Re: [PR] sensors: mx56xx: Fix threshold and calculation [nuttx]

2023-12-20 Thread via GitHub
xiaoxiang781216 merged PR #11426: URL: https://github.com/apache/nuttx/pull/11426 -- 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/03: sensors: mx56xx: Fix threshold of second order compensation

2023-12-20 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 d9455ab42057ee27de4891132b4772c643848d18 Author: Takumi Ando AuthorDate: Wed Dec 20 10:49:59 2023 +0900 sensors:

(nuttx) 02/03: sensors: mx56xx: Fix calculation of second order compensation

2023-12-20 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 19ac909eeae202a1f45c15245165b7571916d78e Author: Takumi Ando AuthorDate: Wed Dec 20 11:11:55 2023 +0900 sensors:

(nuttx) branch master updated (34a6dddb7a -> 6b3aa3b6b9)

2023-12-20 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 34a6dddb7a boards/esp32s2: Increase init task stack size to 3072 new d9455ab420 sensors: mx56xx: Fix threshold

(nuttx) 03/03: sensors: mx56xx: Correct type of temperature

2023-12-20 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 6b3aa3b6b92591925c402d9714d7eb406168d6d9 Author: Takumi Ando AuthorDate: Wed Dec 20 11:28:40 2023 +0900 sensors:

Re: [PR] boards/esp32s2: Increase init task stack size to 3072 [nuttx]

2023-12-20 Thread via GitHub
xiaoxiang781216 commented on PR #11425: URL: https://github.com/apache/nuttx/pull/11425#issuecomment-1864620640 OK. -- 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 unsub

(nuttx) branch master updated: boards/esp32s2: Increase init task stack size to 3072

2023-12-20 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 34a6dddb7a boards/esp32s2: Increase init task

Re: [PR] boards/esp32s2: Increase init task stack size to 3072 [nuttx]

2023-12-20 Thread via GitHub
xiaoxiang781216 merged PR #11425: URL: https://github.com/apache/nuttx/pull/11425 -- 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] CMake:switch CMake Linker from gcc/g++ to ld [nuttx]

2023-12-20 Thread via GitHub
xuxin930 commented on PR #11421: URL: https://github.com/apache/nuttx/pull/11421#issuecomment-1864418470 > Using ld may cause LTO optimization break, Link-Time-Optimization will only be executed in the link stage, and requires the support of GCC lto-wrapper. You can try replace gcc to ld an

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

2023-12-20 Thread via GitHub
TimJTi commented on PR #11423: URL: https://github.com/apache/nuttx/pull/11423#issuecomment-1864404767 Pushed minor update with SPI_SETDELAY functionality, to speed up accesses -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] boards/esp32s2: Increase init task stack size to 3072 [nuttx]

2023-12-20 Thread via GitHub
tmedicci commented on PR #11425: URL: https://github.com/apache/nuttx/pull/11425#issuecomment-1864392775 > > > > @tmedicci why not try this tool #11348 to optimize the stack usage in the common case? It's always the last resort to increase the stack size. > > > > > > > > > Hi @xia

Re: [PR] boards/esp32s2: Increase init task stack size to 3072 [nuttx]

2023-12-20 Thread via GitHub
tmedicci commented on PR #11425: URL: https://github.com/apache/nuttx/pull/11425#issuecomment-1864388541 > > > @tmedicci why not try this tool #11348 to optimize the stack usage in the common case? It's always the last resort to increase the stack size. > > > > > > Hi @xiaoxiang78

Re: [PR] boards/esp32s2: Increase init task stack size to 3072 [nuttx]

2023-12-20 Thread via GitHub
xiaoxiang781216 commented on PR #11425: URL: https://github.com/apache/nuttx/pull/11425#issuecomment-1864364851 > > @tmedicci why not try this tool #11348 to optimize the stack usage in the common case? It's always the last resort to increase the stack size. > > Hi @xiaoxiang781216 ,

Re: [PR] boards/esp32s2: Increase init task stack size to 3072 [nuttx]

2023-12-20 Thread via GitHub
tmedicci commented on PR #11425: URL: https://github.com/apache/nuttx/pull/11425#issuecomment-1864358271 > @tmedicci why not try this tool #11348 to optimize the stack usage in the common case? It's always the last resort to increase the stack size. Hi @xiaoxiang781216 , that is a goo

(nuttx) branch master updated: drivers/net/ksz9477: Add simple port-based static VLAN configuration

2023-12-20 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 ebe961df9e drivers/net/ksz9477: Add simple por

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

2023-12-20 Thread via GitHub
xiaoxiang781216 merged PR #11422: URL: https://github.com/apache/nuttx/pull/11422 -- 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] WASI-SDK.defs: Simplify CFLAGS filters [nuttx-apps]

2023-12-20 Thread via GitHub
no1wudi closed pull request #2235: WASI-SDK.defs: Simplify CFLAGS filters URL: https://github.com/apache/nuttx-apps/pull/2235 -- 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