(nuttx) branch master updated: xmc4 ccu4 register map

2024-01-27 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 fff193324d xmc4 ccu4 register map fff193324d i

Re: [PR] xmc4 ccu4 global registers [nuttx]

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

2024-01-27 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 e028197e Publishing web: 69485786

Re: [PR] Coresight: add init coresight driver framework [nuttx]

2024-01-27 Thread via GitHub
acassis commented on code in PR #11605: URL: https://github.com/apache/nuttx/pull/11605#discussion_r1468652182 ## drivers/coresight/coresight_common.c: ## @@ -0,0 +1,287 @@ +/ + * drivers/coresight/cores

Re: [PR] Coresight: add init coresight driver framework [nuttx]

2024-01-27 Thread via GitHub
acassis commented on code in PR #11605: URL: https://github.com/apache/nuttx/pull/11605#discussion_r1468651557 ## include/nuttx/coresight/coresight.h: ## @@ -0,0 +1,241 @@ +/ + * include/nuttx/coresight/

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

2024-01-27 Thread via GitHub
acassis commented on PR #11608: URL: https://github.com/apache/nuttx/pull/11608#issuecomment-1913329751 @W-Mai could you please fix this warning: The head ref may contain hidden characters: "\u{1F617}" -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [I] cmake build seems lacking sethost.sh equivalent [nuttx]

2024-01-27 Thread via GitHub
anchao commented on issue #11473: URL: https://github.com/apache/nuttx/issues/11473#issuecomment-1913121785 > I wrote a cmake `sethost`, but it's a little hacky. > > > > Now that I see this discussion, I decided to follow this discussion and try to modify my code. > >

(nuttx) branch master updated (8ba74d06c6 -> bb63f8f36d)

2024-01-27 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 8ba74d06c6 arch/sim: fix X11 compile failed add bb63f8f36d risc-v/canmv230: add CMake support No new revisions

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

2024-01-27 Thread via GitHub
xiaoxiang781216 merged PR #11609: URL: https://github.com/apache/nuttx/pull/11609 -- 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: testing/getprime: add cmake support

2024-01-27 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 d381699ac testing/getprime: add cmake sup

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

2024-01-27 Thread via GitHub
xiaoxiang781216 merged PR #2274: URL: https://github.com/apache/nuttx-apps/pull/2274 -- 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) branch master updated: arch/sim: fix X11 compile failed

2024-01-27 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 8ba74d06c6 arch/sim: fix X11 compile failed 8b

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

2024-01-27 Thread via GitHub
xiaoxiang781216 merged PR #11610: URL: https://github.com/apache/nuttx/pull/11610 -- 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] cmake build seems lacking sethost.sh equivalent [nuttx]

2024-01-27 Thread via GitHub
W-Mai commented on issue #11473: URL: https://github.com/apache/nuttx/issues/11473#issuecomment-1913075340 I wrote a cmake `sethost`, but it's a little hacky. Now that I see this discussion, I decided to follow this discussion and try to modify my code. - #11608 -- This is a

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

2024-01-27 Thread via GitHub
W-Mai commented on PR #11608: URL: https://github.com/apache/nuttx/pull/11608#issuecomment-1913072563 > tweak config is not a violent change of a certain kconfig variable, which needs to parse all kconfig topologies, including dependencies and selection rules. Oh, sure, I realized, s