[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9886: add pthread_atfork implementation

2023-07-26 Thread via GitHub
pkarashchenko commented on code in PR #9886: URL: https://github.com/apache/nuttx/pull/9886#discussion_r1274443967 ## sched/tls/task_uninitinfo.c: ## @@ -50,6 +51,21 @@ void task_uninit_info(FAR struct task_group_s *group) { FAR struct task_info_s *info = group->tg_info;

[GitHub] [nuttx] dabao-baba opened a new pull request, #9900: Revert "drivers/video: Don't need update vbuf_tail in dequeue_vbuf_un…

2023-07-26 Thread via GitHub
dabao-baba opened a new pull request, #9900: URL: https://github.com/apache/nuttx/pull/9900 …safe" This reverts commit e15bccaa7187cf986cfa14597e6b6301c35eb48d. ## Summary ## Impact ## Testing -- This is an automated message from the Apache Git Service.

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9886: add pthread_atfork implementation

2023-07-26 Thread via GitHub
pkarashchenko commented on code in PR #9886: URL: https://github.com/apache/nuttx/pull/9886#discussion_r1274442202 ## sched/tls/task_uninitinfo.c: ## @@ -50,6 +51,21 @@ void task_uninit_info(FAR struct task_group_s *group) { FAR struct task_info_s *info = group->tg_info;

[GitHub] [nuttx] wangyingdong1 opened a new pull request, #9901: net/ipfrag:Fixed ref not initializing warning issue

2023-07-26 Thread via GitHub
wangyingdong1 opened a new pull request, #9901: URL: https://github.com/apache/nuttx/pull/9901 ## Summary Fixed ref not initializing warning issue CC: libssh/src/auth.c 1ipfrag/ipv4_frag.c: In function 'ipv4_fragout': ipfrag/ipv4_frag.c:224:7: error: 'ref' may be used

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9886: add pthread_atfork implementation

2023-07-26 Thread via GitHub
pkarashchenko commented on code in PR #9886: URL: https://github.com/apache/nuttx/pull/9886#discussion_r1274603604 ## libs/libc/pthread/pthread_atfork.c: ## @@ -22,21 +22,65 @@ * Included Files /

[GitHub] [nuttx] anjiahao1 opened a new pull request, #9899: sim/tcbinfo:add ebp to tcbinfo

2023-07-26 Thread via GitHub
anjiahao1 opened a new pull request, #9899: URL: https://github.com/apache/nuttx/pull/9899 ## Summary sim/tcbinfo:add ebp to tcbinfo ## Impact sim32 ## Testing sim with tcbinfo,use tools/gdb/__init__.py -- This is an automated message from the Apache Git Service. To

[nuttx] branch master updated (f295ac6fb3 -> 46b25b3849)

2023-07-26 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from f295ac6fb3 build(deps): bump certifi from 2023.5.7 to 2023.7.22 in /Documentation new f3269a6caa sched: Rename

[nuttx] 03/05: arch/x86_64: Add g_tcb_info

2023-07-26 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 94f273130e7684f3a87396a99f8393a147fc4fc6 Author: Xiang Xiao AuthorDate: Tue Jul 25 02:31:39 2023 -0700

[nuttx] 05/05: arch: Compute the array size by nitems

2023-07-26 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 46b25b3849e592d982324583efdfeac133174637 Author: Xiang Xiao AuthorDate: Tue Jul 25 21:48:48 2023 +0800 arch:

[nuttx] 02/05: arch/x86: Add g_tcb_info

2023-07-26 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 8d46cfd8e53e5a117b84605319df44542df4361c Author: Xiang Xiao AuthorDate: Tue Jul 25 02:41:07 2023 -0700 arch/x86:

[nuttx] 01/05: sched: Rename DEBUG_TCBINFO to ARCH_HAVE_TCBINFO

2023-07-26 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit f3269a6caafb61ff6949760da5a0adf27eb37ef1 Author: Xiang Xiao AuthorDate: Thu Jul 20 05:28:37 2023 +0800 sched:

[nuttx] 04/05: arch/sparc: Add g_tcb_info

2023-07-26 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 7ca4c916ebf5b7efd6ec0e3ac202416730c5a5ed Author: Xiang Xiao AuthorDate: Tue Jul 25 21:26:14 2023 +0800

[GitHub] [nuttx] jerpelea merged pull request #9863: sched: Rename DEBUG_TCBINFO to ARCH_HAVE_TCBINFO

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

[GitHub] [nuttx] extinguish opened a new pull request, #9903: pthread_atfork: fix the incorrect description in comments

2023-07-26 Thread via GitHub
extinguish opened a new pull request, #9903: URL: https://github.com/apache/nuttx/pull/9903 ## Summary fix the incorrect comments info ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [nuttx] extinguish commented on a diff in pull request #9886: add pthread_atfork implementation

2023-07-26 Thread via GitHub
extinguish commented on code in PR #9886: URL: https://github.com/apache/nuttx/pull/9886#discussion_r1274631890 ## libs/libc/pthread/pthread_atfork.c: ## @@ -22,21 +22,65 @@ * Included Files /

[GitHub] [nuttx] raiden00pl opened a new pull request, #9902: arch/nrf91/modem: fix returned source address

2023-07-26 Thread via GitHub
raiden00pl opened a new pull request, #9902: URL: https://github.com/apache/nuttx/pull/9902 ## Summary arch/nrf91/modem: fix returned source address ## Impact ## Testing nrf9160-dk as wakaama client -- This is an automated message from the Apache Git Service. To

[nuttx] branch master updated (46b25b3849 -> 9d7f349664)

2023-07-26 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 46b25b3849 arch: Compute the array size by nitems new 3524f4b9ce libs/libc/fork: add lib_fork implementation

[GitHub] [nuttx] jerpelea merged pull request #9886: add pthread_atfork implementation

2023-07-26 Thread via GitHub
jerpelea merged PR #9886: URL: https://github.com/apache/nuttx/pull/9886 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[nuttx] 02/02: libs/pthread/pthread_atfork: fulfill implement pthread_atfork function

2023-07-26 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 9d7f34966480543079c7268b2667a6647d42ae27 Author: guoshichao AuthorDate: Sat Jul 15 16:37:22 2023 +0800

[nuttx] 01/02: libs/libc/fork: add lib_fork implementation

2023-07-26 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 3524f4b9ce4e1c12dd30dda7cb9a161406485ee6 Author: guoshichao AuthorDate: Sun Jul 16 11:34:17 2023 +0800

[GitHub] [nuttx] anjiahao1 commented on pull request #9899: sim/tcbinfo:add ebp to tcbinfo

2023-07-26 Thread via GitHub
anjiahao1 commented on PR #9899: URL: https://github.com/apache/nuttx/pull/9899#issuecomment-1651510263 ![image](https://github.com/apache/nuttx/assets/75056955/cd6a5a9c-209c-47e2-835f-a41c06c04c62) ci break -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [nuttx] acassis merged pull request #9901: net/ipfrag:Fixed ref not initializing warning issue

2023-07-26 Thread via GitHub
acassis merged PR #9901: URL: https://github.com/apache/nuttx/pull/9901 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[nuttx] branch master updated: net/ipfrag:Fixed ref not initializing warning issue

2023-07-26 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis 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 5ac8c71663 net/ipfrag:Fixed ref not

[GitHub] [nuttx] hujun260 opened a new pull request, #9909: graphics: in smp sched_lock is not enough to prevent preemption

2023-07-26 Thread via GitHub
hujun260 opened a new pull request, #9909: URL: https://github.com/apache/nuttx/pull/9909 ## Summary in smp sched_lock is not enough to prevent preemption ## Impact none ## Testing ostest -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9899: sim/tcbinfo:add ebp to tcbinfo

2023-07-26 Thread via GitHub
xiaoxiang781216 merged PR #9899: URL: https://github.com/apache/nuttx/pull/9899 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[nuttx] branch master updated: sim/tcbinfo:add ebp to tcbinfo

2023-07-26 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 2645e59901 sim/tcbinfo:add ebp to tcbinfo

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9902: arch/nrf91/modem: fix returned source address

2023-07-26 Thread via GitHub
xiaoxiang781216 merged PR #9902: URL: https://github.com/apache/nuttx/pull/9902 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[nuttx] branch master updated (5ac8c71663 -> ef252fc0fc)

2023-07-26 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 5ac8c71663 net/ipfrag:Fixed ref not initializing warning issue add ef252fc0fc arch/nrf91/modem: fix returned

[nuttx] branch master updated: pthread_atfork: fix the incorrect description in comments

2023-07-26 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 02153a2afb pthread_atfork: fix the incorrect

[GitHub] [nuttx-apps] hujun260 opened a new pull request, #1850: testing/mm: add maxsize parameter

2023-07-26 Thread via GitHub
hujun260 opened a new pull request, #1850: URL: https://github.com/apache/nuttx-apps/pull/1850 ## Summary testing/mm: add maxsize parameter ## Impact none ## Testing none -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [nuttx] hujun260 opened a new pull request, #9907: arm/trustzone: update defconfig

2023-07-26 Thread via GitHub
hujun260 opened a new pull request, #9907: URL: https://github.com/apache/nuttx/pull/9907 ## Summary we should add CONFIG_ARCH_TRUSTZONE_NONSECURE=y to ap's defconfig ## Impact none ## Testing ostest -- This is an automated message from the Apache Git

[GitHub] [nuttx-apps] acassis commented on pull request #1849: Example for controlling a chain of WS2812 LEDs using ESP32 RMT periph…

2023-07-26 Thread via GitHub
acassis commented on PR #1849: URL: https://github.com/apache/nuttx-apps/pull/1849#issuecomment-1651640072 @vbenso please fix the coding style issues: ``` Error: /home/runner/work/nuttx-apps/nuttx-apps/apps/examples/ws2812esp32rmt/ws2812esp32rmt_main.c:2:1: error: Relative file path

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9903: pthread_atfork: fix the incorrect description in comments

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

[GitHub] [nuttx] hujun260 opened a new pull request, #9906: arch: move [enter|leave]_critical_section

2023-07-26 Thread via GitHub
hujun260 opened a new pull request, #9906: URL: https://github.com/apache/nuttx/pull/9906 ## Summary move [enter|leave]_critical_section to the same place for easy to understand and call matching ## Impact none ## Testing ostest -- This is an automated

[GitHub] [nuttx] hujun260 opened a new pull request, #9908: binfmt: remove sched_[un]lock

2023-07-26 Thread via GitHub
hujun260 opened a new pull request, #9908: URL: https://github.com/apache/nuttx/pull/9908 ## Summary In the current usage mode, multiple tasks will not modify g_binfmts simultaneously ## Impact none ## Testing ostest -- This is an automated message from the

[GitHub] [nuttx] pussuw commented on pull request #9577: riscv/fpu: Implement correct lazy-FPU functionality (attempt #2)

2023-07-26 Thread via GitHub
pussuw commented on PR #9577: URL: https://github.com/apache/nuttx/pull/9577#issuecomment-1651842875 Getting the style error from https://github.com/apache/nuttx/pull/9824 here now. Should nxstyle ignore old errors or no ? -- This is an automated message from the Apache Git Service. To

[nuttx] branch master updated (9d7f349664 -> 5769952471)

2023-07-26 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 9d7f349664 libs/pthread/pthread_atfork: fulfill implement pthread_atfork function add 5769952471 cmake: add

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9897: cmake: add support to compile definitions for apps

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

[GitHub] [nuttx] pussuw opened a new pull request, #9904: riscv/mpfs: Set hart2 default entrypoint to -1 like the others

2023-07-26 Thread via GitHub
pussuw opened a new pull request, #9904: URL: https://github.com/apache/nuttx/pull/9904 ## Summary Change the default entrypoint to some non-valid value for hart2 to prevent accidental jump to RAM ## Impact None, set the value to -1 like the rest of the harts ## Testing

[GitHub] [nuttx-apps] hujun260 opened a new pull request, #1851: ostest/rmutex: mutex need to be destroyed

2023-07-26 Thread via GitHub
hujun260 opened a new pull request, #1851: URL: https://github.com/apache/nuttx-apps/pull/1851 ## Summary ostest/rmutex: mutex need to be destroyed ## Impact none ## Testing none -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [nuttx] hujun260 opened a new pull request, #9905: fs: modify or remove sched_[un]lock

2023-07-26 Thread via GitHub
hujun260 opened a new pull request, #9905: URL: https://github.com/apache/nuttx/pull/9905 ## Summary fs: modify or remove sched_[un]lock ## Impact none ## Testing ostest -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #9910: fs/unionfs: Remove unionfs_mount function

2023-07-26 Thread via GitHub
xiaoxiang781216 opened a new pull request, #9910: URL: https://github.com/apache/nuttx/pull/9910 ## Summary since the same function can be achieved by mount: ``` mount(NULL, "/mnt/unionfs", "unionfs", 0, "fspath1=/mnt/path1,prefix1=prefix1,"

[GitHub] [nuttx] mu578 commented on issue #9875: Allow 100 column lines

2023-07-26 Thread via GitHub
mu578 commented on issue #9875: URL: https://github.com/apache/nuttx/issues/9875#issuecomment-1652265554 yes, it is a policy, but it has been inherited from past and gone limitations for few decades now, I suggest grown ups to let pass to the next generation (that's true maturity to know

[GitHub] [nuttx-apps] xiaoxiang781216 opened a new pull request, #1852: examples: Change unionfs_mount to mount

2023-07-26 Thread via GitHub
xiaoxiang781216 opened a new pull request, #1852: URL: https://github.com/apache/nuttx-apps/pull/1852 ## Summary since unionfs_mount isn't exported through syscall ## Impact code refactor ## Testing sim:unionfs -- This is an automated message from the

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9908: binfmt: remove sched_[un]lock

2023-07-26 Thread via GitHub
xiaoxiang781216 merged PR #9908: URL: https://github.com/apache/nuttx/pull/9908 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[nuttx] branch master updated: binfmt: remove sched_[un]lock

2023-07-26 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 4109908013 binfmt: remove sched_[un]lock

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9900: Revert "drivers/video: Don't need update vbuf_tail in dequeue_vbuf_unsafe

2023-07-26 Thread via GitHub
xiaoxiang781216 merged PR #9900: URL: https://github.com/apache/nuttx/pull/9900 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[nuttx] branch master updated: Revert "drivers/video: Don't need update vbuf_tail in dequeue_vbuf_unsafe"

2023-07-26 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 baefa5fa6b Revert "drivers/video: Don't need

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9909: graphics: in smp sched_lock is not enough to prevent preemption

2023-07-26 Thread via GitHub
xiaoxiang781216 commented on code in PR #9909: URL: https://github.com/apache/nuttx/pull/9909#discussion_r1275146648 ## graphics/nxterm/nxterm_kbdin.c: ## @@ -128,6 +129,7 @@ ssize_t nxterm_read(FAR struct file *filep, FAR char *buffer, size_t len) * to wake us up.

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1851: ostest/rmutex: mutex need to be destroyed

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

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1850: testing/mm: add maxsize parameter

2023-07-26 Thread via GitHub
xiaoxiang781216 merged PR #1850: URL: https://github.com/apache/nuttx-apps/pull/1850 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[nuttx-apps] branch master updated: ostest/rmutex: mutex need to be destroyed

2023-07-26 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 13d3b3d26 ostest/rmutex: mutex need to

[nuttx-apps] branch master updated (7afa9b51e -> 7daeca62b)

2023-07-26 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 7afa9b51e ci/check: install format tool before run style check script add 7daeca62b testing/mm: add

[GitHub] [nuttx] pussuw commented on pull request #9904: riscv/mpfs: Set hart2 default entrypoint to -1 like the others

2023-07-26 Thread via GitHub
pussuw commented on PR #9904: URL: https://github.com/apache/nuttx/pull/9904#issuecomment-1652132409 Skipping: arty_a7/sdmmc Configuration/Tool: arty_a7/sdmmc

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9896: espressif: get esp-hal-3rdparty sources based on its version

2023-07-26 Thread via GitHub
xiaoxiang781216 commented on PR #9896: URL: https://github.com/apache/nuttx/pull/9896#issuecomment-1652145862 @tmedicci could you remove the following log from ci: ``` Configuration/Tool:

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9905: fs: modify or remove sched_[un]lock

2023-07-26 Thread via GitHub
pkarashchenko commented on code in PR #9905: URL: https://github.com/apache/nuttx/pull/9905#discussion_r1275242733 ## fs/semaphore/sem_open.c: ## @@ -110,7 +111,7 @@ FAR sem_t *sem_open(FAR const char *name, int oflags, ...) * this requirement. */ - sched_lock(); +

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9909: graphics: in smp sched_lock is not enough to prevent preemption

2023-07-26 Thread via GitHub
pkarashchenko commented on code in PR #9909: URL: https://github.com/apache/nuttx/pull/9909#discussion_r1275245591 ## graphics/nxterm/nxterm_kbdin.c: ## @@ -128,6 +129,7 @@ ssize_t nxterm_read(FAR struct file *filep, FAR char *buffer, size_t len) * to wake us up.

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9911: arch: cxd56xx: Fix compile error

2023-07-26 Thread via GitHub
xiaoxiang781216 merged PR #9911: URL: https://github.com/apache/nuttx/pull/9911 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[nuttx] branch master updated: arch: cxd56xx: Fix compile error

2023-07-26 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 b515f9a360 arch: cxd56xx: Fix compile error

[GitHub] [nuttx] chenzhihong007 opened a new pull request, #9913: drivers: usbhost: fix usbhost_hidkbd some errors

2023-07-26 Thread via GitHub
chenzhihong007 opened a new pull request, #9913: URL: https://github.com/apache/nuttx/pull/9913 ## Summary - usbhost_send_request(): data should using DRVR_ALLOC buffer - fix usbhost_cralloc() assert variable ## Impact hidkbd ## Testing Internal Test.

[GitHub] [nuttx] SPRESENSE opened a new pull request, #9912: driver/audio/cxd56: Support 24bit, 192kHz and 4ch max

2023-07-26 Thread via GitHub
SPRESENSE opened a new pull request, #9912: URL: https://github.com/apache/nuttx/pull/9912 ## Summary Support CXD56 audio input for 192kHz sampleing rate, 24bit and 4channels. refs #16249 ## Impact Spresense Audio Functionality only ## Testing Test

[GitHub] [nuttx] hujun260 commented on a diff in pull request #9909: graphics: in smp sched_lock is not enough to prevent preemption

2023-07-26 Thread via GitHub
hujun260 commented on code in PR #9909: URL: https://github.com/apache/nuttx/pull/9909#discussion_r1275702660 ## graphics/nxterm/nxterm_kbdin.c: ## @@ -128,6 +129,7 @@ ssize_t nxterm_read(FAR struct file *filep, FAR char *buffer, size_t len) * to wake us up.

[GitHub] [nuttx-apps] xuxin930 opened a new pull request, #1853: Enhance Makefile to avoid "Argument list too long"

2023-07-26 Thread via GitHub
xuxin930 opened a new pull request, #1853: URL: https://github.com/apache/nuttx-apps/pull/1853 ## Summary define a macro for split long variable and redefine variable in batch. see details in `apps/Make.defs` `SPLITVARIABLE`. replace the variable reference that caused the

[GitHub] [nuttx-apps] vbenso commented on pull request #1849: Example for controlling a chain of WS2812 LEDs using ESP32 RMT periph…

2023-07-26 Thread via GitHub
vbenso commented on PR #1849: URL: https://github.com/apache/nuttx-apps/pull/1849#issuecomment-1652440943 Ok, I'll be away from my PC up to Tuesday... But I'll fix the coding style. Perhaps until then, if other fixes come up, let me know. -- This is an automated message from the Apache

[GitHub] [nuttx] SPRESENSE opened a new pull request, #9911: arch: cxd56xx: Fix compile error

2023-07-26 Thread via GitHub
SPRESENSE opened a new pull request, #9911: URL: https://github.com/apache/nuttx/pull/9911 refs #16390 ## Summary Add inttypes.h to fix a compile error in cxd56_emmc.c which is caused by https://github.com/apache/nuttx/pull/9837. ## Impact None ## Testing

[nuttx] branch master updated: arm/trustzone: update defconfig

2023-07-26 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 ad6b12acf5 arm/trustzone: update defconfig

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9905: fs: modify or remove sched_[un]lock

2023-07-26 Thread via GitHub
xiaoxiang781216 commented on code in PR #9905: URL: https://github.com/apache/nuttx/pull/9905#discussion_r1275248975 ## fs/semaphore/sem_open.c: ## @@ -110,7 +111,7 @@ FAR sem_t *sem_open(FAR const char *name, int oflags, ...) * this requirement. */ - sched_lock(); +

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9907: arm/trustzone: update defconfig

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

[GitHub] [nuttx] acassis merged pull request #9904: riscv/mpfs: Set hart2 default entrypoint to -1 like the others

2023-07-26 Thread via GitHub
acassis merged PR #9904: URL: https://github.com/apache/nuttx/pull/9904 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[nuttx] branch master updated: riscv/mpfs: Set hart2 default entrypoint to -1 like the others

2023-07-26 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis 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 6bafdd45fd riscv/mpfs: Set hart2 default

[nuttx-website] branch asf-site updated: Publishing web: 07abea83aab63736f2895f109c448ae631509f46 docs: 6bafdd45fd4b356c2c1fea07fdb76445c9345e1b

2023-07-26 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 3ffc0e59 Publishing web:

[GitHub] [nuttx] acassis commented on issue #9885: ESP32 / RMT / WS2812

2023-07-26 Thread via GitHub
acassis commented on issue #9885: URL: https://github.com/apache/nuttx/issues/9885#issuecomment-1652656562 @cederom please test using https://github.com/apache/nuttx-apps/pull/1849 and if it worked for you, please close this issue. I bought a 8x32 WS2812 LED matrix on Aliexpress, when it