[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6828: include:add sys/queue.h support form openbsd

2022-08-10 Thread GitBox
pkarashchenko commented on code in PR #6828: URL: https://github.com/apache/incubator-nuttx/pull/6828#discussion_r943146174 ## include/sys/queue.h: ## @@ -0,0 +1,832 @@ +/ + * include/sys/queue.h + * $Op

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6800: Use GCC for LD on MIPS processors

2022-08-10 Thread GitBox
xiaoxiang781216 commented on code in PR #6800: URL: https://github.com/apache/incubator-nuttx/pull/6800#discussion_r943056373 ## arch/mips/src/mips32/Toolchain.defs: ## @@ -245,14 +245,14 @@ endif # Optimization of unused sections ifeq ($(CONFIG_DEBUG_OPT_UNUSED_SECTIONS),y)

[GitHub] [incubator-nuttx] rm5248 commented on a diff in pull request #6800: Use GCC for LD on MIPS processors

2022-08-10 Thread GitBox
rm5248 commented on code in PR #6800: URL: https://github.com/apache/incubator-nuttx/pull/6800#discussion_r943052396 ## arch/mips/src/mips32/Toolchain.defs: ## @@ -245,14 +245,14 @@ endif # Optimization of unused sections ifeq ($(CONFIG_DEBUG_OPT_UNUSED_SECTIONS),y) - LDFLA

[GitHub] [incubator-nuttx] rm5248 commented on a diff in pull request #6815: pic32mx: add option to disable JTAG at runtime

2022-08-10 Thread GitBox
rm5248 commented on code in PR #6815: URL: https://github.com/apache/incubator-nuttx/pull/6815#discussion_r943051992 ## arch/mips/src/pic32mx/pic32mx_lowinit.c: ## @@ -192,6 +247,12 @@ void pic32mx_lowinit(void) up_earlyserialinit(); #endif +#if CONFIG_PIC32MX_JTAG_ENABLE

[incubator-nuttx] 02/02: arch/arm/samv7: fix compilation warnings

2022-08-10 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/incubator-nuttx.git commit 4cd7e33b8da56dd9b530c717904b2a9368d3c1b3 Author: Petro Karashchenko AuthorDate: Thu Aug 11 00:50:57 2022 +02

[incubator-nuttx] branch master updated (d8cd4d3e48 -> 4cd7e33b8d)

2022-08-10 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/incubator-nuttx.git from d8cd4d3e48 power/supply: Call regulator_rpmsg_server_init in drivers_initialize new 49d26e1b50 arch/

[incubator-nuttx] 01/02: arch/arm/samv7: get TX DMA running for HSMCI interface

2022-08-10 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/incubator-nuttx.git commit 49d26e1b5008dc6c1ead4bbfaa94032dfa692cef Author: Petro Karashchenko AuthorDate: Thu Aug 11 00:39:37 2022 +02

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6830: arch/arm/samv7: get TX DMA running for HSMCI interface

2022-08-10 Thread GitBox
xiaoxiang781216 merged PR #6830: URL: https://github.com/apache/incubator-nuttx/pull/6830 -- 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

[incubator-nuttx-website] branch asf-site updated: Publishing web: 6758fc5efbbf5ed16c807ccdfb012d94d1db201a docs: d8cd4d3e48b4ffb2ed6226cd84834e40cf31835f

2022-08-10 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/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new cd4b05f Publishing web

[incubator-nuttx] 03/04: clk/rpmsg: Call clk_rpmsg_server_initialize in drivers_initialize

2022-08-10 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit e6553fc687c691fb45e8f35108be1c69a74c7a60 Author: Xiang Xiao AuthorDate: Wed Aug 10 08:40:43 2022 +0800

[incubator-nuttx] 01/04: syslog: Move syslog_rpmsg_server_init to syslog_initialize

2022-08-10 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 64f02679935eaeefad666f2341ececd8e2e9d860 Author: Xiang Xiao AuthorDate: Tue Aug 9 22:04:04 2022 +0800

[incubator-nuttx] 04/04: power/supply: Call regulator_rpmsg_server_init in drivers_initialize

2022-08-10 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit d8cd4d3e48b4ffb2ed6226cd84834e40cf31835f Author: Xiang Xiao AuthorDate: Wed Aug 10 09:10:28 2022 +0800

[incubator-nuttx] 02/04: fs/rpmsg: Move the server initialization to fs_initialize

2022-08-10 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 5f93ae9dd23b7c77f5196c48c4ba3eccf1af2984 Author: Xiang Xiao AuthorDate: Wed Aug 10 03:35:34 2022 +0800

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6827: Refine rpmsg server initialization sequence

2022-08-10 Thread GitBox
pkarashchenko merged PR #6827: URL: https://github.com/apache/incubator-nuttx/pull/6827 -- 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

[incubator-nuttx] branch master updated (b8b541fbf5 -> d8cd4d3e48)

2022-08-10 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git from b8b541fbf5 mpfs: Remove the ddrstorage section from the OpenSBI package new 64f0267993 syslog: Mo

[GitHub] [incubator-nuttx] pkarashchenko opened a new pull request, #6831: arch/arm/stm32f7: fix cache invalidation issue in Ethernet RX

2022-08-10 Thread GitBox
pkarashchenko opened a new pull request, #6831: URL: https://github.com/apache/incubator-nuttx/pull/6831 ## Summary Fix cache invalidation issue in Ethernet RX for stm32f7 ## Impact Reception of Ethernet packets should be improved ## Testing Pass CI -- This is an aut

[GitHub] [incubator-nuttx] pkarashchenko opened a new pull request, #6830: arch/arm/samv7: get TX DMA running for HSMCI interface

2022-08-10 Thread GitBox
pkarashchenko opened a new pull request, #6830: URL: https://github.com/apache/incubator-nuttx/pull/6830 ## Summary Get TX DMA running for HSMCI interface ## Impact SAMv7 based devices ## Testing Tested with SAME70-QMTECH board -- This is an automated message fro

[GitHub] [incubator-nuttx] hartmannathan commented on a diff in pull request #6815: pic32mx: add option to disable JTAG at runtime

2022-08-10 Thread GitBox
hartmannathan commented on code in PR #6815: URL: https://github.com/apache/incubator-nuttx/pull/6815#discussion_r942866595 ## arch/mips/src/pic32mx/Kconfig: ## @@ -1019,6 +1019,14 @@ config PIC32MX_GPIOIRQ ---help--- Build in support for interrupts based

[GitHub] [incubator-nuttx] hartmannathan commented on a diff in pull request #6828: include:add sys/queue.h support form openbsd

2022-08-10 Thread GitBox
hartmannathan commented on code in PR #6828: URL: https://github.com/apache/incubator-nuttx/pull/6828#discussion_r942860942 ## include/sys/queue.h: ## @@ -0,0 +1,832 @@ +/ + * include/sys/queue.h Review

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #6815: pic32mx: add option to disable JTAG at runtime

2022-08-10 Thread GitBox
acassis commented on code in PR #6815: URL: https://github.com/apache/incubator-nuttx/pull/6815#discussion_r942835457 ## arch/mips/src/pic32mx/Kconfig: ## @@ -1019,6 +1019,14 @@ config PIC32MX_GPIOIRQ ---help--- Build in support for interrupts based on GP

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #6815: pic32mx: add option to disable JTAG at runtime

2022-08-10 Thread GitBox
acassis commented on code in PR #6815: URL: https://github.com/apache/incubator-nuttx/pull/6815#discussion_r942834326 ## arch/mips/src/pic32mx/pic32mx_lowinit.c: ## @@ -192,6 +247,12 @@ void pic32mx_lowinit(void) up_earlyserialinit(); #endif +#if CONFIG_PIC32MX_JTAG_ENABLE

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6829: drivers/mtd:init commit of power-loss resilient cfg

2022-08-10 Thread GitBox
xiaoxiang781216 commented on PR #6829: URL: https://github.com/apache/incubator-nuttx/pull/6829#issuecomment-1211103608 > In general I'm a bit lost in architecture here. The MTD layer is designed to provide unified "continuous" access across the underlying physical layer, so I expect that a

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6657: drivers/lcd/st7789: update putarea() method

2022-08-10 Thread GitBox
xiaoxiang781216 commented on PR #6657: URL: https://github.com/apache/incubator-nuttx/pull/6657#issuecomment-1211087640 > Hi! > > Thank you for your ack, @xiaoxiang781216 and @lupyuen ! > > I understand `stride` as similar as the `pitch` from Zephyr's. Yes, you are right.

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6827: Refine rpmsg server initialization sequence

2022-08-10 Thread GitBox
xiaoxiang781216 commented on code in PR #6827: URL: https://github.com/apache/incubator-nuttx/pull/6827#discussion_r942745365 ## boards/sim/sim/sim/configs/rpserver/defconfig: ## @@ -19,7 +19,7 @@ CONFIG_DEV_SIMPLE_ADDRENV=y CONFIG_EXAMPLES_RPMSGSOCKET=y CONFIG_FS_HOSTFS=y CO

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6816: arch/arm: Remove the critical section protection in up_invalidate_dcache_all

2022-08-10 Thread GitBox
xiaoxiang781216 commented on PR #6816: URL: https://github.com/apache/incubator-nuttx/pull/6816#issuecomment-1211063834 > I do not have a strong opinion on this. The PR description states "since l2cc_invalidate_all already do the protection" ("callee" direction), but discussion goes into "c

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #6816: arch/arm: Remove the critical section protection in up_invalidate_dcache_all

2022-08-10 Thread GitBox
pkarashchenko commented on PR #6816: URL: https://github.com/apache/incubator-nuttx/pull/6816#issuecomment-1210919929 I do not have a strong opinion on this. The PR description states "since l2cc_invalidate_all already do the protection" ("callee" direction), but discussion goes into "calle

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6827: Refine rpmsg server initialization sequence

2022-08-10 Thread GitBox
pkarashchenko commented on code in PR #6827: URL: https://github.com/apache/incubator-nuttx/pull/6827#discussion_r942623170 ## boards/sim/sim/sim/configs/rpserver/defconfig: ## @@ -19,7 +19,7 @@ CONFIG_DEV_SIMPLE_ADDRENV=y CONFIG_EXAMPLES_RPMSGSOCKET=y CONFIG_FS_HOSTFS=y CONF

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6829: drivers/mtd:init commit of power-loss resilient cfg

2022-08-10 Thread GitBox
pkarashchenko commented on code in PR #6829: URL: https://github.com/apache/incubator-nuttx/pull/6829#discussion_r942601486 ## drivers/mtd/mtd_nvs.c: ## @@ -0,0 +1,2241 @@ +/ + * drivers/mtd/mtd_nvs.c +

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6829: drivers/mtd:init commit of power-loss resilient cfg

2022-08-10 Thread GitBox
xiaoxiang781216 commented on code in PR #6829: URL: https://github.com/apache/incubator-nuttx/pull/6829#discussion_r942587269 ## include/nuttx/mtd/nvs_priv.h: ## @@ -0,0 +1,103 @@ +/ + * include/nuttx/mt

[GitHub] [incubator-nuttx] XinStellaris opened a new pull request, #6829: drivers/mtd:init commit of power-loss resilient cfg

2022-08-10 Thread GitBox
XinStellaris opened a new pull request, #6829: URL: https://github.com/apache/incubator-nuttx/pull/6829 Signed-off-by: 田昕 ## Summary MTD non-volatile storage was originally implemented in Zephyr by Laczen. We made several modification to the original design. The main purpose of

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #6823: xtensa/esp32s2: Add basic support to SPI

2022-08-10 Thread GitBox
gustavonihei commented on code in PR #6823: URL: https://github.com/apache/incubator-nuttx/pull/6823#discussion_r942511267 ## arch/xtensa/src/esp32s2/esp32s2_spi.c: ## @@ -0,0 +1,1231 @@ +/ + * arch/xten

[GitHub] [incubator-nuttx] tmedicci commented on pull request #6657: drivers/lcd/st7789: update putarea() method

2022-08-10 Thread GitBox
tmedicci commented on PR #6657: URL: https://github.com/apache/incubator-nuttx/pull/6657#issuecomment-1210705699 Hi! Thank you for your ack, @xiaoxiang781216 ! I understand `stride` as similar as the `pitch` from Zephyr's. However, it may not be necessary because de LCD driver

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #6823: xtensa/esp32s2: Add basic support to SPI

2022-08-10 Thread GitBox
gustavonihei commented on code in PR #6823: URL: https://github.com/apache/incubator-nuttx/pull/6823#discussion_r942391731 ## arch/xtensa/src/esp32s2/esp32s2_spi.c: ## @@ -0,0 +1,1231 @@ +/ + * arch/xten

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #6823: xtensa/esp32s2: Add basic support to SPI

2022-08-10 Thread GitBox
gustavonihei commented on code in PR #6823: URL: https://github.com/apache/incubator-nuttx/pull/6823#discussion_r942389929 ## arch/xtensa/src/esp32s2/esp32s2_spi.c: ## @@ -0,0 +1,1231 @@ +/ + * arch/xten

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #6823: xtensa/esp32s2: Add basic support to SPI

2022-08-10 Thread GitBox
gustavonihei commented on code in PR #6823: URL: https://github.com/apache/incubator-nuttx/pull/6823#discussion_r942389623 ## arch/xtensa/src/esp32s2/esp32s2_spi.c: ## @@ -0,0 +1,1231 @@ +/ + * arch/xten

[GitHub] [incubator-nuttx] davids5 commented on a diff in pull request #6815: pic32mx: add option to disable JTAG at runtime

2022-08-10 Thread GitBox
davids5 commented on code in PR #6815: URL: https://github.com/apache/incubator-nuttx/pull/6815#discussion_r942304646 ## arch/mips/src/pic32mx/pic32mx_lowinit.c: ## @@ -192,6 +247,12 @@ void pic32mx_lowinit(void) up_earlyserialinit(); #endif +#if CONFIG_PIC32MX_JTAG_ENABLE

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6816: arch/arm: Remove the critical section protection in up_invalidate_dcache_all

2022-08-10 Thread GitBox
xiaoxiang781216 commented on code in PR #6816: URL: https://github.com/apache/incubator-nuttx/pull/6816#discussion_r942217804 ## arch/arm/src/armv7-r/arm_cache.c: ## @@ -81,14 +81,8 @@ void up_invalidate_dcache(uintptr_t start, uintptr_t end) void up_invalidate_dcache_all(voi

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6803: fs/directory: Using file api to implement operations on directories

2022-08-10 Thread GitBox
xiaoxiang781216 commented on PR #6803: URL: https://github.com/apache/incubator-nuttx/pull/6803#issuecomment-1210383129 Ok, #6803 title is modified to avoid the confusion. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6824: syscall: remove directory syscall

2022-08-10 Thread GitBox
xiaoxiang781216 commented on PR #6824: URL: https://github.com/apache/incubator-nuttx/pull/6824#issuecomment-1210374345 Done, thanks. -- 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] [incubator-nuttx] anjiahao1 opened a new pull request, #6828: include:add sys/queue.h support form openbsd

2022-08-10 Thread GitBox
anjiahao1 opened a new pull request, #6828: URL: https://github.com/apache/incubator-nuttx/pull/6828 Signed-off-by: anjiahao ## Summary some queue define ## Impact noting ## Testing ci -- This is an automated message from the Apache Git Service. To respond to th

[GitHub] [incubator-nuttx] PetervdPerk-NXP commented on pull request #6824: syscall: remove directory syscall

2022-08-10 Thread GitBox
PetervdPerk-NXP commented on PR #6824: URL: https://github.com/apache/incubator-nuttx/pull/6824#issuecomment-1210321119 Can we aim to make PR descriptions more detailed? I've dive in to the PR history to figure out that this PR is related to #6803. Whereas it would be more helpful that

[GitHub] [incubator-nuttx] PetervdPerk-NXP commented on pull request #6803: fs/directory: Using file api to implement operations on directories

2022-08-10 Thread GitBox
PetervdPerk-NXP commented on PR #6803: URL: https://github.com/apache/incubator-nuttx/pull/6803#issuecomment-1210311659 opendir(), readerdir() etc are POSIX.1-2001 functions. This PR removes these functions calls hence breaking with the POSIX spec. Can't have fallback functions to still

[GitHub] [incubator-nuttx] davidtso1219 commented on issue #5530: libxx "C++ Example using CMake" guide "No thread API" error

2022-08-10 Thread GitBox
davidtso1219 commented on issue #5530: URL: https://github.com/apache/incubator-nuttx/issues/5530#issuecomment-1210269359 > > kind of off-topic. But how do you guys flash `hellocpp.bin` to your board using `openocd`? > > > > pyocd might be better how do you do it? --

[incubator-nuttx-apps] branch master updated: wamr: Add a new option to custom stack guard size

2022-08-10 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/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 29a49f366 wamr: Add a new optio

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1259: wamr: Add a new option to custom stack guard size

2022-08-10 Thread GitBox
xiaoxiang781216 merged PR #1259: URL: https://github.com/apache/incubator-nuttx-apps/pull/1259 -- 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-u

[incubator-nuttx] branch master updated: mpfs: Remove the ddrstorage section from the OpenSBI package

2022-08-10 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new b8b541fbf5 mpfs: Remove the ddrs

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6820: mpfs: Remove the ddrstorage section from the OpenSBI package

2022-08-10 Thread GitBox
pkarashchenko merged PR #6820: URL: https://github.com/apache/incubator-nuttx/pull/6820 -- 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

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6783: libc/localtime: fix ats over time_t range

2022-08-10 Thread GitBox
pkarashchenko commented on code in PR #6783: URL: https://github.com/apache/incubator-nuttx/pull/6783#discussion_r942086350 ## libs/libc/time/lib_localtime.c: ## @@ -676,7 +677,7 @@ static int tzload(FAR const char *name, for (i = 0; i < sp->timecnt; ++i) {