[GitHub] [nuttx] g2gps opened a new pull request, #9044: libelf: Support prioritized init and fini arrays.

2023-04-18 Thread via GitHub
g2gps opened a new pull request, #9044: URL: https://github.com/apache/nuttx/pull/9044 ## Summary Add a wildcard operator to `gnu-elf.ld` to ensure all c++ constructors and destruction are included in partially linked application binaries. ## Impact Statically and global

[nuttx-website] 01/03: Add NuttX 12.1.0 release

2023-04-18 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-website.git commit b20af78e7e5e9cbed00752744d6d6d16341f74dd Author: Alin Jerpelea AuthorDate: Mon Apr 17 08:28:12 2023 +0200

[nuttx-website] 03/03: download.md: fix git name after graduation

2023-04-18 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-website.git commit e36cef39aad5bf1e82697e4e034530ddb77fcf7f Author: Alin Jerpelea AuthorDate: Tue Apr 18 08:15:38 2023 +0200

[nuttx-website] branch master updated (1fb7c750 -> e36cef39)

2023-04-18 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-website.git from 1fb7c750 Bump commonmarker from 0.23.6 to 0.23.9 new b20af78e Add NuttX 12.1.0 release new 0fecf7cd

[GitHub] [nuttx-website] btashton merged pull request #89: NuttX 12.1.0 release

2023-04-18 Thread via GitHub
btashton merged PR #89: URL: https://github.com/apache/nuttx-website/pull/89 -- 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.a

[GitHub] [nuttx-website] jerpelea commented on pull request #89: NuttX 12.1.0 release

2023-04-18 Thread via GitHub
jerpelea commented on PR #89: URL: https://github.com/apache/nuttx-website/pull/89#issuecomment-1514116984 @xiaoxiang781216 @acassis @cederom -- 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

[GitHub] [nuttx] zhhyu7 opened a new pull request, #9043: forward: limit the forwarding range of broadcast packets

2023-04-18 Thread via GitHub
zhhyu7 opened a new pull request, #9043: URL: https://github.com/apache/nuttx/pull/9043 ## Summary These two scenarios do not require forwarding broadcast packets. ## Impact ## Testing sim -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [nuttx] wengzhe opened a new pull request, #9042: net/rpmsg: Set family for rpaddr in ns_bind

2023-04-18 Thread via GitHub
wengzhe opened a new pull request, #9042: URL: https://github.com/apache/nuttx/pull/9042 ## Summary The rpmsg addr get from socket accept has rp_family=0, which is not intended, to avoid wrong logic in other place, set the rp_family in ns_bind function. ## Impact Set rp_family

[GitHub] [nuttx] wengzhe opened a new pull request, #9041: net/tcp: Fix clear condition in ofoseg input

2023-04-18 Thread via GitHub
wengzhe opened a new pull request, #9041: URL: https://github.com/apache/nuttx/pull/9041 ## Summary Fix clear condition in TCP ofoseg input (when receiving an out-of-ordered ACK) Note: - `iob_trimhead` won't return `NULL` when it's applying on normal IOB. - Keep `dev->d_iob

[GitHub] [nuttx] royfengsss opened a new pull request, #9040: [SYSLOG] avoid concurrent modification by other tasks

2023-04-18 Thread via GitHub
royfengsss opened a new pull request, #9040: URL: https://github.com/apache/nuttx/pull/9040 ## Summary when syslog write the iob buffer to interrupt buffer, one char a time disable scheduler to switch to other task in non-SMP environment. ## Impact syslog improvement ## T

[GitHub] [nuttx] hujun260 commented on pull request #9023: arch/arm64:Suppot tickless mode

2023-04-18 Thread via GitHub
hujun260 commented on PR #9023: URL: https://github.com/apache/nuttx/pull/9023#issuecomment-1514009815 > @hujun260 > > ``` > > Configuration/Tool: qemu-armv8a/nsh_smp_tickless >

[GitHub] [nuttx] masayuki2009 merged pull request #9018: arch/arm: update running task when context switch occurred

2023-04-18 Thread via GitHub
masayuki2009 merged PR #9018: URL: https://github.com/apache/nuttx/pull/9018 -- 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.a

[nuttx] branch master updated: arch/arm: update running task when context switch occurred

