[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7884: add i2c driver for gd32f450 MCU

2022-12-15 Thread GitBox
xiaoxiang781216 commented on code in PR #7884: URL: https://github.com/apache/nuttx/pull/7884#discussion_r1049378250 ## boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_at24.c: ## @@ -0,0 +1,156 @@ +/ + *

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7885: boards: qemu-armv8a: Enable the ping command for netnsh and netnsh_smp

2022-12-15 Thread GitBox
xiaoxiang781216 merged PR #7885: URL: https://github.com/apache/nuttx/pull/7885 -- 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...@nutt

[nuttx] branch master updated (2460ff4f78 -> 492fa5ba19)

2022-12-15 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 2460ff4f78 drivers/note: rename /dev/note to /dev/note/ram add 492fa5ba19 boards: qemu-armv8a: Enable the ping

[GitHub] [nuttx] GD32-MCU commented on a diff in pull request #7884: add i2c driver for gd32f450 MCU

2022-12-15 Thread GitBox
GD32-MCU commented on code in PR #7884: URL: https://github.com/apache/nuttx/pull/7884#discussion_r1049403130 ## boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_at24.c: ## @@ -0,0 +1,156 @@ +/ + * boards/

[GitHub] [nuttx] pussuw opened a new pull request, #7886: sched/sched_releasetcb: Fix code style issue from prior patch

2022-12-15 Thread GitBox
pussuw opened a new pull request, #7886: URL: https://github.com/apache/nuttx/pull/7886 ## Summary Fix style issue from here: #7877 -- 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

[GitHub] [nuttx] pussuw commented on pull request #7886: sched/sched_releasetcb: Fix code style issue from prior patch

2022-12-15 Thread GitBox
pussuw commented on PR #7886: URL: https://github.com/apache/nuttx/pull/7886#issuecomment-1352780312 @pkarashchenko thanks for pointing this out, here is the fix -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7884: add i2c driver for gd32f450 MCU

2022-12-15 Thread GitBox
xiaoxiang781216 commented on code in PR #7884: URL: https://github.com/apache/nuttx/pull/7884#discussion_r1049406346 ## boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_at24.c: ## @@ -0,0 +1,156 @@ +/ + *

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7884: add i2c driver for gd32f450 MCU

2022-12-15 Thread GitBox
xiaoxiang781216 commented on code in PR #7884: URL: https://github.com/apache/nuttx/pull/7884#discussion_r1049406346 ## boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_at24.c: ## @@ -0,0 +1,156 @@ +/ + *

[GitHub] [nuttx] GD32-MCU commented on a diff in pull request #7884: add i2c driver for gd32f450 MCU

2022-12-15 Thread GitBox
GD32-MCU commented on code in PR #7884: URL: https://github.com/apache/nuttx/pull/7884#discussion_r1049419893 ## boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_at24.c: ## @@ -0,0 +1,156 @@ +/ + * boards/

[GitHub] [nuttx] GD32-MCU commented on a diff in pull request #7884: add i2c driver for gd32f450 MCU

2022-12-15 Thread GitBox
GD32-MCU commented on code in PR #7884: URL: https://github.com/apache/nuttx/pull/7884#discussion_r1049417931 ## boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_at24.c: ## @@ -0,0 +1,156 @@ +/ + * boards/

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7884: add i2c driver for gd32f450 MCU

2022-12-15 Thread GitBox
xiaoxiang781216 commented on code in PR #7884: URL: https://github.com/apache/nuttx/pull/7884#discussion_r1049471092 ## boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_at24.c: ## @@ -0,0 +1,156 @@ +/ + *

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-15 Thread GitBox
Gary-Hobson commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1049503088 ## drivers/note/Kconfig: ## @@ -10,6 +10,13 @@ menuconfig DRIVER_NOTE if DRIVER_NOTE +config DRIVER_NOTE_MAX + int "Maximum number of sched_note drivers" +

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-15 Thread GitBox
Gary-Hobson commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1049503354 ## include/nuttx/note/note_driver.h: ## @@ -35,6 +38,66 @@ * Public Types / +struct

[GitHub] [nuttx] davids5 opened a new pull request, #7887: s32k3 Clean up

2022-12-15 Thread GitBox
davids5 opened a new pull request, #7887: URL: https://github.com/apache/nuttx/pull/7887 ## Summary s32k3xx:LPSPI register usage cleanup removes redundant 32 reg modifiy code. s32ke3xx:EDMA Usage Clean up. Ensure the lpspi and qspi used the eDMA and did their own cache mainten

[GitHub] [nuttx] GD32-MCU commented on a diff in pull request #7884: add i2c driver for gd32f450 MCU

2022-12-15 Thread GitBox
GD32-MCU commented on code in PR #7884: URL: https://github.com/apache/nuttx/pull/7884#discussion_r1049522726 ## boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_at24.c: ## @@ -0,0 +1,156 @@ +/ + * boards/

[GitHub] [nuttx-apps] xiaoxiang781216 opened a new pull request, #1458: arp: Remove the unnecessary inclusion of nuttx/net/arp

2022-12-15 Thread GitBox
xiaoxiang781216 opened a new pull request, #1458: URL: https://github.com/apache/nuttx-apps/pull/1458 ## Summary and change the remain inclusion to netinet/arp.h ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [nuttx] davids5 opened a new pull request, #7888: s32k1xx:LPSPI use DMA

2022-12-15 Thread GitBox
davids5 opened a new pull request, #7888: URL: https://github.com/apache/nuttx/pull/7888 ## Summary Add DMA support to the s32k1 LPSPI ## Impact Reduced CPU Load. ## Testing PX4 nxp_ucans32k146 + drotek mpu9250 on lpspi0 with INT support. 9250 Clock had to be

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7888: s32k1xx:LPSPI use DMA

2022-12-15 Thread GitBox
pkarashchenko commented on code in PR #7888: URL: https://github.com/apache/nuttx/pull/7888#discussion_r1049553659 ## arch/arm/src/s32k1xx/s32k1xx_lpspi.c: ## @@ -971,11 +1000,6 @@ static uint32_t s32k1xx_lpspi_setfrequency(struct spi_dev_s *dev, /* Write the best valu

[GitHub] [nuttx] pkarashchenko commented on pull request #7886: sched/sched_releasetcb: Fix code style issue from prior patch

2022-12-15 Thread GitBox
pkarashchenko commented on PR #7886: URL: https://github.com/apache/nuttx/pull/7886#issuecomment-1352962351 @xiaoxiang781216 it is very strange that MAC OS build fails. I tried it locally and it pass. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #7889: net/arp: Remove nuttx/net/arp.h

2022-12-15 Thread GitBox
xiaoxiang781216 opened a new pull request, #7889: URL: https://github.com/apache/nuttx/pull/7889 ## Summary 1.move ARPHRD_ETHER to netinet/arp.h 1.move arp_entry_s to net/arp/arp.h 2.move arp_input to nuttx/net/netdev.h ## Impact code refactor ## Testing

[GitHub] [nuttx] davids5 commented on a diff in pull request #7888: s32k1xx:LPSPI use DMA

2022-12-15 Thread GitBox
davids5 commented on code in PR #7888: URL: https://github.com/apache/nuttx/pull/7888#discussion_r1049575741 ## arch/arm/src/s32k1xx/s32k1xx_lpspi.c: ## @@ -1593,7 +1620,151 @@ static void s32k1xx_lpspi_exchange_nodma(struct spi_dev_s *dev, } } } -#endif /* !CONF

[GitHub] [nuttx] davids5 commented on a diff in pull request #7888: s32k1xx:LPSPI use DMA

2022-12-15 Thread GitBox
davids5 commented on code in PR #7888: URL: https://github.com/apache/nuttx/pull/7888#discussion_r1049578067 ## arch/arm/src/s32k1xx/s32k1xx_lpspi.c: ## @@ -1593,7 +1620,151 @@ static void s32k1xx_lpspi_exchange_nodma(struct spi_dev_s *dev, } } } -#endif /* !CONF

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #7886: sched/sched_releasetcb: Fix code style issue from prior patch

2022-12-15 Thread GitBox
xiaoxiang781216 commented on PR #7886: URL: https://github.com/apache/nuttx/pull/7886#issuecomment-1352990392 Yes, macOS isn't stable than Linux. -- 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 t

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7886: sched/sched_releasetcb: Fix code style issue from prior patch

2022-12-15 Thread GitBox
xiaoxiang781216 merged PR #7886: URL: https://github.com/apache/nuttx/pull/7886 -- 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...@nutt

[nuttx] branch master updated (492fa5ba19 -> 920956b20f)

2022-12-15 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 492fa5ba19 boards: qemu-armv8a: Enable the ping command for netnsh and netnsh_smp add 920956b20f sched/sched_r

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #7889: net/arp: Remove nuttx/net/arp.h

2022-12-15 Thread GitBox
xiaoxiang781216 commented on PR #7889: URL: https://github.com/apache/nuttx/pull/7889#issuecomment-1352992220 @pkarashchenko need merge this and https://github.com/apache/nuttx-apps/pull/1458 together. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7888: s32k1xx:LPSPI use DMA

2022-12-15 Thread GitBox
pkarashchenko commented on code in PR #7888: URL: https://github.com/apache/nuttx/pull/7888#discussion_r1049583939 ## arch/arm/src/s32k1xx/s32k1xx_lpspi.c: ## @@ -1593,7 +1620,151 @@ static void s32k1xx_lpspi_exchange_nodma(struct spi_dev_s *dev, } } } -#endif /*

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-15 Thread GitBox
Gary-Hobson commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1049503088 ## drivers/note/Kconfig: ## @@ -10,6 +10,13 @@ menuconfig DRIVER_NOTE if DRIVER_NOTE +config DRIVER_NOTE_MAX + int "Maximum number of sched_note drivers" +

[GitHub] [nuttx] PetervdPerk-NXP commented on pull request #7887: s32k3 Clean up

2022-12-15 Thread GitBox
PetervdPerk-NXP commented on PR #7887: URL: https://github.com/apache/nuttx/pull/7887#issuecomment-1353147066 LGTM, tested on PX4 with imc42688p and icm20649 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7887: s32k3 Clean up

2022-12-15 Thread GitBox
xiaoxiang781216 merged PR #7887: URL: https://github.com/apache/nuttx/pull/7887 -- 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...@nutt

[nuttx] branch master updated (920956b20f -> 89f99dceed)

2022-12-15 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 920956b20f sched/sched_releasetcb: Fix code style issue from prior patch add df4eb4896d s32k3xx:LPSPI register

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-15 Thread GitBox
xiaoxiang781216 commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1049702953 ## drivers/note/Make.defs: ## @@ -19,11 +19,10 @@ ifeq ($(CONFIG_DRIVER_NOTE),y)

[GitHub] [nuttx] anchao opened a new pull request, #7890: mm/iob: add support of shared iob

2022-12-15 Thread GitBox
anchao opened a new pull request, #7890: URL: https://github.com/apache/nuttx/pull/7890 ## Summary 1. mm/iob: revert "modify iob to support header padding and alignment features" we don't need to implement l2 isolation through io_head, iob offload will use io_offset ```

[GitHub] [nuttx] davids5 commented on pull request #7888: s32k1xx:LPSPI use DMA

2022-12-15 Thread GitBox
davids5 commented on PR #7888: URL: https://github.com/apache/nuttx/pull/7888#issuecomment-1353194911 @pkarashchenko Any Idea why the Mac build is faling? -- 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 t

[GitHub] [nuttx] anchao opened a new pull request, #7891: net/udp: correct udp send timeout

2022-12-15 Thread GitBox
anchao opened a new pull request, #7891: URL: https://github.com/apache/nuttx/pull/7891 ## Summary 1. net/udp: correct udp send timeout 2. netdb/dns: add support of send timeout ## Impact N/A ## Testing udp send test -- This is an automated message fr

[GitHub] [nuttx] anchao opened a new pull request, #7892: mm/iob: iob members are initialized after allocate

2022-12-15 Thread GitBox
anchao opened a new pull request, #7892: URL: https://github.com/apache/nuttx/pull/7892 ## Summary mm/iob: iob members are initialized after allocate ## Impact N/A ## Testing ci-check -- This is an automated message from the Apache Git Service. To respon

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-15 Thread GitBox
Gary-Hobson commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1049743592 ## drivers/note/noteram_driver.c: ## @@ -105,10 +108,24 @@ static struct noteram_info_s g_noteram_info = static struct noteram_taskname_s g_noteram_taskname; #endif

[GitHub] [nuttx] anchao commented on a diff in pull request #7870: mm/iob: add support of partial bytes clone

2022-12-15 Thread GitBox
anchao commented on code in PR #7870: URL: https://github.com/apache/nuttx/pull/7870#discussion_r1049775961 ## mm/iob/iob_clone.c: ## @@ -137,26 +225,37 @@ int iob_clone(FAR struct iob_s *iob1, FAR struct iob_s *iob2, bool throttled) * transferred? */ - i

svn commit: r58747 - /release/nuttx/

2022-12-15 Thread gmcdonald
Author: gmcdonald Date: Thu Dec 15 16:01:24 2022 New Revision: 58747 Log: Nuttx graduated. INFRA-24006 Added: release/nuttx/ - copied from r58746, release/incubator/nuttx/

svn commit: r58747 - /release/incubator/nuttx/

2022-12-15 Thread gmcdonald
Author: gmcdonald Date: Thu Dec 15 16:01:24 2022 New Revision: 58747 Log: Nuttx graduated. INFRA-24006 Removed: release/incubator/nuttx/

svn commit: r58748 - /dev/incubator/nuttx/

2022-12-15 Thread gmcdonald
Author: gmcdonald Date: Thu Dec 15 16:02:21 2022 New Revision: 58748 Log: Nuttx graduated. INFRA-24006 Removed: dev/incubator/nuttx/

svn commit: r58748 - /dev/nuttx/

2022-12-15 Thread gmcdonald
Author: gmcdonald Date: Thu Dec 15 16:02:21 2022 New Revision: 58748 Log: Nuttx graduated. INFRA-24006 Added: dev/nuttx/ - copied from r58747, dev/incubator/nuttx/

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #7893: sched/note: Change sched_note_[begin|end] to macro

2022-12-15 Thread GitBox
xiaoxiang781216 opened a new pull request, #7893: URL: https://github.com/apache/nuttx/pull/7893 ## Summary improve the speed ## Impact Minor ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-15 Thread GitBox
xiaoxiang781216 commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1049891094 ## include/nuttx/note/note_driver.h: ## @@ -35,6 +36,56 @@ * Public Types / +str

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-15 Thread GitBox
xiaoxiang781216 commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1049910166 ## include/nuttx/note/note_driver.h: ## @@ -35,6 +36,56 @@ * Public Types / +str

[GitHub] [nuttx-apps] xiaoxiang781216 opened a new pull request, #1459: nshlib: Add login skip, invalid name ignore and password challenge to telnet login

2022-12-15 Thread GitBox
xiaoxiang781216 opened a new pull request, #1459: URL: https://github.com/apache/nuttx-apps/pull/1459 ## Summary forget in the follow patches: ``` commit 6aef469c197a4c5d7a3a8cd766ea04fccb14ed3c Author: huangjian Date: Fri Nov 4 20:37:04 2022 +0800 nshlib:judg

[nuttx] branch master updated (89f99dceed -> 707ac4b8f6)

2022-12-15 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 89f99dceed s32ke3xx:EDMA Usage Clean up add 75baa5b932 s32k1xx:LPSPI use DMA add 707ac4b8f6 s32k1xx:Apply

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7888: s32k1xx:LPSPI use DMA

2022-12-15 Thread GitBox
xiaoxiang781216 merged PR #7888: URL: https://github.com/apache/nuttx/pull/7888 -- 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...@nutt

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7891: net/udp: correct udp send timeout

2022-12-15 Thread GitBox
xiaoxiang781216 commented on code in PR #7891: URL: https://github.com/apache/nuttx/pull/7891#discussion_r1049927891 ## libs/libc/netdb/Kconfig: ## @@ -121,6 +121,13 @@ config NETDB_DNSCLIENT_RECV_TIMEOUT This is the timeout value when DNS receives response after

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7892: mm/iob: iob members are initialized after allocate

2022-12-15 Thread GitBox
xiaoxiang781216 commented on code in PR #7892: URL: https://github.com/apache/nuttx/pull/7892#discussion_r1049931067 ## libs/libc/stream/lib_syslogstream.c: ## @@ -198,17 +194,7 @@ void lib_syslogstream_open(FAR struct lib_syslogstream_s *stream) #ifdef CONFIG_SYSLOG_BUFFER

[GitHub] [nuttx] anchao commented on a diff in pull request #7892: mm/iob: iob members are initialized after allocate

2022-12-15 Thread GitBox
anchao commented on code in PR #7892: URL: https://github.com/apache/nuttx/pull/7892#discussion_r1049948287 ## libs/libc/stream/lib_syslogstream.c: ## @@ -198,17 +194,7 @@ void lib_syslogstream_open(FAR struct lib_syslogstream_s *stream) #ifdef CONFIG_SYSLOG_BUFFER /* Alloc

[GitHub] [nuttx] anchao commented on a diff in pull request #7891: net/udp: correct udp send timeout

2022-12-15 Thread GitBox
anchao commented on code in PR #7891: URL: https://github.com/apache/nuttx/pull/7891#discussion_r1049949223 ## libs/libc/netdb/Kconfig: ## @@ -121,6 +121,13 @@ config NETDB_DNSCLIENT_RECV_TIMEOUT This is the timeout value when DNS receives response after

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-15 Thread GitBox
Gary-Hobson commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1049971618 ## include/nuttx/note/note_driver.h: ## @@ -35,6 +36,56 @@ * Public Types / +struct

[GitHub] [nuttx] TimJTi opened a new pull request, #7894: SAMA5D2 - Add Flexcom SPI support

2022-12-15 Thread GitBox
TimJTi opened a new pull request, #7894: URL: https://github.com/apache/nuttx/pull/7894 Flexcom working, DMA not looked at for SAMA5D2 Update sam_flexcom_spi.c Update sam_flexcom_spi.h ## Summary ## Impact ## Testing -- This is an automated messag

[GitHub] [nuttx] TimJTi commented on pull request #7894: SAMA5D2 - Add Flexcom SPI support

2022-12-15 Thread GitBox
TimJTi commented on PR #7894: URL: https://github.com/apache/nuttx/pull/7894#issuecomment-1353494743 I welcome comments - especially style and coding standard related as I usually mess that up big time! The DMA support is unlikely to be correct since SAMA5D2 uses XDMA not DMA and it

[GitHub] [nuttx] lucasssvaz opened a new pull request, #7895: arch: Make REG_[GET/SET]_FIELD thread safe for ESP SOCs

2022-12-15 Thread GitBox
lucasssvaz opened a new pull request, #7895: URL: https://github.com/apache/nuttx/pull/7895 ## Summary Propagate the changes introduced in #7800 and #7790 to the other ESP SOCs. ## Impact Make using fields in ESP SOCs thread safe. ## Testing CI build pass an

[nuttx-website] branch asf-site updated: Publishing web: 4b401e13a9490577fa0448cbe8b6d393302e43f3 docs: 707ac4b8f662bddd5b59411f65619c7a46b0abe0

2022-12-15 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 f055c6df Publishing web: 4b401e13

[GitHub] [nuttx] jifengrgj365 commented on pull request #7011: add chip GD32F450 of GD32MCU

2022-12-15 Thread GitBox
jifengrgj365 commented on PR #7011: URL: https://github.com/apache/nuttx/pull/7011#issuecomment-1354045968 @GD32-MCU,@xiaoxiang781216 Nice!Thank you very much! I will test it. We also need SDIO and CAN drivers for GD32 chip. I hope you can finish these in the future. I'm sure it

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7891: net/udp: correct udp send timeout

2022-12-15 Thread GitBox
xiaoxiang781216 merged PR #7891: URL: https://github.com/apache/nuttx/pull/7891 -- 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...@nutt

[nuttx] branch master updated (707ac4b8f6 -> 0c21bc4e53)

2022-12-15 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 707ac4b8f6 s32k1xx:Apply style changes from code review add 3a50911810 net/udp: correct udp send timeout a

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7892: mm/iob: iob members are initialized after allocate

2022-12-15 Thread GitBox
xiaoxiang781216 merged PR #7892: URL: https://github.com/apache/nuttx/pull/7892 -- 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...@nutt

[nuttx] branch master updated (0c21bc4e53 -> 01eb4d586b)

2022-12-15 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 0c21bc4e53 netdb/dns: add support of send timeout add 01eb4d586b mm/iob: iob members are initialized after allo

[GitHub] [nuttx] GD32-MCU commented on a diff in pull request #7884: add i2c driver for gd32f450 MCU

2022-12-15 Thread GitBox
GD32-MCU commented on code in PR #7884: URL: https://github.com/apache/nuttx/pull/7884#discussion_r1050307256 ## boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_at24.c: ## @@ -0,0 +1,156 @@ +/ + * boards/

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-15 Thread GitBox
xiaoxiang781216 commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1050303127 ## include/nuttx/note/note_driver.h: ## @@ -35,6 +39,72 @@ * Public Types / +str

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-15 Thread GitBox
Gary-Hobson commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1050347941 ## drivers/note/Kconfig: ## @@ -10,6 +10,12 @@ menuconfig DRIVER_NOTE if DRIVER_NOTE +config DRIVER_NOTE_MAX + int "Maximum number of sched_note drivers" +

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-15 Thread GitBox
Gary-Hobson commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1050348029 ## drivers/note/noteram_driver.c: ## @@ -790,7 +803,7 @@ static int noteram_ioctl(struct file *filep, int cmd, unsigned long arg) * *

[GitHub] [nuttx] masayuki2009 opened a new pull request, #7896: boards: sabre-6quad: Improve iperf performance

2022-12-15 Thread GitBox
masayuki2009 opened a new pull request, #7896: URL: https://github.com/apache/nuttx/pull/7896 ## Summary - This commit improves iperf performance - Also, adjusts CONFIG_IDLETHREAD_STACKSIZE ## Impact - None ## Testing - Tested with QEMU-7.1 -- This

[GitHub] [nuttx] Gary-Hobson opened a new pull request, #7897: merge sched_note_spinxxx

2022-12-15 Thread GitBox
Gary-Hobson opened a new pull request, #7897: URL: https://github.com/apache/nuttx/pull/7897 ## Summary replace all sched_note_spinxxx with sched_note_spincommon ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [nuttx] PeterBee97 opened a new pull request, #7898: sim/video: call validate_buf when set_buf

2022-12-15 Thread GitBox
PeterBee97 opened a new pull request, #7898: URL: https://github.com/apache/nuttx/pull/7898 ## Summary The validate_buf() wasn't called ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [nuttx] PeterBee97 commented on pull request #7898: sim/video: call validate_buf when set_buf

2022-12-15 Thread GitBox
PeterBee97 commented on PR #7898: URL: https://github.com/apache/nuttx/pull/7898#issuecomment-1354222194 The cxd56_cisif_validate_buf is used this way, but it seems that it's useless in imgdata_ops_s. Should we move the validate_buf check to video.c or remove it from imgdata_ops_s? -- T

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7897: merge sched_note_spinxxx

2022-12-15 Thread GitBox
xiaoxiang781216 commented on code in PR #7897: URL: https://github.com/apache/nuttx/pull/7897#discussion_r1050379623 ## include/nuttx/sched_note.h: ## @@ -511,19 +512,11 @@ void sched_note_csection(FAR struct tcb_s *tcb, bool enter); #endif #ifdef CONFIG_SCHED_INSTRUMENTATI

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #7898: sim/video: call validate_buf when set_buf

2022-12-15 Thread GitBox
xiaoxiang781216 commented on PR #7898: URL: https://github.com/apache/nuttx/pull/7898#issuecomment-1354239063 > The cxd56_cisif_validate_buf is used this way, but it seems that it's useless in imgdata_ops_s. Should we move the validate_buf check to video.c or remove it from imgdata_ops_s?

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #7895: arch: Make REG_[GET/SET]_FIELD thread safe for ESP SOCs

2022-12-15 Thread GitBox
xiaoxiang781216 commented on PR #7895: URL: https://github.com/apache/nuttx/pull/7895#issuecomment-1354243985 look like macOS CI fail to download the esp32 firmware frequently: ``` Configuration/Too

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7895: arch: Make REG_[GET/SET]_FIELD thread safe for ESP SOCs

2022-12-15 Thread GitBox
xiaoxiang781216 merged PR #7895: URL: https://github.com/apache/nuttx/pull/7895 -- 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...@nutt

[nuttx] branch master updated: arch: Make REG_[GET/SET]_FIELD thread safe for ESP SOCs

2022-12-15 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 077c790830 arch: Make REG_[GET/SET]_FIELD thre

[GitHub] [nuttx] masayuki2009 commented on pull request #7896: boards: sabre-6quad: Improve iperf performance

2022-12-15 Thread GitBox
masayuki2009 commented on PR #7896: URL: https://github.com/apache/nuttx/pull/7896#issuecomment-1354247990 Hmm, I think the following error does not relate to this PR. ``` Configuration/Tool: sa

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #7897: merge sched_note_spinxxx

2022-12-15 Thread GitBox
Gary-Hobson commented on code in PR #7897: URL: https://github.com/apache/nuttx/pull/7897#discussion_r1050396377 ## include/nuttx/sched_note.h: ## @@ -511,19 +512,11 @@ void sched_note_csection(FAR struct tcb_s *tcb, bool enter); #endif #ifdef CONFIG_SCHED_INSTRUMENTATION_S

[GitHub] [nuttx] masayuki2009 commented on pull request #7896: boards: sabre-6quad: Improve iperf performance

2022-12-15 Thread GitBox
masayuki2009 commented on PR #7896: URL: https://github.com/apache/nuttx/pull/7896#issuecomment-1354276965 >Hmm, I think the following error does not relate to this PR. Does the following change cause this error? ``` --- a/boards/arm/imx6/sabre-6quad/configs/netnsh/defconfig

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-15 Thread GitBox
xiaoxiang781216 commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1050417394 ## drivers/note/note_driver.c: ## @@ -35,11 +35,71 @@ #include #include #include +#include +#include #include #include #include "sched/sched.h" +

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7897: merge sched_note_spinxxx

2022-12-15 Thread GitBox
xiaoxiang781216 commented on code in PR #7897: URL: https://github.com/apache/nuttx/pull/7897#discussion_r1050424991 ## sched/Kconfig: ## @@ -1037,11 +1037,6 @@ config SCHED_INSTRUMENTATION_SPINLOCKS Enables additional hooks for spinlock state. Board-specific l

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-15 Thread GitBox
Gary-Hobson commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1050460441 ## drivers/note/note_driver.c: ## @@ -35,11 +35,71 @@ #include #include #include +#include +#include #include #include #include "sched/sched.h" +#def