[PR] sched/environ: Improve performance of set/unset environment [nuttx]

2024-03-26 Thread via GitHub
anchao opened a new pull request, #12009: URL: https://github.com/apache/nuttx/pull/12009 ## Summary sched/environ: Improve performance of set/unset environment reserve dimensional array of environment to avoid frequent scaling Signed-off-by: chao an ##

[PR] xtensa/esp32s3: Fix one page program span over 2 pages [nuttx]

2024-03-26 Thread via GitHub
cwespressif opened a new pull request, #12008: URL: https://github.com/apache/nuttx/pull/12008 ## Summary - Fix one page program span over 2 pages, one page program can't span over 2 pages. ## Impact ## Testing -- This is an automated message from the Apache

[PR] xtensa/esp32s3: Add ESP32-S3 AES driver [nuttx]

2024-03-26 Thread via GitHub
cwespressif opened a new pull request, #12007: URL: https://github.com/apache/nuttx/pull/12007 ## Summary - Add ESP32-S3 AES driver ## Impact ## Testing - `esp32s3-devkit:nsh` - Enable `CONFIG_ESP32S3_AES_ACCELERATOR & CONFIG_ESP32S3_AES_ACCELERATOR_TEST`

[PR] xtensa/esp32s3: Add 16-byte-align SPI-Flash encryption write [nuttx]

2024-03-26 Thread via GitHub
cwespressif opened a new pull request, #12006: URL: https://github.com/apache/nuttx/pull/12006 ## Summary - Add 16-byte-align SPI-Flash encryption write ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the

[PR] sched/wdog: remove unreachable branch [nuttx]

2024-03-26 Thread via GitHub
realprocrastinator opened a new pull request, #12005: URL: https://github.com/apache/nuttx/pull/12005 ## Summary It seems that the `else if` branch would only execute if `++delay` would reults in an integer overflow. For example the `delay` is 0x7fff_ or 0x7fff_

(nuttx-website) branch asf-site updated: Publishing web: f355c37abb2c2dea4b5ff1c582aacf9520a34e3a docs: 3932cb2a3b65ee15d4827dbe3d038b98a37385e4

2024-03-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 78e4d5c20 Publishing web:

Re: [PR] drivers/video/isx019: Fix default_value of 3A status [nuttx]

2024-03-26 Thread via GitHub
acassis commented on PR #11994: URL: https://github.com/apache/nuttx/pull/11994#issuecomment-2021624536 Please fix these errors: video/isx019.c: In function 'isx019_get_supported_value': Error: video/isx019.c:1981:55: error: 'struct isx019_default_value_s' has no member named

(nuttx) branch master updated: stm32h7:Serial Fix Logic error in up_dma_txavailable

2024-03-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 3932cb2a3b stm32h7:Serial Fix Logic error in

Re: [PR] stm32h7:Serial Fix Logic error in up_dma_txavailable [nuttx]

2024-03-26 Thread via GitHub
acassis merged PR #11990: URL: https://github.com/apache/nuttx/pull/11990 -- 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:

[PR] esp32[|s3]: Update wireless drivers [nuttx]

2024-03-26 Thread via GitHub
tmedicci opened a new pull request, #12004: URL: https://github.com/apache/nuttx/pull/12004 ## Summary * esp32/rmt: Remove outdated RMT driver * esp32s3/[ble/wifi]: Improve code compatibility between SoCs * Introduce a couple of minor changes to make it easier to keep the

(nuttx) 01/03: esp32s3: Update libc stubs to properly acquire/release locks.

2024-03-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 commit 44e2e9011f8ccaa3d3c0b15ccef23dc177fa3123 Author: Tiago Medicci Serrano AuthorDate: Thu Mar 7 15:48:55 2024 -0300

(nuttx) 03/03: esp32s2: Update libc stubs to properly acquire/release locks.

2024-03-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 commit 075b0e5ac0bad0a93d316ea562abf09fd65a0041 Author: Tiago Medicci Serrano AuthorDate: Fri Mar 22 16:13:14 2024 -0300

(nuttx) branch master updated (86bb721d80 -> 075b0e5ac0)

2024-03-26 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 86bb721d80 nuttx/mqueue: fix build break if disable posix message queue new 44e2e9011f esp32s3: Update libc