2023-04-18 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki 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 c00498c164 arch/arm: update running task when c

[nuttx-website] branch asf-site updated: Publishing web: 1fb7c7509c1d4c2677c5326e56b3014daf79f24d docs: 899be58905f7623e55a954fdd233fef063da9c97

2023-04-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 d1747d1f Publishing web: 1fb7c750

[GitHub] [nuttx] masayuki2009 commented on pull request #9023: arch/arm64:Suppot tickless mode

2023-04-18 Thread via GitHub
masayuki2009 commented on PR #9023: URL: https://github.com/apache/nuttx/pull/9023#issuecomment-1513931299 @hujun260 ``` Configuration/Tool: qemu-armv8a/nsh_smp_tickless ---

[GitHub] [nuttx] pkarashchenko commented on pull request #9039: sched/sched: address performance concerns for sched_lock in non-SMP case

2023-04-18 Thread via GitHub
pkarashchenko commented on PR #9039: URL: https://github.com/apache/nuttx/pull/9039#issuecomment-1513804973 @davids5 Please take a look if this solution is better -- 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] pkarashchenko opened a new pull request, #9039: sched/sched: address performance concerns for sched_lock in non-SMP case

2023-04-18 Thread via GitHub
pkarashchenko opened a new pull request, #9039: URL: https://github.com/apache/nuttx/pull/9039 ## Summary Address performance concerns from https://github.com/apache/nuttx/pull/7464 ## Impact `sched_lock`/`sched_unlock` should work as fast as before. ## Testing Pass `os

[GitHub] [nuttx] pkarashchenko commented on pull request #9002: sched/pthread: repalce sched_lock to enter_critical_section

2023-04-18 Thread via GitHub
pkarashchenko commented on PR #9002: URL: https://github.com/apache/nuttx/pull/9002#issuecomment-1513753516 Please rebase to get CI pass -- 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 specif

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1711: testing/ostest: add test case for task priority change with locked scheduler

2023-04-18 Thread via GitHub
pkarashchenko commented on code in PR #1711: URL: https://github.com/apache/nuttx-apps/pull/1711#discussion_r1170528717 ## testing/ostest/schedlock.c: ## @@ -0,0 +1,259 @@ +/ + * apps/testing/ostest/sche

[GitHub] [nuttx-apps] pkarashchenko commented on pull request #1711: testing/ostest: add test case for task priority change with locked scheduler

2023-04-18 Thread via GitHub
pkarashchenko commented on PR #1711: URL: https://github.com/apache/nuttx-apps/pull/1711#issuecomment-1513747711 Currently this is blocked by https://github.com/apache/nuttx-apps/issues/1716 -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [nuttx] hartmannathan commented on pull request #8992: stm32 {f1,f2,f3,f4,F412,f7,h7,f0l0g0,wb,l15,l4,l5,g4xx} Remove GPIO_{SPEED|MODE}_xxx and provide a legacy path for lazy migration

2023-04-18 Thread via GitHub
hartmannathan commented on PR #8992: URL: https://github.com/apache/nuttx/pull/8992#issuecomment-1513679969 Are we ready to merge? -- 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 com

[nuttx-apps] branch master updated (700b0ed23 -> 4ce809e7d)

2023-04-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-apps.git from 700b0ed23 netutils/netlib: fix typos in comments add 4ce809e7d nsh/nsh_parse: Fix handling of back-quotes

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1702: nsh/nsh_parse: Fix handling of back-quotes

2023-04-18 Thread via GitHub
xiaoxiang781216 merged PR #1702: URL: https://github.com/apache/nuttx-apps/pull/1702 -- 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] 01/04: nuttx: add missing FAR and CODE

2023-04-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 commit f15605da2f93b5571175acfac76eaa2d3c6261e5 Author: Petro Karashchenko AuthorDate: Tue Apr 11 13:25:04 2023 +0300

[nuttx-apps] 02/04: netutils/webserver: improve modularity of httpd single server

2023-04-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 commit f7448f848b7103b33d06791a5b034a5e5ad1cd3f Author: Petro Karashchenko AuthorDate: Tue Apr 11 13:25:49 2023 +0300

[nuttx-apps] branch master updated (69d5f960f -> 700b0ed23)

