Re: [PR] Add -mcpu=cortex-a55 [nuttx]

2024-04-05 Thread via GitHub
jlaitine commented on PR #12049: URL: https://github.com/apache/nuttx/pull/12049#issuecomment-2039593108 @xiaoxiang781216 I kept the generic armv8-a and armv8-r, but added them in the end of the same if list; so if there is cpu flag, the generic arch flag is not used. Would this look

Re: [PR] SMP: Fix returning uninitialized variable in nxsched_add_readytorun() [nuttx]

2024-04-05 Thread via GitHub
jerpelea commented on PR #12062: URL: https://github.com/apache/nuttx/pull/12062#issuecomment-2039569630 12.5.0 is already released I am trying to push 12.5.1-rc0 today for testing and vote -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Add NuttX 12.5.0 release [nuttx-website]

2024-04-05 Thread via GitHub
acassis commented on PR #111: URL: https://github.com/apache/nuttx-website/pull/111#issuecomment-2039567831 > please link the fix https://github.com/apache/nuttx-apps/pull/2344 https://github.com/apache/nuttx/pull/12038 -- This is an automated message from the Apache Git

Re: [PR] SMP: Fix returning uninitialized variable in nxsched_add_readytorun() [nuttx]

2024-04-05 Thread via GitHub
acassis commented on PR #12062: URL: https://github.com/apache/nuttx/pull/12062#issuecomment-2039566494 @jerpelea is this PR planed to enter in 12.5.1 or 12.5.0? I think it is dangerous to release a version like 12.5.0 with bugs like this and like the one found o blue-pill. -- This is

Re: [PR] apps/lvgl: upgrade to lvgl version v9 [nuttx-apps]

2024-04-05 Thread via GitHub
acassis commented on PR #2312: URL: https://github.com/apache/nuttx-apps/pull/2312#issuecomment-2039552809 > What about a script that pre-downloads the lvgl library? The main NuttX Kconfig lvgl entry could say that running the script is advisable and to re-run make menuconfig having done

[PR] {bp-12031} SMP: Fix returning uninitialized variable in nxsched_add_readytorun() [nuttx]

2024-04-05 Thread via GitHub
jerpelea opened a new pull request, #12062: URL: https://github.com/apache/nuttx/pull/12062 ## Summary Prior to this commit, doswitch is returned uninitialized if (task_state == TSTATE_TASK_ASSIGNED || task_state == TSTATE_TASK_RUNNING) && no context switch occurs && (cpu == me).

Re: [PR] apps/nshlib: Never disable HELP and ? [nuttx-apps]

2024-04-05 Thread via GitHub
acassis commented on PR #2344: URL: https://github.com/apache/nuttx-apps/pull/2344#issuecomment-2039543674 > The commit message and PR description are a little confusing. Instead of "Never disable HELP and ?" I recommend "Enable HELP and ? by default." It is same as 0 and "Oh", I

Re: [PR] apps/nshlib: Never disable HELP and ? [nuttx-apps]

2024-04-05 Thread via GitHub
acassis commented on PR #2344: URL: https://github.com/apache/nuttx-apps/pull/2344#issuecomment-2039537321 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

[PR] {bp-12038} boards: Fix board configs after disabling NSH_DISABLE_HELP [nuttx]

2024-04-05 Thread via GitHub
jerpelea opened a new pull request, #12060: URL: https://github.com/apache/nuttx/pull/12060 ## Summary Update configs after modification https://github.com/apache/nuttx-apps/pull/2344 ## Impact Users will be able to see the help about commands in the NSH ## Testing

Re: [PR] apps/nshlib: Never disable HELP and ? [nuttx-apps]

2024-04-05 Thread via GitHub
xiaoxiang781216 commented on PR #2344: URL: https://github.com/apache/nuttx-apps/pull/2344#issuecomment-2039514491 @acassis please rebase your patch to pass ci. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] Add NuttX 12.5.0 release [nuttx-website]

2024-04-05 Thread via GitHub
jerpelea commented on PR #111: URL: https://github.com/apache/nuttx-website/pull/111#issuecomment-2039468855 please link the fix -- 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

Re: [PR] Add NuttX 12.5.0 release [nuttx-website]

2024-04-05 Thread via GitHub
jerpelea commented on PR #111: URL: https://github.com/apache/nuttx-website/pull/111#issuecomment-2039468449 we will do a 12.5.1 release with blue-pill fix -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[PR] arch/arm64/src/imx9/imx9_flexio_pwm.c: Fix wrong input scale [nuttx]