(nuttx) 02/03: esp32: Update libc stubs to properly acquire/release locks.

2024-03-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 commit d56e6de62832c7613d276155f08c8dc06e79d07e Author: Tiago Medicci Serrano AuthorDate: Thu Mar 21 17:57:01 2024 -0300

Re: [PR] esp32[|s2|s3]: Update libc stubs to properly acquire/release locks [nuttx]

2024-03-26 Thread via GitHub
acassis merged PR #12003: URL: https://github.com/apache/nuttx/pull/12003 -- 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 (f5030573b7 -> 86bb721d80)

2024-03-26 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/nuttx.git from f5030573b7 esp32[c3|c6|h2]: Fix filesystem test support add ee5d5d7312 sched/mqueue: merge System-V

Re: [PR] sched/mqueue: merge System-V message queue initialize into posix [nuttx]

2024-03-26 Thread via GitHub
pkarashchenko merged PR #12001: URL: https://github.com/apache/nuttx/pull/12001 -- 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 (a8de85de0b -> f5030573b7)

2024-03-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 a8de85de0b sched/signal: add sanity check for siginfo add f5030573b7 esp32[c3|c6|h2]: Fix filesystem test

Re: [PR] esp32[c3|c6|h2]: Fix filesystem test support [nuttx]

2024-03-26 Thread via GitHub
xiaoxiang781216 merged PR #11992: URL: https://github.com/apache/nuttx/pull/11992 -- 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: sched/signal: add sanity check for siginfo

2024-03-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 a8de85de0b sched/signal: add sanity check for

Re: [PR] sched/signal: add sanity check for siginfo [nuttx]

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

Re: [PR] drivers/video/isx019: Fix the default_value of some parameters [nuttx]

2024-03-26 Thread via GitHub
xiaoxiang781216 merged PR #11999: URL: https://github.com/apache/nuttx/pull/11999 -- 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: drivers/video/isx019: Fix the default_value of some parameters

2024-03-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 33485cfe7c drivers/video/isx019: Fix the

[PR] esp32[|s2|s3]: Update libc stubs to properly acquire/release locks [nuttx]

2024-03-26 Thread via GitHub
tmedicci opened a new pull request, #12003: URL: https://github.com/apache/nuttx/pull/12003 ## Summary * esp32[|s2|s3]: Update libc stubs to properly acquire/release locks. Avoid using global mutexes and recursive mutexes as the locking mechanism to be acquired/released.

[PR] sched/mqueue: merge System-V message queue initialize into posix [nuttx]

2024-03-26 Thread via GitHub
anchao opened a new pull request, #12001: URL: https://github.com/apache/nuttx/pull/12001 ## Summary 1. sched/mqueue: merge System-V message queue initialize into posix 2. nuttx/mqueue: fix build break if disable posix message queue fix build break if enable

[PR] cmake:migrate wamr to CMake build [nuttx-apps]

2024-03-26 Thread via GitHub
xuxin930 opened a new pull request, #2340: URL: https://github.com/apache/nuttx-apps/pull/2340 ## Summary This patch follows the platform in wasm-micro-runtime to add CMake build support for nuttx this should cooperate with

[I] docs: "copy" button mangles content of Makefile snippet [nuttx]

2024-03-26 Thread via GitHub
sumpfralle opened a new issue, #12000: URL: https://github.com/apache/nuttx/issues/12000 The rendered docs contain Makefile snippets in some places, e.g.: https://nuttx.apache.org/docs/latest/guides/customapps.html#makefile The content of the snippet is supposed to be exportable via

(nuttx) 01/02: stm32h7/linum-stm32h753bi: Add FDCAN support

2024-03-26 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit f11bdc0cbc163a8bb89903f715e77afa560cf9b0 Author: GC2020 AuthorDate: Mon Mar 25 20:20:56 2024 +0800

Re: [PR] stm32h7/linum-stm32h753bi: Add FDCAN support [nuttx]

2024-03-26 Thread via GitHub
anchao merged PR #11996: URL: https://github.com/apache/nuttx/pull/11996 -- 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: fix build error

2024-03-26 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 4185539fa5ef7da9080b08d1c3da8bf5af70c35d Author: GC2020 AuthorDate: Tue Mar 26 14:59:41 2024 +0800 fix build error