2023-04-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-apps.git from 69d5f960f system/ramspeed:Fix the problem that irq_disable is often opened. new f15605da2 nuttx: add miss

[nuttx-apps] 03/04: include/netutils: fix code alignments

2023-04-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 commit a926c8bf1232b3e961541df6dd8f53d943df81ad Author: Petro Karashchenko AuthorDate: Fri Apr 14 21:49:48 2023 +0300

[nuttx-apps] 04/04: netutils/netlib: fix typos in comments

2023-04-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 commit 700b0ed2355a80d37e48307851ae44266671792b Author: Petro Karashchenko AuthorDate: Fri Apr 14 21:50:43 2023 +0300

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1710: Fix misc issues found by code review

2023-04-18 Thread via GitHub
xiaoxiang781216 merged PR #1710: URL: https://github.com/apache/nuttx-apps/pull/1710 -- 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: system/ramspeed:Fix the problem that irq_disable is often opened.

2023-04-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 69d5f960f system/ramspeed:Fix the problem

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1708: system/ramspeed:Fix the problem that irq_disable is changed due to missing break

2023-04-18 Thread via GitHub
xiaoxiang781216 merged PR #1708: URL: https://github.com/apache/nuttx-apps/pull/1708 -- 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] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1707: apps/examples/pipe: check POSIX-compliant behavior of NuttX's FIFOs

2023-04-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #1707: URL: https://github.com/apache/nuttx-apps/pull/1707#discussion_r1170459142 ## examples/pipe/redirect_test.c: ## @@ -233,59 +202,32 @@ static int redirect_writer(int argc, char *argv[]) int redirection_test(void) { - char *argv[

[nuttx] branch master updated (2188c0f9a8 -> 899be58905)

2023-04-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 2188c0f9a8 trace: modify the dependency to SCHED_INSTRUMENTATION_DUMP add 899be58905 sim/win/hostfs: set O_BINA

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8997: sim/hostfs: pass flag O_BINARY to host

2023-04-18 Thread via GitHub
xiaoxiang781216 merged PR #8997: URL: https://github.com/apache/nuttx/pull/8997 -- 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 (f5f0af4f9c -> 2188c0f9a8)

2023-04-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 f5f0af4f9c arch/arm64: fixed backtrace skip calc error new 75d95ae01a trace: replace SCHED_NOTE_BEGIN to sched_

[nuttx] 01/03: trace: replace SCHED_NOTE_BEGIN to sched_note_begin

2023-04-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 commit 75d95ae01afbeaf8f94d2c21883eae0de0be211f Author: yinshengkai AuthorDate: Sat Apr 8 15:22:55 2023 +0800 trace: rep

[nuttx] 02/03: drivers/note: replace sched_note_filter_dump to sched_note_filter_tag

2023-04-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 commit a297ff61f5e9807f4762807b75fffaaf900163e1 Author: yinshengkai AuthorDate: Sat Apr 8 15:22:55 2023 +0800 drivers/no

[nuttx] 03/03: trace: modify the dependency to SCHED_INSTRUMENTATION_DUMP

2023-04-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 commit 2188c0f9a8407405872c671ac6e6277e81e4a406 Author: yinshengkai AuthorDate: Sat Apr 8 17:00:25 2023 +0800 trace: mod

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8987: fix note_drivers error

2023-04-18 Thread via GitHub
xiaoxiang781216 merged PR #8987: URL: https://github.com/apache/nuttx/pull/8987 -- 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 (49c863f238 -> f5f0af4f9c)

2023-04-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 49c863f238 sim/win/hostuart: only read key event from console new e4ae2b48b8 arch/arm64: Obtaining the correct

[nuttx] 01/03: arch/arm64: Obtaining the correct fp pointer

2023-04-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 commit e4ae2b48b8d8d2d54a74f949cc1adbbc8758fe7e Author: zhangyuan21 AuthorDate: Fri Mar 31 09:50:58 2023 +0800 arch/arm6

[nuttx] 02/03: arch/arm64: call PANIC in arm64_fatal_error

2023-04-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 commit 2c599bb9e6dbbc41aea992b168bd02a3793865ee Author: zhangyuan21 AuthorDate: Mon Apr 10 21:15:17 2023 +0800 arch/arm6

