Re: [PR] CMake: add `nuttx_tweak_kconfig` and `nuttx_sethost` for cmake build system [nuttx]

2024-01-26 Thread via GitHub
anchao commented on PR #11608: URL: https://github.com/apache/nuttx/pull/11608#issuecomment-1913055123 tweak config is not a violent change of a certain kconfig variable, which needs to parse all kconfig topologies, including dependencies and selection rules. -- This is an automated mess

[PR] arch/sim: fix X11 compile failed [nuttx]

2024-01-26 Thread via GitHub
W-Mai opened a new pull request, #11610: URL: https://github.com/apache/nuttx/pull/11610 ## Summary fix X11 compile failed with CMake ## Impact N/A ## Testing N/A -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[PR] risc-v/canmv230: add CMake support [nuttx]

2024-01-26 Thread via GitHub
yf13 opened a new pull request, #11609: URL: https://github.com/apache/nuttx/pull/11609 ## Summary Adding CMakeLists.txt files to support CMake build system. Note that only FLAT build works now due to limitations of current CMake build system. ## Impact None ## Te

[PR] testing/getprime: add cmake support [nuttx-apps]

2024-01-26 Thread via GitHub
yf13 opened a new pull request, #2274: URL: https://github.com/apache/nuttx-apps/pull/2274 ## Summary add CMakeLists.txt to support building with CMake ## Impact None ## Testing checked with CanMV230 -- This is an automated message from the Ap

(nuttx) branch master updated: add xmc4800-relax to nuttx

2024-01-26 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 26ffb1f568 add xmc4800-relax to nuttx 26ffb1f5

Re: [PR] add xmc4800-relax to nuttx [nuttx]

2024-01-26 Thread via GitHub
xiaoxiang781216 merged PR #11607: URL: https://github.com/apache/nuttx/pull/11607 -- 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: xtensa/esp32s3: Add DMA peripheral to spi driver configuration

2024-01-26 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 ba1b96e9d9 xtensa/esp32s3: Add DMA peripheral

Re: [PR] xtensa/esp32s3: Add DMA peripheral to spi driver configuration [nuttx]

2024-01-26 Thread via GitHub
xiaoxiang781216 merged PR #11593: URL: https://github.com/apache/nuttx/pull/11593 -- 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-apps) branch master updated: nsh_timcmds: display date using set format

2024-01-26 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 09122debe nsh_timcmds: display date using

Re: [PR] nsh_timcmds: display date using set format [nuttx-apps]

2024-01-26 Thread via GitHub
xiaoxiang781216 merged PR #2273: URL: https://github.com/apache/nuttx-apps/pull/2273 -- 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-website) branch asf-site updated: Publishing web: 69485786e52ff306670ab74f7df988cf8658ee69 docs: b3b8ec35a6a6717c162c0639bd8914c2ed5aff60

2024-01-26 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 0bba30b5 Publishing web: 69485786

[PR] CMake: add `nuttx_tweak_kconfig` and `nuttx_sethost` for cmake build system [nuttx]

2024-01-26 Thread via GitHub
W-Mai opened a new pull request, #11608: URL: https://github.com/apache/nuttx/pull/11608 ## Summary Add the `nuttx_tweak_kconfig` function and the `nuttx_sethost` function to the current Nuttx `CMake` build system to ensure that the code can be compiled correctly on different platfor

(nuttx-apps) branch master updated: nsh_timcmds: show RTC time in timedatectl command only if CONFIG_RTC_DRIVER is set

2024-01-26 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 61d1f37f5 nsh_timcmds: show RTC time in t

Re: [PR] nsh_timcmds: show RTC time in timedatectl command only if CONFIG_RTC_DRIVER is set [nuttx-apps]

2024-01-26 Thread via GitHub
xiaoxiang781216 merged PR #2271: URL: https://github.com/apache/nuttx-apps/pull/2271 -- 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] nsh_timcmds: display date using set format [nuttx-apps]

2024-01-26 Thread via GitHub
maxyjian opened a new pull request, #2273: URL: https://github.com/apache/nuttx-apps/pull/2273 ## Summary nsh_timcmds: display date using set format Reference: https://www.geeksforgeeks.org/date-command-linux-examples/?ref=gcse#9-list-of-format-specifiers-used-with-date-command

