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

2023-11-17 Thread via GitHub
masayuki2009 commented on PR #11207: URL: https://github.com/apache/nuttx/pull/11207#issuecomment-1817427719 @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

Re: [PR] udp: Add support for SO_TIMESTAMP [nuttx]

2023-11-17 Thread via GitHub
PetteriAimonen commented on code in PR #11210: URL: https://github.com/apache/nuttx/pull/11210#discussion_r1398120103 ## net/devif/ipv6_input.c: ## @@ -609,6 +609,12 @@ int ipv6_input(FAR struct net_driver_s *dev) FAR uint8_t *buf; int ret; + /* Store reception

(nuttx-apps) branch master updated: Wasm.mk: Allow application defined linker flags

2023-11-17 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 1cf9640bb Wasm.mk: Allow application

Re: [PR] Wasm.mk: Allow application defined linker flags [nuttx-apps]

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

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

2023-11-17 Thread via GitHub
xiaoxiang781216 commented on PR #11207: URL: https://github.com/apache/nuttx/pull/11207#issuecomment-1817336670 > @anjiahao1 I noticed that you also removed FPU regs and some other regs from TCB, could you please inclusive more info about it in the commit message? since gdb doesn't

Re: [PR] udp: Add support for SO_TIMESTAMP [nuttx]

2023-11-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #11210: URL: https://github.com/apache/nuttx/pull/11210#discussion_r1398039231 ## net/udp/udp_recvfrom.c: ## @@ -44,6 +44,10 @@ #include "socket/socket.h" #include "utils/utils.h" +#ifdef CONFIG_NET_TIMESTAMP Review Comment: move

(nuttx) branch master updated: stm32h7/linum-stm32h753bi: Added documentation of linum-stm32h753bi board.

2023-11-17 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 ce654a6148 stm32h7/linum-stm32h753bi: Added

Re: [PR] stm32h7/linum-stm32h753bi: Added documentation of linum-stm32h753bi b… [nuttx]

2023-11-17 Thread via GitHub
xiaoxiang781216 merged PR #11213: URL: https://github.com/apache/nuttx/pull/11213 -- 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:

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

2023-11-17 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 873d2b06 Publishing web:

[PR] stm32h7/linum-stm32h753bi: Added documentation of linum-stm32h753bi b… [nuttx]

2023-11-17 Thread via GitHub
JorgeGzm opened a new pull request, #11213: URL: https://github.com/apache/nuttx/pull/11213 ## Summary Added documentation LINUM-STM32H753BI board. ## Impact The user can configure the hardware. ## Testing Only the syntax was checked with the tool checkpatch.sh.

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

2023-11-17 Thread via GitHub
bertvoldenuit opened a new pull request, #11212: URL: https://github.com/apache/nuttx/pull/11212 ## Summary ### In sam_dmac.c SAM_DMAC was not compiling out of the box and I found one inconsistency: - aligned keyword is changed to aligned_data. - When setting the register

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

2023-11-17 Thread via GitHub
PetteriAimonen opened a new pull request, #11211: URL: https://github.com/apache/nuttx/pull/11211 ## Summary Adds support for hardware timestamping of received Ethernet packets. The timestamp is available to applications using socket option `SO_TIMESTAMP`. Optionally, the

[PR] udp: Add support for SO_TIMESTAMP [nuttx]

2023-11-17 Thread via GitHub
PetteriAimonen opened a new pull request, #11210: URL: https://github.com/apache/nuttx/pull/11210 ## Summary Adds support for timestamping received UDP packets, either in hardware or in kernel. Builds on the existing support of `SO_TIMESTAMP` for SocketCAN. Implementation uses

(nuttx) branch master updated (f2ed885e69 -> d7c53a6939)

2023-11-17 Thread raiden00
This is an automated email from the ASF dual-hosted git repository. raiden00 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from f2ed885e69 fix spi slave driver build break add d7c53a6939 docs: add description about local CI tests No new

Re: [PR] docs: add description about local CI tests [nuttx]

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

Re: [PR] docs: add description about local CI tests [nuttx]

2023-11-17 Thread via GitHub
michallenc commented on PR #11209: URL: https://github.com/apache/nuttx/pull/11209#issuecomment-1816887225 > Could you please change headers according to https://nuttx.apache.org/docs/latest/contributing/documentation.html#headings Sure, done. -- This is an automated message from