(nuttx) branch master updated (25339b0a17 -> 4185539fa5)

2024-03-26 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 25339b0a17 sched/irq: spinlock should not depends on SMP new f11bdc0cbc stm32h7/linum-stm32h753bi: Add FDCAN

Re: [PR] stm32h7:Serial Fix Logic error in up_dma_txavailable [nuttx]

2024-03-26 Thread via GitHub
davids5 commented on PR #11990: URL: https://github.com/apache/nuttx/pull/11990#issuecomment-2019959869 done -- 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

Re: [PR] sched/signal: add sanity check for siginfo [nuttx]

2024-03-26 Thread via GitHub
fxysunshine commented on PR #11997: URL: https://github.com/apache/nuttx/pull/11997#issuecomment-2019853078 > > @anchao could you cherry-pick [bcce3ed](https://github.com/apache/nuttx/commit/bcce3ed5b46c89fe4ec09869bf0812205c0f541b) into this pr? > > @xiaoxiang781216 @fxysunshine I

Re: [PR] sched/signal: add sanity check for siginfo [nuttx]

2024-03-26 Thread via GitHub
anchao commented on PR #11997: URL: https://github.com/apache/nuttx/pull/11997#issuecomment-2019838448 > @anchao could you cherry-pick [bcce3ed](https://github.com/apache/nuttx/commit/bcce3ed5b46c89fe4ec09869bf0812205c0f541b) into this pr? @xiaoxiang781216 @fxysunshine I think

Re: [PR] sched/signal: add sanity check for siginfo [nuttx]

2024-03-26 Thread via GitHub
anchao commented on PR #11997: URL: https://github.com/apache/nuttx/pull/11997#issuecomment-2019828892 It seems that some tests still break: 1. test_ltp_interfaces_pthread_rwlock_timedrdlock_3_1 `FAILED

(nuttx) branch master updated: sched/irq: spinlock should not depends on SMP

2024-03-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 25339b0a17 sched/irq: spinlock should not

Re: [PR] sched/irq: spinlock should not depends on SMP [nuttx]

2024-03-26 Thread via GitHub
xiaoxiang781216 merged PR #11973: URL: https://github.com/apache/nuttx/pull/11973 -- 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 (f6097cfa67 -> 79f834dcbb)

2024-03-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 f6097cfa67 mm/kmap.h: fix typo in comments add 64aecbcc5c video: add user define memory ops for v4l2 frame

Re: [PR] Video improvement [nuttx]

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

[PR] drivers/video/isx019: Fix the default_value of some parameters [nuttx]

2024-03-26 Thread via GitHub
SPRESENSE opened a new pull request, #11999: URL: https://github.com/apache/nuttx/pull/11999 ## Summary Because the exposure time and ISO sensitivity are adjusted automatically by default, the default value can not be defined. So, return the value out of range as the default_value of

Re: [PR] mm/kmap.h: fix typo in comments [nuttx]

2024-03-26 Thread via GitHub
jerpelea merged PR #11998: URL: https://github.com/apache/nuttx/pull/11998 -- 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: mm/kmap.h: fix typo in comments

2024-03-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 The following commit(s) were added to refs/heads/master by this push: new f6097cfa67 mm/kmap.h: fix typo in comments

(nuttx) branch master updated (9bf72d95d9 -> 1d2fcc81f4)

2024-03-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 9bf72d95d9 Docs/esp32c6: Rename esp32c6-devkit as esp32c6-devkitc add d9f9c0143c drivers/video/isx019: Make the

Re: [PR] drivers/video: Make the I2C access more efficient [nuttx]

2024-03-26 Thread via GitHub
jerpelea merged PR #11995: URL: https://github.com/apache/nuttx/pull/11995 -- 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 releases/12.5 created (now 9bf72d95d9)

2024-03-26 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch releases/12.5 in repository https://gitbox.apache.org/repos/asf/nuttx.git at 9bf72d95d9 Docs/esp32c6: Rename esp32c6-devkit as esp32c6-devkitc No new revisions were added by this

(nuttx-apps) branch releases/12.5 created (now e2805fc9c)

2024-03-26 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch releases/12.5 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git at e2805fc9c matter: use a fixed version of pigweed No new revisions were added by this update.