[nuttx] 03/03: arch/arm64: fixed backtrace skip calc error

2023-04-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 commit f5f0af4f9ca649b002f0e2f43c4fa9e0b60d63d1 Author: zhangyuan21 AuthorDate: Tue Apr 11 01:41:23 2023 +0800 arch/arm6

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8994: arch/arm64: fixed arm64 backtrace issue

2023-04-18 Thread via GitHub
xiaoxiang781216 merged PR #8994: URL: https://github.com/apache/nuttx/pull/8994 -- 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: sim/win/hostuart: only read key event from console

2023-04-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 49c863f238 sim/win/hostuart: only read key eve

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8996: sim/win/hostuart: only read key event from console

2023-04-18 Thread via GitHub
xiaoxiang781216 merged PR #8996: URL: https://github.com/apache/nuttx/pull/8996 -- 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: fs/hostfs: align operation flags define with fcntl.h

2023-04-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 8b43096e28 fs/hostfs: align operation flags de

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9000: fs/hostfs: align operation flags define with fcntl.h

2023-04-18 Thread via GitHub
xiaoxiang781216 merged PR #9000: URL: https://github.com/apache/nuttx/pull/9000 -- 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: sched/wqueue: fix issue about worker can't wake up thread before work_thread running

2023-04-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 1f665e3498 sched/wqueue: fix issue about worke

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9007: sched/wqueue: fix issue about worker can't wake up thread before work_thread running

2023-04-18 Thread via GitHub
xiaoxiang781216 merged PR #9007: URL: https://github.com/apache/nuttx/pull/9007 -- 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: Added missing checks in strdup'ed strings.

2023-04-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 ab1b3c0337 Added missing checks in strdup'ed s

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9010: Added missing checks in strdup'ed strings.

2023-04-18 Thread via GitHub
xiaoxiang781216 merged PR #9010: URL: https://github.com/apache/nuttx/pull/9010 -- 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 (433ec4c9de -> 098b7bbfb3)

2023-04-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 433ec4c9de drivers/sensors/Kconfig: Fix bmp280 texts in Kconfig add 098b7bbfb3 Fixes in asprintf usage. No new

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9009: Fixes in asprintf usage.

2023-04-18 Thread via GitHub
xiaoxiang781216 merged PR #9009: URL: https://github.com/apache/nuttx/pull/9009 -- 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 (a4546f35d2 -> 433ec4c9de)

2023-04-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 a4546f35d2 drivers/mtd:fix uninit data in mtd_config_fs add 433ec4c9de drivers/sensors/Kconfig: Fix bmp280 text

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9013: drivers/sensors/Kconfig: Fix bmp280 texts in Kconfig

2023-04-18 Thread via GitHub
xiaoxiang781216 merged PR #9013: URL: https://github.com/apache/nuttx/pull/9013 -- 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 (1530e04f20 -> a4546f35d2)

2023-04-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 1530e04f20 ostest: Enabled KASAN, UBSAN & assertions. add a4546f35d2 drivers/mtd:fix uninit data in mtd_config_

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9011: drivers/mtd:fix uninit data in mtd_config_fs

2023-04-18 Thread via GitHub
xiaoxiang781216 merged PR #9011: URL: https://github.com/apache/nuttx/pull/9011 -- 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: ostest: Enabled KASAN, UBSAN & assertions.

2023-04-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 1530e04f20 ostest: Enabled KASAN, UBSAN & asse

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8972: ostest: Enabled KASAN, UBSAN & assertions.

2023-04-18 Thread via GitHub
xiaoxiang781216 merged PR #8972: URL: https://github.com/apache/nuttx/pull/8972 -- 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 (770817ba2f -> fcd6ec7809)

2023-04-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 770817ba2f fs/littlefs:littlefs shouldn't be used without C99 BOOL add fcd6ec7809 sched/sched: fix scheduler lo

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7464: sched: fix context switching with locked scheduler

2023-04-18 Thread via GitHub
xiaoxiang781216 merged PR #7464: URL: https://github.com/apache/nuttx/pull/7464 -- 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] pkarashchenko commented on pull request #7464: sched: fix context switching with locked scheduler