Re: [PR] docs: add description about local CI tests [nuttx]

2023-11-17 Thread via GitHub
raiden00pl commented on PR #11209: URL: https://github.com/apache/nuttx/pull/11209#issuecomment-1816861978 Could you please change headers according to https://nuttx.apache.org/docs/latest/contributing/documentation.html#headings -- This is an automated message from the Apache Git

[PR] docs: add description about local CI tests [nuttx]

2023-11-17 Thread via GitHub
michallenc opened a new pull request, #11209: URL: https://github.com/apache/nuttx/pull/11209 ## Summary This page adds description how to run CI tests locally. ## Impact Docs only. ## Testing Docs build. -- This is an automated message from the Apache Git

Re: [PR] PoC: allow apps to customize NuttX build time variables [nuttx]

2023-11-17 Thread via GitHub
acassis commented on PR #11202: URL: https://github.com/apache/nuttx/pull/11202#issuecomment-1816668177 > > @casaroli @xiaoxiang781216 does it need to be extended to CMake as well? > > I have never done a successful cmake build of NuttX. I tested here and CMake is working fine

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

2023-11-17 Thread via GitHub
acassis commented on PR #11207: URL: https://github.com/apache/nuttx/pull/11207#issuecomment-181193 @anjiahao1 I noticed that you also removed FPU regs and some other regs from TCB, could you please inclusive more info about it in the commit message? -- This is an automated message

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

2023-11-17 Thread via GitHub
acassis commented on code in PR #11207: URL: https://github.com/apache/nuttx/pull/11207#discussion_r1397517478 ## include/nuttx/sched.h: ## @@ -715,8 +715,7 @@ begin_packed_struct struct tcbinfo_s uint16_t stack_off;/* Offset of tcb.stack_alloc_ptr */

(nuttx) branch master updated: fix spi slave driver build break

2023-11-17 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 f2ed885e69 fix spi slave driver build break

Re: [PR] fix spi slave driver build break [nuttx]

2023-11-17 Thread via GitHub
xiaoxiang781216 merged PR #11208: URL: https://github.com/apache/nuttx/pull/11208 -- 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:

(nuttx) branch master updated: usb_rawgadget: remove halt operation

2023-11-17 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 bdc934b817 usb_rawgadget: remove halt

Re: [PR] usb_rawgadget: remove halt operation [nuttx]

2023-11-17 Thread via GitHub
xiaoxiang781216 merged PR #11205: URL: https://github.com/apache/nuttx/pull/11205 -- 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:

Re: [PR] testing/sd_*: Restrict function and variable scope to current file. [nuttx-apps]

2023-11-17 Thread via GitHub
pkarashchenko commented on PR #2201: URL: https://github.com/apache/nuttx-apps/pull/2201#issuecomment-1816462938 > Why not allocate these in a struct and reduce memory footprint that just including that app costs? Could you please expand more with maybe a kind of example. I'm not

[PR] fix spi slave driver build break [nuttx]

2023-11-17 Thread via GitHub
uswdk opened a new pull request, #11208: URL: https://github.com/apache/nuttx/pull/11208 fix spi slave driver build break ## Summary fix build break when CONFIG_SPI_SLAVE_DRIVER_COLORIZE_TX_BUFFER not define ## Impact ## Testing sim:local -- This is an

Re: [PR] arch/sim: Provide a dummy g_reg_offs for arm64 [nuttx]

2023-11-17 Thread via GitHub
xiaoxiang781216 commented on PR #11091: URL: https://github.com/apache/nuttx/pull/11091#issuecomment-1816216778 replace with https://github.com/apache/nuttx/pull/11207 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

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

2023-11-17 Thread via GitHub
xiaoxiang781216 commented on PR #11207: URL: https://github.com/apache/nuttx/pull/11207#issuecomment-1816215666 @duduita please try this patch. -- 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

Re: [PR] arch/sim: Provide a dummy g_reg_offs for arm64 [nuttx]

2023-11-17 Thread via GitHub
xiaoxiang781216 closed pull request #11091: arch/sim: Provide a dummy g_reg_offs for arm64 URL: https://github.com/apache/nuttx/pull/11091 -- 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