2024-04-05 Thread via GitHub
jlaitine opened a new pull request, #12059: URL: https://github.com/apache/nuttx/pull/12059 ## Summary This error was left in the original PR, I messed up with re-basing patches accross branches. The duty cycle is a 16.16 fixed point integer (ub16) between 0-1. ## Impact

[PR] ioexpander/icjx: add support for change of input interrupts on NINT [nuttx]

2024-04-05 Thread via GitHub
michallenc opened a new pull request, #12058: URL: https://github.com/apache/nuttx/pull/12058 ## Summary iC-JX expander has NINT (not an interrupt) pin that goes to logical zero if interrupt occurs. This commit adds support for iC-JX options settings that allows to enable the interrupt

Re: [PR] Imx9 lptpm pwm [nuttx]

2024-04-05 Thread via GitHub
jlaitine commented on PR #12054: URL: https://github.com/apache/nuttx/pull/12054#issuecomment-2039426945 Squashed all the fixes together, re-tested with logic analyzer -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] Apr 05, 2024 : GitHub Status [nuttx]

2024-04-05 Thread via GitHub
simbit18 closed issue #12057: Apr 05, 2024 : GitHub Status URL: https://github.com/apache/nuttx/issues/12057 -- 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,

[I] Apr 05, 2024 : GitHub Status [nuttx]

2024-04-05 Thread via GitHub
simbit18 opened a new issue, #12057: URL: https://github.com/apache/nuttx/issues/12057 Update - We've reverted a change we believe caused this, are seeing initial indications of reduced errors, and are monitoring for full recovery Apr 05, 2024 - 09:00 UTC

Re: [PR] Imx9 lptpm pwm [nuttx]

2024-04-05 Thread via GitHub
jlaitine commented on PR #12054: URL: https://github.com/apache/nuttx/pull/12054#issuecomment-2039272429 I added one patch to this same PR, just found a bug that it was not possible to re-start the PWM outputs if it had been stopped. -- This is an automated message from the Apache Git

[PR] Add NuttX 12.5.0 release [nuttx-website]

2024-04-05 Thread via GitHub
jerpelea opened a new pull request, #111: URL: https://github.com/apache/nuttx-website/pull/111 ## Summary Add NuttX 12.5.0 release ## Impact RELEASE ## Testing NONE -- This is an automated message from the Apache Git Service. To respond to the message, please

(nuttx) annotated tag nuttx-12.5.0 updated (34f182c62a -> 87d404034a)

2024-04-05 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to annotated tag nuttx-12.5.0 in repository https://gitbox.apache.org/repos/asf/nuttx.git *** WARNING: tag nuttx-12.5.0 was modified! *** from 34f182c62a (commit) to 87d404034a (tag) tagging

(nuttx-apps) annotated tag nuttx-12.5.0 updated (e2805fc9c -> 1d52a8d25)

2024-04-05 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to annotated tag nuttx-12.5.0 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git *** WARNING: tag nuttx-12.5.0 was modified! *** from e2805fc9c (commit) to 1d52a8d25 (tag)

svn commit: r68324 - in /release/nuttx/12.5.0: ./ apache-nuttx-12.5.0.tar.gz apache-nuttx-12.5.0.tar.gz.asc apache-nuttx-12.5.0.tar.gz.sha512 apache-nuttx-apps-12.5.0.tar.gz apache-nuttx-apps-12.5.0.t

2024-04-05 Thread jerpelea
Author: jerpelea Date: Fri Apr 5 06:12:03 2024 New Revision: 68324 Log: Add apache-nuttx-12.5.0 release Added: release/nuttx/12.5.0/ release/nuttx/12.5.0/apache-nuttx-12.5.0.tar.gz (with props) release/nuttx/12.5.0/apache-nuttx-12.5.0.tar.gz.asc

Re: [PR] fix: the bug about rwbuffer causing mem overflow [nuttx]

2024-04-05 Thread via GitHub
ChenChuangForLinux commented on PR #12056: URL: https://github.com/apache/nuttx/pull/12056#issuecomment-2039013658 when the offest from rwb->wrblockstart to startblock plus rwb->wrnblocks is greater than rwb->wralignblocks, it will be causing memory overflow since rwb->wrbuffer is

<    1   2