[nuttx-apps] annotated tag nuttx-12.3.0-RC0 updated (2d6d199c4 -> c6adfa7c7)

2023-10-08 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to annotated tag nuttx-12.3.0-RC0 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git *** WARNING: tag nuttx-12.3.0-RC0 was modified! *** from 2d6d199c4 (commit) to c6adfa7c7 (tag

[nuttx] annotated tag nuttx-12.3.0-RC0 updated (1d349a2a32 -> db53bebe35)

2023-10-08 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to annotated tag nuttx-12.3.0-RC0 in repository https://gitbox.apache.org/repos/asf/nuttx.git *** WARNING: tag nuttx-12.3.0-RC0 was modified! *** from 1d349a2a32 (commit) to db53bebe35 (tag)

Re: [PR] optimize note performance [nuttx]

2023-10-08 Thread via GitHub
Gary-Hobson closed pull request #10840: optimize note performance URL: https://github.com/apache/nuttx/pull/10840 -- 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

[PR] video/fb: Add fb_register_device [nuttx]

2023-10-08 Thread via GitHub
xiaoxiang781216 opened a new pull request, #10874: URL: https://github.com/apache/nuttx/pull/10874 ## Summary so the user could register fb device directly instead go through the sequence of up_fbinitialize/up_fbgetvplane ## Impact new api ## Testing ci -

[nuttx-website] branch asf-site updated: Publishing web: 07abea83aab63736f2895f109c448ae631509f46 docs: 4f8a2b3874b39940ea2a54604615ecbe0dec1694

2023-10-08 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 d9a16b96 Publishing web: 07abea83

[PR] Esp32 i2c [nuttx]

2023-10-08 Thread via GitHub
casaroli opened a new pull request, #10873: URL: https://github.com/apache/nuttx/pull/10873 ## Summary Apparently there is an error on the i2c handling of the esp32s3. When there is a bus error, the master will never be able to recover (not even after a reset, since the reset control

Re: [I] Bug: sporadic scheduling does not work for multiple threads [nuttx]

2023-10-08 Thread via GitHub
GooTal commented on issue #2935: URL: https://github.com/apache/nuttx/issues/2935#issuecomment-1751949713 Oh, i got a question about this, too. If a sporadic thread is blocked during its high-priority budget, then wake up during its low-priority, the sporadic thread will just execute