2023-04-18 Thread via GitHub
pkarashchenko commented on PR #7464: URL: https://github.com/apache/nuttx/pull/7464#issuecomment-1513605570 > @pkarashchenko - this looks correct to me. > The only concern I have is that copy loop could add latency and jitter to interrupt processing. > Do you think it will be signific

[GitHub] [nuttx-apps] pkarashchenko commented on pull request #1711: testing/ostest: add test case for task priority change with locked scheduler

2023-04-18 Thread via GitHub
pkarashchenko commented on PR #1711: URL: https://github.com/apache/nuttx-apps/pull/1711#issuecomment-1513595873 Ok. Could you please point me to some examples, or should I just place some explanations in the comments? -- This is an automated message from the Apache Git Service. To respon

[nuttx] branch master updated (18e2aa2d03 -> 770817ba2f)

2023-04-18 Thread davids5
This is an automated email from the ASF dual-hosted git repository. davids5 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 18e2aa2d03 Revert "risv-v/esp32c6: disable custom optimize level temporary" add 770817ba2f fs/littlefs:littlefs

[GitHub] [nuttx] davids5 merged pull request #9037: fs/littlefs:littlefs shouldn't be used without C99 BOOL

2023-04-18 Thread via GitHub
davids5 merged PR #9037: URL: https://github.com/apache/nuttx/pull/9037 -- 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.apache

[nuttx] branch master updated (45bba6e761 -> 18e2aa2d03)

2023-04-18 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 45bba6e761 xtensa/esp32: ESP32 not use IMEM in user heap mode add 18e2aa2d03 Revert "risv-v/esp32c6: disable custo

[GitHub] [nuttx] anchao merged pull request #9038: Revert "risv-v/esp32c6: disable custom optimize level temporary"

2023-04-18 Thread via GitHub
anchao merged PR #9038: URL: https://github.com/apache/nuttx/pull/9038 -- 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.apache.

[nuttx] branch master updated (5207295f83 -> 45bba6e761)

2023-04-18 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 5207295f83 esp32c6: fixed ci build issue add 45bba6e761 xtensa/esp32: ESP32 not use IMEM in user heap mode

[GitHub] [nuttx] gustavonihei merged pull request #9020: xtensa/esp32: ESP32 not use IMEM in user heap mode

2023-04-18 Thread via GitHub
gustavonihei merged PR #9020: URL: https://github.com/apache/nuttx/pull/9020 -- 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.a

[GitHub] [nuttx] gustavonihei commented on a diff in pull request #9037: fs/littlefs:littlefs shouldn't be used without C99 BOOL

2023-04-18 Thread via GitHub
gustavonihei commented on code in PR #9037: URL: https://github.com/apache/nuttx/pull/9037#discussion_r1170086569 ## fs/littlefs/lfs_vfs.c: ## @@ -39,6 +39,14 @@ #include "littlefs/lfs.h" #include "littlefs/lfs_util.h" +/**

[GitHub] [nuttx] hujun260 commented on pull request #9023: arch/arm64:Suppot tickless mode

2023-04-18 Thread via GitHub
hujun260 commented on PR #9023: URL: https://github.com/apache/nuttx/pull/9023#issuecomment-1513088965 > @hujun260 Can you add qemu-armv8a:tickless configuration to test this PR? Ok,I just add configure qemu-armv8a:nsh_smp_tickless. -- This is an automated message from the Apache Gi

[GitHub] [nuttx] pussuw commented on issue #8917: nxsem_wait_irq with MMU

2023-04-18 Thread via GitHub
pussuw commented on issue #8917: URL: https://github.com/apache/nuttx/issues/8917#issuecomment-1513086554 I'll move the discussion back here to avoid spamming the mailing list. My understanding of the semaphore handling logic increases bit by bit and thus far I have found the followi

[GitHub] [nuttx] XinStellaris commented on a diff in pull request #9037: fs/littlefs:littlefs shouldn't be used without C99 BOOL

2023-04-18 Thread via GitHub
XinStellaris commented on code in PR #9037: URL: https://github.com/apache/nuttx/pull/9037#discussion_r1169945114 ## fs/littlefs/lfs_vfs.c: ## @@ -39,6 +39,14 @@ #include "littlefs/lfs.h" #include "littlefs/lfs_util.h" +/**