(nuttx-apps) branch master updated: cmake: support for system/uorb

2023-11-17 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 cdbd14eb5 cmake: support for system/uorb

Re: [PR] cmake: support for system/uorb [nuttx-apps]

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

Re: [PR] PoC: allow apps to customize NuttX build time variables [nuttx]

2023-11-17 Thread via GitHub
casaroli commented on PR #11202: URL: https://github.com/apache/nuttx/pull/11202#issuecomment-1816190493 > @casaroli @xiaoxiang781216 does it need to be extended to CMake as well? I never did a cmake build of NuttX. I will investigate that. -- This is an automated message from the

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

2023-11-17 Thread via GitHub
anjiahao1 opened a new pull request, #11207: URL: https://github.com/apache/nuttx/pull/11207 total_num is not required test: make -f tools/Makefile.host cp tools/jlink-nuttx /opt/SEGGER/JLink_V786a/libnuttxplugin.so JLinkGDBServer -if SWD -speed 5000 -device STM32F429ZI -NoGui

Re: [PR] fix spi slave driver build break [nuttx]

2023-11-17 Thread via GitHub
uswdk closed pull request #11206: fix spi slave driver build break URL: https://github.com/apache/nuttx/pull/11206 -- 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

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

2023-11-17 Thread via GitHub
rtucker85 commented on issue #11189: URL: https://github.com/apache/nuttx/issues/11189#issuecomment-1816078335 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 mask

[PR] fix spi slave driver build break [nuttx]

2023-11-17 Thread via GitHub
uswdk opened a new pull request, #11206: URL: https://github.com/apache/nuttx/pull/11206 Change-Id: Ib3f585966a6332da1c067bc5a4063c4e47b73964 ## Summary fix spi slave driver build break when CONFIG_SPI_SLAVE_DRIVER_COLORIZE_TX_BUFFER not define ## Impact ## Testing

(nuttx) branch master updated (90cf37a179 -> f01f290c3f)

2023-11-17 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 90cf37a179 Documentation: Fix sd_bench command help description. new af39ee49d8 virtio-mmio: use nuttx

(nuttx) 03/03: qemu/config: enable CONFIG_DEV_SIMPLE_ADDRENV for all qemu configs

2023-11-17 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit f01f290c3f10abb1a50ec15192119c65d978d594 Author: Bowen Wang AuthorDate: Thu Nov 16 15:38:39 2023 +0800

(nuttx) 02/03: openamp/libmetal: aligned io read/write when size=1,2,3,4

2023-11-17 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 8ed836f05eacc9790cacfc205943010ad2fb3daa Author: Bowen Wang AuthorDate: Thu Nov 16 15:26:57 2023 +0800

(nuttx) 01/03: virtio-mmio: use nuttx implemented io operation instead libmetal's

2023-11-17 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit af39ee49d877f5d00d11bbfe57c46e66f9dacb7c Author: Bowen Wang AuthorDate: Thu Nov 16 14:43:08 2023 +0800

Re: [PR] Virtio Qemu 8.1.2 issues fix [nuttx]

2023-11-17 Thread via GitHub
jerpelea merged PR #11201: URL: https://github.com/apache/nuttx/pull/11201 -- 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:

Re: [PR] Virtio Qemu 8.1.2 issues fix [nuttx]

2023-11-17 Thread via GitHub
masayuki2009 commented on PR #11201: URL: https://github.com/apache/nuttx/pull/11201#issuecomment-1815943489 @CV-Bowen I confirmed that this PR fixes the issue with QEMU-8.1.2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[PR] cmake: support for system/uorb [nuttx-apps]

2023-11-17 Thread via GitHub
raiden00pl opened a new pull request, #2202: URL: https://github.com/apache/nuttx-apps/pull/2202 ## Summary cmake: support for system/uorb ## Impact ## Testing nrf9160-dk with uorb_listener -- This is an automated message from the Apache Git Service. To respond to

[PR] usb_rawgadget: remove halt operation [nuttx]

2023-11-17 Thread via GitHub
zhhyu7 opened a new pull request, #11205: URL: https://github.com/apache/nuttx/pull/11205 ## Summary The halt operation may be causes the raw epread data segment lost, and usb ep_queue can handle when the usb buffer is full. so remove the relevant operations. ## Impact ##