Re: [PR] nsh_timcmds: display date using set format [nuttx-apps]

2024-01-26 Thread via GitHub
maxyjian closed pull request #2272: nsh_timcmds: display date using set format URL: https://github.com/apache/nuttx-apps/pull/2272 -- 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

[PR] nshlib: display date using set format [nuttx-apps]

2024-01-26 Thread via GitHub
maxyjian opened a new pull request, #2272: URL: https://github.com/apache/nuttx-apps/pull/2272 Reference: https://www.geeksforgeeks.org/date-command-linux-examples/?ref=gcse#9-list-of-format-specifiers-used-with-date-command ## Summary nshlib: display date using set format #

(nuttx) branch master updated: tools/nxstyle: can use ',' in the string when declaring it

2024-01-26 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 b3b8ec35a6 tools/nxstyle: can use ',' in the s

Re: [PR] tools/nxstyle: can use ',' in the string when declaring it [nuttx]

2024-01-26 Thread via GitHub
xiaoxiang781216 merged PR #11606: URL: https://github.com/apache/nuttx/pull/11606 -- 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] add xmc4800-relax to nuttx [nuttx]

2024-01-26 Thread via GitHub
trns1997 opened a new pull request, #11607: URL: https://github.com/apache/nuttx/pull/11607 ## Summary Add XMC4800-Relax board to nuttx. ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[PR] nsh_timcmds: show RTC time in timedatectl command only if CONFIG_RTC_DRIVER is set [nuttx-apps]

2024-01-26 Thread via GitHub
michallenc opened a new pull request, #2271: URL: https://github.com/apache/nuttx-apps/pull/2271 ## Summary NuttX build fails otherwise as required structures are not included. ## Impact Build fix. ## Testing Build pass, app works. -- This is an automated message

Re: [PR] driver/alt1250: Notice instance information [nuttx]

2024-01-26 Thread via GitHub
xiaoxiang781216 commented on PR #11589: URL: https://github.com/apache/nuttx/pull/11589#issuecomment-1912017144 @SPRESENSE could you address the issue provided by comment? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

(nuttx) branch master updated: xtensa/esp32s3: Fix crash issue that occurs when deleting a semaphore in WPA3

2024-01-26 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 8bef8ee9d5 xtensa/esp32s3: Fix crash issue tha

Re: [PR] xtensa/esp32s3: Fix crash issue that occurs when deleting a semaphore in WPA3 [nuttx]

2024-01-26 Thread via GitHub
xiaoxiang781216 merged PR #11604: URL: https://github.com/apache/nuttx/pull/11604 -- 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] tools/nxstyle: can use ',' in the string when declaring it [nuttx]

2024-01-26 Thread via GitHub
maxyjian opened a new pull request, #11606: URL: https://github.com/apache/nuttx/pull/11606 ## Summary tools/nxstyle: can use ',' in the string when declaring it ## Impact code stype check ## Testing velaos -- This is an automated message from the Apache Git Serv

Re: [PR] arch/arm/samv7: Initial support of SocketLIN master interface [nuttx]

2024-01-26 Thread via GitHub
pkarashchenko commented on code in PR #11002: URL: https://github.com/apache/nuttx/pull/11002#discussion_r1467539055 ## arch/arm/src/samv7/sam_lin_sock.c: ## @@ -0,0 +1,1305 @@ +/ + * arch/arm/src/samv7/

Re: [PR] arch/arm/samv7: Initial support of SocketLIN master interface [nuttx]

2024-01-26 Thread via GitHub
pkarashchenko commented on PR #11002: URL: https://github.com/apache/nuttx/pull/11002#issuecomment-1911908078 @xucheng5 please take a look -- 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 spec

(nuttx) branch master updated: rptun: extract rptun char to rpmsg/rpmsg.c

2024-01-26 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 5651612f45 rptun: extract rptun char to rpmsg/

Re: [PR] rptun: extract rptun char to rpmsg/rpmsg.c [nuttx]

2024-01-26 Thread via GitHub
xiaoxiang781216 merged PR #11603: URL: https://github.com/apache/nuttx/pull/11603 -- 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