[GitHub] [nuttx] davids5 commented on a diff in pull request #9037: fs/littlefs:littlefs shouldn't be used without C99 BOOL

2023-04-18 Thread via GitHub
davids5 commented on code in PR #9037: URL: https://github.com/apache/nuttx/pull/9037#discussion_r1169942095 ## fs/littlefs/lfs_vfs.c: ## @@ -39,6 +39,14 @@ #include "littlefs/lfs.h" #include "littlefs/lfs_util.h" +/***

[GitHub] [nuttx] XinStellaris commented on a diff in pull request #9037: fs/littlefs:littlefs shouldn't be used without C99 BOOL

2023-04-18 Thread via GitHub
XinStellaris commented on code in PR #9037: URL: https://github.com/apache/nuttx/pull/9037#discussion_r1169935855 ## fs/littlefs/lfs_vfs.c: ## @@ -39,6 +39,14 @@ #include "littlefs/lfs.h" #include "littlefs/lfs_util.h" +/**

[GitHub] [nuttx] zyfeier commented on pull request #8994: arch/arm64: fixed arm64 backtrace issue

2023-04-18 Thread via GitHub
zyfeier commented on PR #8994: URL: https://github.com/apache/nuttx/pull/8994#issuecomment-1512949510 @pkarashchenko If there are no issues, please help to merge it, thank you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [nuttx] zyfeier commented on pull request #9018: arch/arm: update running task when context switch occurred

2023-04-18 Thread via GitHub
zyfeier commented on PR #9018: URL: https://github.com/apache/nuttx/pull/9018#issuecomment-1512948568 @masayuki2009 If there are no issues, please help to merge it, thank you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [nuttx] davids5 commented on a diff in pull request #9037: fs/littlefs:littlefs shouldn't be used without C99 BOOL

2023-04-18 Thread via GitHub
davids5 commented on code in PR #9037: URL: https://github.com/apache/nuttx/pull/9037#discussion_r1169912071 ## fs/littlefs/lfs_vfs.c: ## @@ -39,6 +39,14 @@ #include "littlefs/lfs.h" #include "littlefs/lfs_util.h" +/***

[GitHub] [nuttx] davids5 commented on pull request #8992: stm32 {f1,f2,f3,f4,F412,f7,h7,f0l0g0,wb,l15,l4,l5,g4xx} Remove GPIO_{SPEED|MODE}_xxx and provide a legacy path for lazy migration

2023-04-18 Thread via GitHub
davids5 commented on PR #8992: URL: https://github.com/apache/nuttx/pull/8992#issuecomment-1512925581 > > LGTM. > > One thing that worries me is that we will stay with two versions of the pinouts and the migration process will never end. Maybe we should define some deadline when migratio

[GitHub] [nuttx] davids5 commented on a diff in pull request #8992: stm32 {f1,f2,f3,f4,F412,f7,h7,f0l0g0,wb,l15,l4,l5,g4xx} Remove GPIO_{SPEED|MODE}_xxx and provide a legacy path for lazy migration

2023-04-18 Thread via GitHub
davids5 commented on code in PR #8992: URL: https://github.com/apache/nuttx/pull/8992#discussion_r1169874310 ## tools/stm32_pinmap_tool.py: ## @@ -0,0 +1,571 @@ +#!/usr/bin/env python3 + +# tools/stm32_p

[GitHub] [nuttx] hartmannathan commented on pull request #8992: stm32 {f1,f2,f3,f4,F412,f7,h7,f0l0g0,wb,l15,l4,l5,g4xx} Remove GPIO_{SPEED|MODE}_xxx and provide a legacy path for lazy migration

2023-04-18 Thread via GitHub
hartmannathan commented on PR #8992: URL: https://github.com/apache/nuttx/pull/8992#issuecomment-1512887005 > LGTM. > > One thing that worries me is that we will stay with two versions of the pinouts and the migration process will never end. Maybe we should define some deadline when

[GitHub] [nuttx] davids5 commented on a diff in pull request #8992: stm32 {f1,f2,f3,f4,F412,f7,h7,f0l0g0,wb,l15,l4,l5,g4xx} Remove GPIO_{SPEED|MODE}_xxx and provide a legacy path for lazy migration

