[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7118: Remove EXPERIMENTAL from some long existent config

2022-09-16 Thread GitBox
xiaoxiang781216 opened a new pull request, #7118: URL: https://github.com/apache/incubator-nuttx/pull/7118 ## Summary - Kconfig: Remove EXPERIMENTAL for features which is been around a long time - sched/Kconfig: let PREALLOC_TIMERS depends on !DISABLE_POSIX_TIMERS ## Impact

[incubator-nuttx] branch master updated: arch/arm/samv7: fix random corruption of data after SDIO RX DMA transaction

2022-09-16 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 The following commit(s) were added to refs/heads/master by this push: new 4fc76ea661 arch/arm/samv7: fix rando

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7112: arch/arm/samv7: fix random corruption of data after SDIO RX DMA transaction

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

[GitHub] [incubator-nuttx] vuhuyhop197 closed issue #7082: Change the flow code of function psock_setsockopt

2022-09-16 Thread GitBox
vuhuyhop197 closed issue #7082: Change the flow code of function psock_setsockopt URL: https://github.com/apache/incubator-nuttx/issues/7082 -- 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 speci

[GitHub] [incubator-nuttx] vuhuyhop197 closed pull request #7083: sockopt:Change the flow of function psock_setsockopt and psock_getsockopt

2022-09-16 Thread GitBox
vuhuyhop197 closed pull request #7083: sockopt:Change the flow of function psock_setsockopt and psock_getsockopt URL: https://github.com/apache/incubator-nuttx/pull/7083 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

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

2022-09-16 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 442701e Publishing web

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #7113: armv7-a/r: refact cp15_cache functions

2022-09-16 Thread GitBox
masayuki2009 commented on PR #7113: URL: https://github.com/apache/incubator-nuttx/pull/7113#issuecomment-1249903563 @GUIDINGLI sabre-6quad:smp (real board, not QEMU) can not boot with this PR. -- This is an automated message from the Apache Git Service. To respond to the message,

[incubator-nuttx] branch master updated (521f870965 -> 9c229a0173)

2022-09-16 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 521f870965 phy62xx:support MTDIOC_ERASESTATE add 9c229a0173 libc: Remove LIBC_ERR from libs/libc/

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #7116: libc: Remove LIBC_ERR from libs/libc/misc/Kconfig

2022-09-16 Thread GitBox
pkarashchenko merged PR #7116: URL: https://github.com/apache/incubator-nuttx/pull/7116 -- 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] xiaoxiang781216 commented on pull request #7115: time: Typedef time_t to uint64_t if CONFIG_SYSTEM_TIME64 is defined

2022-09-16 Thread GitBox
xiaoxiang781216 commented on PR #7115: URL: https://github.com/apache/incubator-nuttx/pull/7115#issuecomment-1249752681 Yes, let's fix the problem phase by phase. -- 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] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7117: Ensure key returned from ftok is unique

2022-09-16 Thread GitBox
xiaoxiang781216 opened a new pull request, #7117: URL: https://github.com/apache/incubator-nuttx/pull/7117 ## Summary - libc: Add LIBC prefix to MEM_FD_VFS_PATH - fs: Allocate unique serial number for the root pseduo file system node - libc/ftok: Map token to the root pseduo file

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #7115: time: Typedef time_t to uint64_t if CONFIG_SYSTEM_TIME64 is defined

2022-09-16 Thread GitBox
pkarashchenko commented on PR #7115: URL: https://github.com/apache/incubator-nuttx/pull/7115#issuecomment-1249721734 Seems not all parts of the system are ready for this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7116: libc: Remove LIBC_ERR from libs/libc/misc/Kconfig

2022-09-16 Thread GitBox
xiaoxiang781216 opened a new pull request, #7116: URL: https://github.com/apache/incubator-nuttx/pull/7116 ## Summary forget in https://github.com/apache/incubator-nuttx/pull/6805 ## Impact Mine ## Testing Pass CI -- This is an automated message from the Apache G

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7115: time: Typedef time_t to uint64_t if CONFIG_SYSTEM_TIME64 is defined

2022-09-16 Thread GitBox
xiaoxiang781216 opened a new pull request, #7115: URL: https://github.com/apache/incubator-nuttx/pull/7115 ## Summary to handle 2038 problem correctly ## Impact The type of time_t ## Testing Pass CI -- This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7113: armv7-a/r: refact cp15_cache functions

2022-09-16 Thread GitBox
xiaoxiang781216 commented on PR #7113: URL: https://github.com/apache/incubator-nuttx/pull/7113#issuecomment-1249650055 Let's ignore the CI false alarm on macOS. -- 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] [incubator-nuttx] xiaoxiang781216 commented on pull request #6833: SMP: fix crash when switch to new task which is still running

2022-09-16 Thread GitBox
xiaoxiang781216 commented on PR #6833: URL: https://github.com/apache/incubator-nuttx/pull/6833#issuecomment-1249647641 LGTM. -- 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.

[GitHub] [incubator-nuttx] W-Mai opened a new pull request, #7114: Add CodeChecker to CI

2022-09-16 Thread GitBox
W-Mai opened a new pull request, #7114: URL: https://github.com/apache/incubator-nuttx/pull/7114 ## Summary Add CodeChecker to CI ## Impact Increase the rigor with which code is reviewed It may increase the time of CI ## Testing -- This is an automate

[GitHub] [incubator-nuttx] GUIDINGLI commented on pull request #6833: SMP: fix crash when switch to new task which is still running

2022-09-16 Thread GitBox
GUIDINGLI commented on PR #6833: URL: https://github.com/apache/incubator-nuttx/pull/6833#issuecomment-1249547080 @masayuki2009 @xiaoxiang781216 Now we only need modify the arch which already support SMP. So, I remove the mips & add ceva. -- This is an automated message from the Apa

[GitHub] [incubator-nuttx] GUIDINGLI opened a new pull request, #7113: armv7-a/r: refact cp15_cache functions

2022-09-16 Thread GitBox
GUIDINGLI opened a new pull request, #7113: URL: https://github.com/apache/incubator-nuttx/pull/7113 ## Summary mmu: mmu enable should after enable SMP armv7-a/r: only primary can do invalidate_dcache_all() at startting armv7a/r: refact cp15_cache functions ## Impact

[incubator-nuttx-apps] 01/02: testing:crypto testing form openbsd

2022-09-16 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 commit ccd7d12bcb94ee2da543830d21053942dec4af88 Author: anjiahao AuthorDate: Thu Aug 25 11:51:20 2022 +0800

[incubator-nuttx-apps] branch master updated (799fe4e68 -> ac4b42fee)

2022-09-16 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-apps.git from 799fe4e68 testing/mtd_config_fs:more test cases for garbage collection. new ccd7d12bc testing:cr

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1292: testcase for /dev/crypto

2022-09-16 Thread GitBox
xiaoxiang781216 merged PR #1292: URL: https://github.com/apache/incubator-nuttx-apps/pull/1292 -- 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

[GitHub] [incubator-nuttx] hartmannathan commented on a diff in pull request #6318: sched/semaphore: fix priority boost restoration for priority inheritance

2022-09-16 Thread GitBox
hartmannathan commented on code in PR #6318: URL: https://github.com/apache/incubator-nuttx/pull/6318#discussion_r973093859 ## sched/semaphore/sem_holder.c: ## @@ -489,117 +411,52 @@ static int nxsem_restoreholderprio(FAR struct semholder_s *pholder, nxsem_freeholder(sem

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #7110: add include to esp32c3_usbserial.c

2022-09-16 Thread GitBox
acassis commented on code in PR #7110: URL: https://github.com/apache/incubator-nuttx/pull/7110#discussion_r973078993 ## arch/risc-v/src/esp32c3/esp32c3_usbserial.c: ## @@ -32,6 +32,7 @@ #ifdef CONFIG_SERIAL_TERMIOS # include +#include Review Comment: ```suggestion

[GitHub] [incubator-nuttx] pkarashchenko opened a new pull request, #7112: arch/arm/samv7: fix random corruption of data after SDIO RX DMA transaction

2022-09-16 Thread GitBox
pkarashchenko opened a new pull request, #7112: URL: https://github.com/apache/incubator-nuttx/pull/7112 ## Summary 1. Fix random corruption of data after SDIO RX DMA transaction by invalidating the cache on memory updated by the DMA 2. use time based timeout calculation instead of cyc

[incubator-nuttx] branch master updated: phy62xx:support MTDIOC_ERASESTATE

2022-09-16 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 The following commit(s) were added to refs/heads/master by this push: new 521f870965 phy62xx:support MTDIOC_ER

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7111: phy62xx:support MTDIOC_ERASESTATE

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

[GitHub] [incubator-nuttx] anchao commented on pull request #7100: arch/arm: add support for armclang compiler(AC6)

2022-09-16 Thread GitBox
anchao commented on PR #7100: URL: https://github.com/apache/incubator-nuttx/pull/7100#issuecomment-1249330810 > @anchao do we have any chart comparing code and data size under the equivalent build options between armclang and GCC for example? I recall we had some chart when adding LLVM

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #7100: arch/arm: add support for armclang compiler(AC6)

2022-09-16 Thread GitBox
pkarashchenko commented on PR #7100: URL: https://github.com/apache/incubator-nuttx/pull/7100#issuecomment-1249294999 @anchao do we have any chart comparing code and data size under the equivalent build options between armclang and GCC for example? I recall we had some chart when adding L

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #7110: add include to esp32c3_usbserial.c

2022-09-16 Thread GitBox
masayuki2009 commented on PR #7110: URL: https://github.com/apache/incubator-nuttx/pull/7110#issuecomment-1249216141 @teknokita Please squash the two commits into one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[incubator-nuttx-apps] branch master updated: testing/mtd_config_fs:more test cases for garbage collection.

2022-09-16 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 799fe4e68 testing/mtd_config_fs

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1318: testing/mtd_config_fs:more test cases for garbage collection.

2022-09-16 Thread GitBox
xiaoxiang781216 merged PR #1318: URL: https://github.com/apache/incubator-nuttx-apps/pull/1318 -- 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

[GitHub] [incubator-nuttx] vuhuyhop197 commented on issue #7082: Change the flow code of function psock_setsockopt

2022-09-16 Thread GitBox
vuhuyhop197 commented on issue #7082: URL: https://github.com/apache/incubator-nuttx/issues/7082#issuecomment-1249162060 @acassis Sorry, I can't share the info now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-nuttx] XinStellaris opened a new pull request, #7111: phy62xx:support MTDIOC_ERASESTATE

2022-09-16 Thread GitBox
XinStellaris opened a new pull request, #7111: URL: https://github.com/apache/incubator-nuttx/pull/7111 Signed-off-by: 田昕 ## Summary support MTDIOC_ERASESTATE for arm/phy62xx ## Impact phy62xx only ## Testing tested on phy62xx -- This is an automated mess

[GitHub] [incubator-nuttx] vuhuyhop197 commented on a diff in pull request #7083: sockopt:Change the flow of function psock_setsockopt and psock_getsockopt

2022-09-16 Thread GitBox
vuhuyhop197 commented on code in PR #7083: URL: https://github.com/apache/incubator-nuttx/pull/7083#discussion_r972845984 ## net/socket/getsockopt.c: ## @@ -337,50 +337,51 @@ int psock_getsockopt(FAR struct socket *psock, int level, int option, return -EBADF; } -

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7110: add include to esp32c3_usbserial.c

2022-09-16 Thread GitBox
xiaoxiang781216 commented on code in PR #7110: URL: https://github.com/apache/incubator-nuttx/pull/7110#discussion_r972756130 ## arch/risc-v/src/esp32c3/esp32c3_usbserial.c: ## @@ -32,6 +32,7 @@ #ifdef CONFIG_SERIAL_TERMIOS # include +#include Review Comment: add two

[GitHub] [incubator-nuttx] teknokita opened a new pull request, #7110: add include to esp32c3_usbserial.c

2022-09-16 Thread GitBox
teknokita opened a new pull request, #7110: URL: https://github.com/apache/incubator-nuttx/pull/7110 undeclare TCGETS on esp32c3 when enable usbserial and termios error: chip/esp32c3_usbserial.c: In function 'esp32c3_ioctl': chip/esp32c3_usbserial.c:411:10: error: 'TCGETS' undeclared (f

[incubator-nuttx] branch master updated: boards/arch: Remove FAR from 32bit/64bit arch

2022-09-16 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 a7b3217c37 boards/arch: Remove F

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #7106: boards/arch: Remove FAR from 32bit/64bit arch

2022-09-16 Thread GitBox
pkarashchenko merged PR #7106: URL: https://github.com/apache/incubator-nuttx/pull/7106 -- 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: boards/ucleo-h743zi: Remove CONFIG_ARMV7M_SYSTICK from stm32_boot_image.c

2022-09-16 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 78fcc6670d boards/ucleo-h743zi:

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #7107: boards/ucleo-h743zi: Remove CONFIG_ARMV7M_SYSTICK from stm32_boot_image.c

2022-09-16 Thread GitBox
pkarashchenko merged PR #7107: URL: https://github.com/apache/incubator-nuttx/pull/7107 -- 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-apps] branch master updated: apps/nshlib: correct commands with alphabet order in kconfig

2022-09-16 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 732450d42 apps/nshlib: correct

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1317: Correct commands with alphabet order in kconfig

2022-09-16 Thread GitBox
xiaoxiang781216 merged PR #1317: URL: https://github.com/apache/incubator-nuttx-apps/pull/1317 -- 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

[GitHub] [incubator-nuttx-apps] XinStellaris opened a new pull request, #1318: testing/mtd_config_fs:more test cases for garbage collection.

2022-09-16 Thread GitBox
XinStellaris opened a new pull request, #1318: URL: https://github.com/apache/incubator-nuttx-apps/pull/1318 Signed-off-by: 田昕 ## Summary More test cases for drivers/mtd/mtd_config_fs.c ## Impact mtd_config_fs.c only ## Testing Tested on ESP32C3 and passed