[PR] drivers/mmcsd: Rename mmcsd_read_csd to mmcsd_read_extcsd [nuttx]

2023-11-18 Thread via GitHub
xiaoxiang781216 opened a new pull request, #11220: URL: https://github.com/apache/nuttx/pull/11220 ## Summary to distinguish CSD and EXTCSD, and: - drivers/mmcsd: mmcsd_sdinitialize should save csd register into priv->csd ## Impact code refactor only ## Tes

[PR] arch/sim: Remove the wrong comment from up_allocate_heap [nuttx]

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

[PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-11-18 Thread via GitHub
fxysunshine opened a new pull request, #2205: URL: https://github.com/apache/nuttx-apps/pull/2205 ## Summary This is the continuation of the pull https://github.com/apache/nuttx-apps/pull/1500 task_create and task_delete are unavailable in kernel build mode, remove the task_cr

[PR] spinlock: Move the inclusion of stdatomic.h to source file [nuttx]

2023-11-18 Thread via GitHub
xiaoxiang781216 opened a new pull request, #11218: URL: https://github.com/apache/nuttx/pull/11218 ## Summary to make rwlock work with c++ source code ## Impact spinlock ## Testing ci -- This is an automated message from the Apache Git Service. To respond

(nuttx) branch master updated (014029c649 -> a3e3e0b1ec)

2023-11-18 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 014029c649 boards: add support for ODrive V3.6 board add a3e3e0b1ec stm32f401rc-rs485: Add buttons support No

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

2023-11-18 Thread via GitHub
xiaoxiang781216 merged PR #11217: URL: https://github.com/apache/nuttx/pull/11217 -- 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 (f4b77f078b -> 014029c649)

2023-11-18 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 f4b77f078b skeleton.c doesn't compile without this patch if ioctls are enabled add 4bad6048f0 drivers/foc: add

Re: [PR] boards: add ODrive V3.6 support [nuttx]

2023-11-18 Thread via GitHub
xiaoxiang781216 merged PR #11215: URL: https://github.com/apache/nuttx/pull/11215 -- 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 (f5374e71f3 -> f4b77f078b)

2023-11-18 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 f5374e71f3 Fix compilation and fix SAM_DMAC_CHINTENCLR settings add f4b77f078b skeleton.c doesn't compile witho

Re: [PR] skeleton.c doesn't compile without this patch if ioctls are enabled [nuttx]

2023-11-18 Thread via GitHub
xiaoxiang781216 merged PR #11216: URL: https://github.com/apache/nuttx/pull/11216 -- 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: 36ddd7c60a8230335eda886c909bc938739114a2 docs: f5374e71f3afdf9ecff0c0104a8864a1ced4c4eb

2023-11-18 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 af10c7d4 Publishing web: 36ddd7c6

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

2023-11-18 Thread via GitHub
rcsim opened a new pull request, #11217: URL: https://github.com/apache/nuttx/pull/11217 ## Summary Add support to user buttons on stm32f401rc-rs485 board. ## Impact Users will be able to use buttons ## Testing Enable Buttons example at menuconfig. Build and flash the fi

Re: [PR] skeleton.c doesn't compile without this patch if ioctls are enabled [nuttx]

2023-11-18 Thread via GitHub
acassis commented on PR #11216: URL: https://github.com/apache/nuttx/pull/11216#issuecomment-1817658103 @jrrk2 nice finding! Thank you for fixing it! -- 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

(nuttx) branch master updated (46b8b057da -> f5374e71f3)

2023-11-18 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 46b8b057da linum-stm32h753bi: Add support to RTC and alarm add f5374e71f3 Fix compilation and fix SAM_DMAC_CHINTE

Re: [PR] sam_dmac: Fix compilation and fix SAM_DMAC_CHINTENCLR settings [nuttx]

2023-11-18 Thread via GitHub
acassis merged PR #11212: URL: https://github.com/apache/nuttx/pull/11212 -- 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.apac

(nuttx) branch master updated: linum-stm32h753bi: Add support to RTC and alarm

2023-11-18 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis 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 46b8b057da linum-stm32h753bi: Add support to RTC

Re: [PR] linum-stm32h753bi: Add support to RTC and alarm [nuttx]

2023-11-18 Thread via GitHub
acassis merged PR #11214: URL: https://github.com/apache/nuttx/pull/11214 -- 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.apac

[PR] skeleton.c doesn't compile without this patch if ioctls are enabled [nuttx]

2023-11-18 Thread via GitHub
jrrk2 opened a new pull request, #11216: URL: https://github.com/apache/nuttx/pull/11216 ## Summary skeleton.c doesn't compile without this patch if ioctls are enabled ## Impact skeleton network driver cannot be used if ioctl feature (CONFIG_NETDEV_IOCTL) is true ## Testing

Re: [I] Simulator on M1/M2 MacOS seems not working [nuttx]

2023-11-18 Thread via GitHub
xiaoxiang781216 commented on issue #11087: URL: https://github.com/apache/nuttx/issues/11087#issuecomment-1817565362 @duduita could you verify whether https://github.com/apache/nuttx/pull/11207 can fix your issue? -- This is an automated message from the Apache Git Service. To respond to

(nuttx-apps) branch master updated: examples/foc: replace CONFIG_INDUSTRY_FOC_* with CONFIG_EXAMPLES_FOC_*

2023-11-18 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 27588be53 examples/foc: replace CONFIG_IN

Re: [PR] examples/foc: replace CONFIG_INDUSTRY_FOC_* with CONFIG_EXAMPLES_FOC_* [nuttx-apps]

2023-11-18 Thread via GitHub
xiaoxiang781216 merged PR #2203: URL: https://github.com/apache/nuttx-apps/pull/2203 -- 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: industry/foc: fix direction alignment

2023-11-18 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 d58944398 industry/foc: fix direction ali

Re: [PR] industry/foc: fix direction alignment [nuttx-apps]

2023-11-18 Thread via GitHub
xiaoxiang781216 merged PR #2204: URL: https://github.com/apache/nuttx-apps/pull/2204 -- 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] boards: add ODrive V3.6 support [nuttx]

2023-11-18 Thread via GitHub
raiden00pl opened a new pull request, #11215: URL: https://github.com/apache/nuttx/pull/11215 ## Summary - boards: add support for ODrive V3.6 board - drivers/foc: add support for drv8301 power-stage driver - drivers/foc: add support for FOC power-stage driver No FOC configura

[PR] industry/foc: fix direction alignment [nuttx-apps]

2023-11-18 Thread via GitHub
raiden00pl opened a new pull request, #2204: URL: https://github.com/apache/nuttx-apps/pull/2204 ## Summary - industry/foc: fix direction alignment CCW direction wasn't properly detected when we start alignment from near zero position ## Impact ## Testing odrive3.6

Re: [I] Unexpected behaviour with poll and tickless scheduler [nuttx]

2023-11-18 Thread via GitHub
acassis commented on issue #11189: URL: https://github.com/apache/nuttx/issues/11189#issuecomment-1817501498 > Hi @g2gps, @acassis > > I was able to get my hands on an stm32f4discovery and test it on that platform. Same issue. See below: > > ``` > nsh> poll > Start poll

Re: [I] Unexpected behaviour with poll and tickless scheduler [nuttx]

2023-11-18 Thread via GitHub
acassis commented on issue #11189: URL: https://github.com/apache/nuttx/issues/11189#issuecomment-1817501403 > Thanks acassis, I just tried this out with the `esp32c3-devkit:tickles` configuration with, > > * CONFIG_RR_INTERVAL=0 (The default for this configuration) > >

[PR] linum-stm32h753bi: Add support to RTC and alarm [nuttx]

2023-11-18 Thread via GitHub
JorgeGzm opened a new pull request, #11214: URL: https://github.com/apache/nuttx/pull/11214 ## Summary Add support to RTC and alarm ## Impact The user can use the RTC and alarm in nsh. ## Testing ``` nsh> alarm -a 0 30 Opening /dev/rtc0 Alarm 0 set in 30 second

Re: [PR] tcbinfo:remove total_num form tcbinfo. [nuttx]

2023-11-18 Thread via GitHub
masayuki2009 commented on PR #11207: URL: https://github.com/apache/nuttx/pull/11207#issuecomment-1817490525 @xiaoxiang781216 @anjiahao1 >We don't have M1/M2 Mac to try this patch, the fix base on the link error: Hmm, that should be described in the summary, because >tcb

(nuttx) branch master updated (cb161940c2 -> 2cf56e0fb3)

2023-11-18 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 cb161940c2 udp: Add support for SO_TIMESTAMP add 2cf56e0fb3 stm32: Add support for Ethernet packet timestamping

(nuttx) branch master updated: udp: Add support for SO_TIMESTAMP

2023-11-18 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 cb161940c2 udp: Add support for SO_TIMESTAMP c

Re: [PR] stm32: Add support for Ethernet packet timestamping and PTP timer [nuttx]

2023-11-18 Thread via GitHub
xiaoxiang781216 merged PR #11211: URL: https://github.com/apache/nuttx/pull/11211 -- 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] udp: Add support for SO_TIMESTAMP [nuttx]

2023-11-18 Thread via GitHub
xiaoxiang781216 merged PR #11210: URL: https://github.com/apache/nuttx/pull/11210 -- 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] examples/foc: replace CONFIG_INDUSTRY_FOC_* with CONFIG_EXAMPLES_FOC_* [nuttx-apps]

2023-11-18 Thread via GitHub
raiden00pl opened a new pull request, #2203: URL: https://github.com/apache/nuttx-apps/pull/2203 ## Summary - examples/foc: replace CONFIG_INDUSTRY_FOC_* with CONFIG_EXAMPLES_FOC_* Decouple the FOC example configuration from the FOC lib configuration. ## Impact Purely cos

Re: [PR] tcbinfo:remove total_num form tcbinfo. [nuttx]

2023-11-18 Thread via GitHub
xiaoxiang781216 commented on PR #11207: URL: https://github.com/apache/nuttx/pull/11207#issuecomment-1817446997 > @anjiahao1 > > > tcbinfo:remove total_num form tcbinfo. Can solve Mac os alignment problem > > Did you test this PR on the M1/M2 Mac, as reported in #11087 We