2023-04-18 Thread via GitHub
davids5 commented on code in PR #8992: URL: https://github.com/apache/nuttx/pull/8992#discussion_r1169866728 ## arch/arm/src/stm32f0l0g0/Kconfig: ## @@ -945,6 +945,26 @@ config ARCH_BOARD_STM32F0G0L0_CUSTOM_CLOCKCONFIG ---help--- Enables special, board-sp

[GitHub] [nuttx] davids5 commented on a diff in pull request #8992: stm32 {f1,f2,f3,f4,F412,f7,h7,f0l0g0,wb,l15,l4,l5,g4xx} Remove GPIO_{SPEED|MODE}_xxx and provide a legacy path for lazy migration

2023-04-18 Thread via GitHub
davids5 commented on code in PR #8992: URL: https://github.com/apache/nuttx/pull/8992#discussion_r1169866493 ## arch/arm/src/stm32/Kconfig: ## @@ -3452,6 +3452,26 @@ config STM32_NOEXT_VECTORS Sometimes you may not need any Vector support beyond SysTick

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #8876: arch/arm64: fixed cache issue and add more cache interface

2023-04-18 Thread via GitHub
pkarashchenko commented on code in PR #8876: URL: https://github.com/apache/nuttx/pull/8876#discussion_r1169789469 ## arch/arm64/src/common/arm64_mpu.h: ## @@ -202,13 +202,23 @@ .mair_idx = MPU_MAIR_INDEX_DEVICE,\ } -#define REGION_RAM_ATTR

[GitHub] [nuttx] xiaoxiang781216 closed pull request #9035: tools/ci: Skip esp32c6 build untils espressif fix the problem

2023-04-18 Thread via GitHub
xiaoxiang781216 closed pull request #9035: tools/ci: Skip esp32c6 build untils espressif fix the problem URL: https://github.com/apache/nuttx/pull/9035 -- 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 t

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9030: sched/addrenv, binfmt: Always allocate address environment from heap

2023-04-18 Thread via GitHub
pkarashchenko commented on code in PR #9030: URL: https://github.com/apache/nuttx/pull/9030#discussion_r1169757594 ## sched/addrenv/addrenv.c: ## @@ -237,62 +208,48 @@ int addrenv_switch(FAR struct tcb_s *tcb) * Allocate an address environment for a new process. * * Inpu

[GitHub] [nuttx] pussuw commented on a diff in pull request #9030: sched/addrenv, binfmt: Always allocate address environment from heap

2023-04-18 Thread via GitHub
pussuw commented on code in PR #9030: URL: https://github.com/apache/nuttx/pull/9030#discussion_r1169755562 ## sched/addrenv/addrenv.c: ## @@ -237,62 +208,48 @@ int addrenv_switch(FAR struct tcb_s *tcb) * Allocate an address environment for a new process. * * Input Param

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9030: sched/addrenv, binfmt: Always allocate address environment from heap

2023-04-18 Thread via GitHub
pkarashchenko commented on code in PR #9030: URL: https://github.com/apache/nuttx/pull/9030#discussion_r1169754398 ## sched/addrenv/addrenv.c: ## @@ -237,62 +208,48 @@ int addrenv_switch(FAR struct tcb_s *tcb) * Allocate an address environment for a new process. * * Inpu

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9030: sched/addrenv, binfmt: Always allocate address environment from heap

2023-04-18 Thread via GitHub
pkarashchenko commented on code in PR #9030: URL: https://github.com/apache/nuttx/pull/9030#discussion_r1169750742 ## sched/addrenv/addrenv.c: ## @@ -237,62 +208,48 @@ int addrenv_switch(FAR struct tcb_s *tcb) * Allocate an address environment for a new process. * * Inpu

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9030: sched/addrenv, binfmt: Always allocate address environment from heap

2023-04-18 Thread via GitHub
pkarashchenko commented on code in PR #9030: URL: https://github.com/apache/nuttx/pull/9030#discussion_r1169750742 ## sched/addrenv/addrenv.c: ## @@ -237,62 +208,48 @@ int addrenv_switch(FAR struct tcb_s *tcb) * Allocate an address environment for a new process. * * Inpu

[GitHub] [nuttx] pussuw commented on a diff in pull request #9030: sched/addrenv, binfmt: Always allocate address environment from heap

