[PR] driver/vnc:fix vnc kbd assert cause by wrong data conversion [nuttx]

2024-05-12 Thread via GitHub
jianglianfang opened a new pull request, #12330: URL: https://github.com/apache/nuttx/pull/12330 ## Summary fix vnc kbd assert cause by wrong data conversion ## Impact vnc kbd ## Testing vnc kbd -- This is an automated message from the Apache Git Service. To respond

[PR] V4l2m2m [nuttx]

2024-05-12 Thread via GitHub
shizhenghui opened a new pull request, #12329: URL: https://github.com/apache/nuttx/pull/12329 ## Summary Add support for v4l2m2m 1. Add v4l2m2m video driver framework 2. Add a simulator decoder based on openH264 3. Add a simulator encoder based on libx264 ## Impact

[PR] nimble: Ignore nimble compile warnings [nuttx-apps]

2024-05-12 Thread via GitHub
Gary-Hobson opened a new pull request, #2386: URL: https://github.com/apache/nuttx-apps/pull/2386 ## Summary Will cause compilation warning if NDEBUG is defined We can't modify the code of the external library, so let's ignore it services/ans/src/ble_svc_ans.c:450:9: error: variabl

Re: [PR] sched/tcb: reduce kthread overhead [nuttx]

2024-05-12 Thread via GitHub
yf13 commented on PR #12320: URL: https://github.com/apache/nuttx/pull/12320#issuecomment-2106719676 @acassis, @anchao and @xiaoxiang781216 By temporarily disabling lio_listio_2_1 in openposix_.py, I noticed that `sim/citest` doesn't pass CI checks. Then I checked `sim/citest` locally

Re: [PR] sched/tcb: reduce kthread overhead [nuttx]

2024-05-12 Thread via GitHub
yf13 commented on PR #12320: URL: https://github.com/apache/nuttx/pull/12320#issuecomment-2106718149 @acassis, @anchao and @xiaoxiang781216 By temporarily disabling lio_listio_2_1 in openposix_.py, I noticed that `sim/citest` doesn't pass CI checks. Then I checked `sim/citest` locally

[PR] wamr: Add a few options for esp32s3 [nuttx-apps]

2024-05-12 Thread via GitHub
yamt opened a new pull request, #2385: URL: https://github.com/apache/nuttx-apps/pull/2385 ## Summary The corresponding WAMR change: https://github.com/bytecodealliance/wasm-micro-runtime/pull/2348 ## Impact ## Testing -- This is an automated message from the Ap

Re: [PR] esp32s3/esp32s2: Fix D_I_BUS_OFFSET [nuttx]

2024-05-12 Thread via GitHub
yamt commented on PR #12328: URL: https://github.com/apache/nuttx/pull/12328#issuecomment-2106610140 @eren-terzioglu -- 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 uns

[PR] esp32s3/esp32s2: Fix D_I_BUS_OFFSET [nuttx]

2024-05-12 Thread via GitHub
yamt opened a new pull request, #12328: URL: https://github.com/apache/nuttx/pull/12328 ## Summary It seems like a wrong copy-and-paste from esp32c3. Actually, internal memory mapping varies among processors. ## Impact ## Testing esp32s3: lightly tested with wamr aot e

[PR] arm64: optimise for arm64_switchcontext [nuttx]

2024-05-12 Thread via GitHub
hujun260 opened a new pull request, #12327: URL: https://github.com/apache/nuttx/pull/12327 ## Summary We can save execution time by inline arm64_fullcontextrestore and arm64_switchcontext ## Impact ## Testing We can use qemu for testing. compiling make di

Re: [PR] sched/mqueue: add support of tick based send() and receive() [nuttx]

2024-05-12 Thread via GitHub
anchao commented on PR #12319: URL: https://github.com/apache/nuttx/pull/12319#issuecomment-2106459511 > Hi @anchao thank you very much for this clear explanation. > > Please include this information (rational) to the [04_message_queue.html](https://nuttx.apache.org/docs/latest/refere

Re: [PR] sched/mqueue: add support of tick based send() and receive() [nuttx]

2024-05-12 Thread via GitHub
anchao commented on code in PR #12319: URL: https://github.com/apache/nuttx/pull/12319#discussion_r1597771590 ## sched/mqueue/mq_timedreceive.c: ## @@ -134,9 +127,11 @@ static void nxmq_rcvtimeout(wdparm_t pid) * **

(nuttx-website) branch asf-site updated: Publishing web: ce5ab6cc062dbbe6065b26acd6a7b45062848749 docs: e67df47b64d7e53c0c3daf82117aa9e4a2103d08

2024-05-12 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 01a9456d9 Publishing web: ce5ab6c

(nuttx) branch master updated: add support for zero-cross driver

2024-05-12 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 e67df47b64 add support for zero-cross driver e67

Re: [PR] Zero-Cross driver to ESP32 [nuttx]

2024-05-12 Thread via GitHub
acassis merged PR #12323: URL: https://github.com/apache/nuttx/pull/12323 -- 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.apac

Re: [PR] sched/misc: dump stack as platform bit width [nuttx]

2024-05-12 Thread via GitHub
yf13 commented on PR #12316: URL: https://github.com/apache/nuttx/pull/12316#issuecomment-2106399601 @anchao will this break the minidump tool? -- 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

(nuttx) branch master updated: boards/stm32h7: Add initial support to WeAct STM32H743

2024-05-12 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 1f3c47754d boards/stm32h7: Add initial support

Re: [PR] boards/stm32h7: Add initial support to WeAct STM32H743 [nuttx]

2024-05-12 Thread via GitHub
xiaoxiang781216 merged PR #12324: URL: https://github.com/apache/nuttx/pull/12324 -- 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...@nu

(nuttx) branch revert-12265-static-idlestack deleted (was 6fcf65a7b4)

2024-05-12 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch revert-12265-static-idlestack in repository https://gitbox.apache.org/repos/asf/nuttx.git was 6fcf65a7b4 Revert "arch/risc-v: unify idle stack calculation" The revisions that were on thi

Re: [PR] sched/tcb: reduce kthread overhead [nuttx]

2024-05-12 Thread via GitHub
yf13 commented on PR #12320: URL: https://github.com/apache/nuttx/pull/12320#issuecomment-2106172273 @acassis, @xiaoxiang781216 and @anchao, I tried `lio_listio_2_1` locally with QEMU 6.2, the behavior looks like similar: Upstream version: ``` ABC NuttShell (NSH) NuttX-12

Re: [PR] sched/tcb: reduce kthread overhead [nuttx]

2024-05-12 Thread via GitHub
yf13 commented on PR #12320: URL: https://github.com/apache/nuttx/pull/12320#issuecomment-2106171697 @acassis, @xiaoxiang781216 and @anchao, I tried `lio_listio_2_1` locally with QEMU 6.2, the behavior looks like similar: Upstream version: ``` ABC NuttShell (NSH) NuttX-12