(nuttx) branch master updated: stm32f401rc-rs485: Add sdcard support

2023-11-25 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 89ddb2f709 stm32f401rc-rs485: Add sdcard suppo

Re: [PR] stm32f401rc-rs485: Add sdcard support [nuttx]

2023-11-25 Thread via GitHub
xiaoxiang781216 merged PR #11265: URL: https://github.com/apache/nuttx/pull/11265 -- 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/ci: Build imx6 and imxrt by clang toolchain [nuttx]

2023-11-25 Thread via GitHub
xiaoxiang781216 opened a new pull request, #11272: URL: https://github.com/apache/nuttx/pull/11272 ## Summary to improve the ci coverage ## Impact ci ## Testing ci -- This is an automated message from the Apache Git Service. To respond to the message, ple

[PR] tools/ci: Upgrade macOS arm64 toolchain to 12.3.rel1 [nuttx]

2023-11-25 Thread via GitHub
xiaoxiang781216 opened a new pull request, #11271: URL: https://github.com/apache/nuttx/pull/11271 ## Summary and enable arm64 ci build on macOS ## Impact arm64 ci ## Testing ci -- This is an automated message from the Apache Git Service. To respond to th

[PR] tools/ci: Upgrade clang arm toolchain to 17.0.1 [nuttx]

2023-11-25 Thread via GitHub
xiaoxiang781216 opened a new pull request, #11270: URL: https://github.com/apache/nuttx/pull/11270 ## Summary from https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/releases/tag/release-17.0.1 ## Impact ci ## Testing ci -- This is an automa

[PR] libcxx: Upgrade to llvm 17.0.1 [nuttx]

2023-11-25 Thread via GitHub
xiaoxiang781216 opened a new pull request, #11269: URL: https://github.com/apache/nuttx/pull/11269 ## Summary ## Impact ## Testing -- 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

Re: [PR] Documentation: Fix errors on linum-stm32h753bi [nuttx]

2023-11-25 Thread via GitHub
btashton commented on PR #11266: URL: https://github.com/apache/nuttx/pull/11266#issuecomment-1826474385 https://github.com/apache/nuttx/pull/9344#issuecomment-134271 Possible we could catch more by limiting what we exclude. Although I don't remember this working well for us

Re: [PR] Documentation: Fix errors on linum-stm32h753bi [nuttx]

2023-11-25 Thread via GitHub
xiaoxiang781216 commented on PR #11266: URL: https://github.com/apache/nuttx/pull/11266#issuecomment-1826466881 @raiden00pl @btashton can we improve the documentation ci to catch this type of error? -- This is an automated message from the Apache Git Service. To respond to the message, pl

(nuttx) branch master updated: Documentation: Fix errors on linum-stm32h753bi

2023-11-25 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 01c5ec1622 Documentation: Fix errors on linum-

Re: [PR] Documentation: Fix errors on linum-stm32h753bi [nuttx]

2023-11-25 Thread via GitHub
xiaoxiang781216 merged PR #11266: URL: https://github.com/apache/nuttx/pull/11266 -- 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] Gh [nuttx]

2023-11-25 Thread via GitHub
xiaoxiang781216 closed issue #11264: Gh URL: https://github.com/apache/nuttx/issues/11264 -- 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-unsubs

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

2023-11-25 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 d57ab370 Publishing web: 36ddd7c6

[I] [bug] cmake building failed [nuttx]

2023-11-25 Thread via GitHub
zyy37 opened a new issue, #11267: URL: https://github.com/apache/nuttx/issues/11267 ![image](https://github.com/apache/nuttx/assets/143855581/22821c6a-e431-4eca-b2c1-2a3630f40855) I compile on Linux and arm64 machines, but using cmake will result in compilation failure. The variable `./b

[PR] Documentation: Fix errors on linum-stm32h753bi [nuttx]

2023-11-25 Thread via GitHub
rcsim opened a new pull request, #11266: URL: https://github.com/apache/nuttx/pull/11266 ## Summary Fix errors on linum-stm32h753bi > /home/rcsim/Workspace/learning/nuttx/nuttxspace/nuttx/Documentation/platforms/arm/stm32h7/boards/linum-stm32h753bi/index.rst:106: ERROR: Malformed

[PR] stm32f401rc-rs485: Add sdcard support [nuttx]

2023-11-25 Thread via GitHub
rcsim opened a new pull request, #11265: URL: https://github.com/apache/nuttx/pull/11265 ## Summary Add support to sdcard on stm32f401rc-rs485 board. ## Impact Users will be able to use sdcard ## Testing - Build sdcard configuration ./tools/configure.sh -l stm32f401rc-r

Re: [PR] sched/semaphore: Move POSIX regulated parts of semaphores into libc [nuttx]

2023-11-25 Thread via GitHub
PetervdPerk-NXP commented on PR #11257: URL: https://github.com/apache/nuttx/pull/11257#issuecomment-1826354772 @acassis wouldn't it be great if we can automate a size impact summary in github-actions. I've seen other projects doing this as well for example https://github.com/prusa3d/Pru

Re: [PR] sched/semaphore: Move POSIX regulated parts of semaphores into libc [nuttx]

2023-11-25 Thread via GitHub
acassis commented on PR #11257: URL: https://github.com/apache/nuttx/pull/11257#issuecomment-1826349537 @xiaoxiang781216 I think it is a good idea to wait! NuttX is increasing very fast and I'm afraid that we cannot fit on MCUs with 32KB Flash anymore! -- This is an automated message from

Re: [I] Gh [nuttx]

2023-11-25 Thread via GitHub
acassis commented on issue #11264: URL: https://github.com/apache/nuttx/issues/11264#issuecomment-1826349241 Spam! Is there some way to block users on GH ? -- 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] gdb nsh:tcpblaster cannot access network [nuttx]

2023-11-25 Thread via GitHub
maxmbed commented on issue #11223: URL: https://github.com/apache/nuttx/issues/11223#issuecomment-1826281959 Thanks @anjiahao1, launching gdb with the admin privilege is working. I can access network now. Without sudo, the issue happens during the configuration of the tap device in `