2023-04-18 Thread via GitHub
pussuw commented on code in PR #9030: URL: https://github.com/apache/nuttx/pull/9030#discussion_r1169746610 ## sched/addrenv/addrenv.c: ## @@ -237,62 +208,48 @@ int addrenv_switch(FAR struct tcb_s *tcb) * Allocate an address environment for a new process. * * Input Param

[GitHub] [nuttx] pussuw commented on a diff in pull request #9030: sched/addrenv, binfmt: Always allocate address environment from heap

2023-04-18 Thread via GitHub
pussuw commented on code in PR #9030: URL: https://github.com/apache/nuttx/pull/9030#discussion_r1169746610 ## sched/addrenv/addrenv.c: ## @@ -237,62 +208,48 @@ int addrenv_switch(FAR struct tcb_s *tcb) * Allocate an address environment for a new process. * * Input Param

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9030: sched/addrenv, binfmt: Always allocate address environment from heap

2023-04-18 Thread via GitHub
pkarashchenko commented on code in PR #9030: URL: https://github.com/apache/nuttx/pull/9030#discussion_r1169745218 ## sched/addrenv/addrenv.c: ## @@ -237,62 +208,48 @@ int addrenv_switch(FAR struct tcb_s *tcb) * Allocate an address environment for a new process. * * Inpu

[GitHub] [nuttx] pussuw commented on a diff in pull request #9030: sched/addrenv, binfmt: Always allocate address environment from heap

2023-04-18 Thread via GitHub
pussuw commented on code in PR #9030: URL: https://github.com/apache/nuttx/pull/9030#discussion_r1169742984 ## sched/addrenv/addrenv.c: ## @@ -237,62 +208,48 @@ int addrenv_switch(FAR struct tcb_s *tcb) * Allocate an address environment for a new process. * * Input Param

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9030: sched/addrenv, binfmt: Always allocate address environment from heap

2023-04-18 Thread via GitHub
pkarashchenko commented on code in PR #9030: URL: https://github.com/apache/nuttx/pull/9030#discussion_r1169742593 ## sched/addrenv/addrenv.c: ## @@ -237,62 +208,48 @@ int addrenv_switch(FAR struct tcb_s *tcb) * Allocate an address environment for a new process. * * Inpu

[GitHub] [nuttx] pussuw commented on a diff in pull request #9030: sched/addrenv, binfmt: Always allocate address environment from heap

2023-04-18 Thread via GitHub
pussuw commented on code in PR #9030: URL: https://github.com/apache/nuttx/pull/9030#discussion_r1169742462 ## sched/addrenv/addrenv.c: ## @@ -237,62 +208,48 @@ int addrenv_switch(FAR struct tcb_s *tcb) * Allocate an address environment for a new process. * * Input Param

[GitHub] [nuttx] pussuw commented on a diff in pull request #9030: sched/addrenv, binfmt: Always allocate address environment from heap

2023-04-18 Thread via GitHub
pussuw commented on code in PR #9030: URL: https://github.com/apache/nuttx/pull/9030#discussion_r1169739708 ## sched/addrenv/addrenv.c: ## @@ -237,62 +208,48 @@ int addrenv_switch(FAR struct tcb_s *tcb) * Allocate an address environment for a new process. * * Input Param

[GitHub] [nuttx] pussuw commented on a diff in pull request #9030: sched/addrenv, binfmt: Always allocate address environment from heap

2023-04-18 Thread via GitHub
pussuw commented on code in PR #9030: URL: https://github.com/apache/nuttx/pull/9030#discussion_r1169739708 ## sched/addrenv/addrenv.c: ## @@ -237,62 +208,48 @@ int addrenv_switch(FAR struct tcb_s *tcb) * Allocate an address environment for a new process. * * Input Param

[GitHub] [nuttx] pussuw commented on a diff in pull request #9030: sched/addrenv, binfmt: Always allocate address environment from heap

2023-04-18 Thread via GitHub
pussuw commented on code in PR #9030: URL: https://github.com/apache/nuttx/pull/9030#discussion_r1169738431 ## sched/addrenv/addrenv.c: ## @@ -237,62 +208,48 @@ int addrenv_switch(FAR struct tcb_s *tcb) * Allocate an address environment for a new process. * * Input Param

  1   2   >