Re: [PR] arch/xtensa/esp32s3: Fix bug regarding SPI flash operation mode [nuttx]

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

[PR] kernel build:avoid multiple definition ld script [nuttx-apps]

2025-04-07 Thread via GitHub
anjiahao1 opened a new pull request, #3052: URL: https://github.com/apache/nuttx-apps/pull/3052 ## Summary kernel build:avoid multiple definition ld script ## Impact bugfix ## Testing qemu armv7a with kernel build -- This is an automated message from the

[PR] Delete the start hook implementation and use crt0 instead. The module will initialize itself in crt0. [nuttx]

2025-04-07 Thread via GitHub
anjiahao1 opened a new pull request, #16154: URL: https://github.com/apache/nuttx/pull/16154 ## Summary Delete the start hook implementation and use crt0 instead. The module will initialize itself in crt0. ## Impact modlue build ## Testing mps3an547 modlue

(nuttx-website) branch asf-site updated: Publishing web: 405a7126bab3fbbeef1bb95fabd1561c86029fc1 docs: b81c4d3aa6ab2ffe490bae498bfc74f056bf26d6

2025-04-07 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 92f39a97c Publishing web: 405a712

Re: [PR] Adding support to the button subsystem [nuttx]

2025-04-07 Thread via GitHub
acassis commented on code in PR #16153: URL: https://github.com/apache/nuttx/pull/16153#discussion_r2031917695 ## boards/arm/stm32f7/nucleo-f767zi/src/nucleo-f767zi.h: ## @@ -78,9 +82,35 @@ * on this IO. *2) The following definitions assume the default Solder Bridg

Re: [PR] Adding support to the button subsystem [nuttx]

2025-04-07 Thread via GitHub
acassis commented on code in PR #16153: URL: https://github.com/apache/nuttx/pull/16153#discussion_r2031915737 ## boards/arm/stm32f7/nucleo-f767zi/src/stm32_buttons.c: ## @@ -39,6 +39,20 @@ #ifdef CONFIG_ARCH_BUTTONS + +/*

Re: [PR] Adding support to the button subsystem [nuttx]

2025-04-07 Thread via GitHub
nuttxpr commented on PR #16153: URL: https://github.com/apache/nuttx/pull/16153#issuecomment-2784408839 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR does not fully meet the NuttX requirements.

[PR] Adding support to the button subsystem [nuttx]

2025-04-07 Thread via GitHub
vrmay23 opened a new pull request, #16153: URL: https://github.com/apache/nuttx/pull/16153 [nucleo-f767zi.zip](https://github.com/user-attachments/files/19637559/nucleo-f767zi.zip) *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUT

Re: [PR] tools/bitmap_converter.py: Fix print to allow use of Python3 [nuttx-apps]

2025-04-07 Thread via GitHub
TimJTi commented on PR #3051: URL: https://github.com/apache/nuttx-apps/pull/3051#issuecomment-2784014003 > I haven't run checkpatch...I have assumed it doesn't work for Python anyway, and the change is trivial. Looks like that was a mistake lol. I will check/rework the code :-)

[PR] tools/bitmap_converter.py: Fix print to allow use of Python3 [nuttx-apps]

2025-04-07 Thread via GitHub
TimJTi opened a new pull request, #3051: URL: https://github.com/apache/nuttx-apps/pull/3051 Amends print statement to Python3 standard I gladly declare that I have never coded in Python, but I believe python3 is the current standard and I was trying to use this converter in relation

[PR] arch/xtensa/esp32s3: Fix bug regarding SPI flash operation mode [nuttx]

2025-04-07 Thread via GitHub
tmedicci opened a new pull request, #16152: URL: https://github.com/apache/nuttx/pull/16152 ## Summary * arch/xtensa/esp32s3: Fix bug regarding SPI flash operation mode SPI flash operation modes - Dual Output (dout), Dual I/O (dio), Quad Output (qout), Quad I/O (qio) and Octal

Re: [PR] arch/stm32f0l0g0: add watchdog support [nuttx]

2025-04-07 Thread via GitHub
xiaoxiang781216 merged PR #16150: URL: https://github.com/apache/nuttx/pull/16150 -- 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) 02/02: boards/nucleo-c071rb: add watchdog support

2025-04-07 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 commit b81c4d3aa6ab2ffe490bae498bfc74f056bf26d6 Author: raiden00pl AuthorDate: Mon Apr 7 11:29:59 2025 +0200 boards/nucl

(nuttx) branch master updated (4b14b206db -> b81c4d3aa6)

2025-04-07 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 4b14b206db sched: Replace direct semaphore value access with nxsem_get_value new 5d66f2c973 arch/stm32f0l0g0:

[I] [BUG] Building System is not clearing previous compiled files after running "make menuconfig" [nuttx]

2025-04-07 Thread via GitHub
acassis opened a new issue, #16151: URL: https://github.com/apache/nuttx/issues/16151 ### Description / Steps to reproduce the issue Today during our Live Demo showing how to use BMP180 ( https://www.youtube.com/watch?v=Q6mJn7_boo8 ) with NuttX we found a case that initially seems to

Re: [PR] [BREAKING]libc/elf: rename modlib to elf [nuttx]

2025-04-07 Thread via GitHub
lupyuen commented on PR #15765: URL: https://github.com/apache/nuttx/pull/15765#issuecomment-2782662485 Thanks @anchao! Please remember to broadcast the Voting Period, e.g. 72 hours https://www.apache.org/foundation/voting.html#expressing-votes-1-0-1-and-fractions > Voting periods shou

Re: [PR] libc/semaphore: Read semaphore value by using NXSEM_COUNT macro [nuttx]

2025-04-07 Thread via GitHub
nuttxpr commented on PR #16149: URL: https://github.com/apache/nuttx/pull/16149#issuecomment-2782716387 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+15779&type=issues) Build and Test Successful (milkv_duos:nsh) https://gitlab.co

[PR] arch/stm32f0l0g0: add watchdog support [nuttx]

2025-04-07 Thread via GitHub
raiden00pl opened a new pull request, #16150: URL: https://github.com/apache/nuttx/pull/16150 ## Summary * arch/stm32f0l0g0: add support for IWDG and WWDG * boards/nucleo-c071rb: add watchdog support ## Impact new features ## Testing nucleo-c071rb and b-l

Re: [PR] [BREAKING]libc/elf: rename modlib to elf [nuttx]

2025-04-07 Thread via GitHub
yamt commented on PR #15765: URL: https://github.com/apache/nuttx/pull/15765#issuecomment-2782761119 > Hi @anchao: The CI Checks by NuttX Build Farm will complete soon, so far no problems. [As mentioned](https://github.com/apache/nuttx-apps/pull/2985#pullrequestreview-2745192979) by @hartm

Re: [PR] [BREAKING]libc/elf: rename modlib to elf [nuttx-apps]

2025-04-07 Thread via GitHub
lupyuen commented on PR #2985: URL: https://github.com/apache/nuttx-apps/pull/2985#issuecomment-2782755493 We'll change "Draft Mode" to "Ready for Review" after the voting. Thanks :-) - https://github.com/apache/nuttx/pull/15765 -- This is an automated message from the Apache Git Servic

Re: [PR] libs/libc/crc16: set default crc16 catalogue from CRC-16/XMODEM to CRC-16/IBM [nuttx-apps]

2025-04-07 Thread via GitHub
lupyuen commented on PR #3050: URL: https://github.com/apache/nuttx-apps/pull/3050#issuecomment-2782748710 We'll change "Draft Mode" to "Ready for Review" after the voting. Thanks :-) - https://github.com/apache/nuttx/pull/16147 -- This is an automated message from the Apache Git Servic

Re: [PR] [BREAKING]libs/libc/crc16: set default crc16 catalogue from CRC-16/XMODEM to CRC-16/IBM [nuttx]

2025-04-07 Thread via GitHub
lupyuen commented on PR #16147: URL: https://github.com/apache/nuttx/pull/16147#issuecomment-2782740303 We'll change "Draft Mode" to "Ready For Review" after the voting ends in 72 hours. Thanks :-) -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: [PR] libc/semaphore: Read semaphore value by using NXSEM_COUNT macro [nuttx]

2025-04-07 Thread via GitHub
lupyuen commented on PR #16149: URL: https://github.com/apache/nuttx/pull/16149#issuecomment-2782703849 @nuttxpr test milkv_duos:nsh -- 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 c

Re: [PR] libc/semaphore: Read semaphore value by using NXSEM_COUNT macro [nuttx]

2025-04-07 Thread via GitHub
nuttxpr commented on PR #16149: URL: https://github.com/apache/nuttx/pull/16149#issuecomment-2782698238 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+15779&type=issues) Build and Test Successful (avaota-a1:nsh) https://gitlab.com

Re: [PR] [BREAKING]libc/elf: rename modlib to elf [nuttx]

2025-04-07 Thread via GitHub
anchao commented on PR #15765: URL: https://github.com/apache/nuttx/pull/15765#issuecomment-2782690770 > Thanks @anchao! Please remember to broadcast the Voting Period, e.g. 72 hours https://www.apache.org/foundation/voting.html#expressing-votes-1-0-1-and-fractions > > > Voting perio

Re: [PR] libc/semaphore: Read semaphore value by using NXSEM_COUNT macro [nuttx]

2025-04-07 Thread via GitHub
lupyuen commented on PR #16149: URL: https://github.com/apache/nuttx/pull/16149#issuecomment-2782684199 @nuttxpr test avaota-a1:nsh -- 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 co

Re: [PR] [BREAKING]libc/elf: rename modlib to elf [nuttx-apps]

2025-04-07 Thread via GitHub
anchao commented on PR #2985: URL: https://github.com/apache/nuttx-apps/pull/2985#issuecomment-2782635706 > Could there be an email to the mailing list to point out the (proposed) breaking change? Some members of the community don't monitor GitHub. Thanks! @hartmannathan Thanks for yo

Re: [PR] [BREAKING]libc/elf: rename modlib to elf [nuttx]

2025-04-07 Thread via GitHub
anchao commented on PR #15765: URL: https://github.com/apache/nuttx/pull/15765#issuecomment-2782624037 > Hi @anchao: The CI Checks by NuttX Build Farm will complete soon, so far no problems. [As mentioned](https://github.com/apache/nuttx-apps/pull/2985#pullrequestreview-2745192979) by @har

Re: [PR] libs/libc/crc16: set default crc16 catalogue from CRC-16/XMODEM to CRC-16/IBM [nuttx]

2025-04-07 Thread via GitHub
anchao commented on code in PR #16147: URL: https://github.com/apache/nuttx/pull/16147#discussion_r2030736626 ## libs/libc/misc/lib_crc16.c: ## @@ -18,107 +18,49 @@ * License for the specific language governing permissions and limitations * under the License. * -

(nuttx) branch master updated (0a74293f11 -> 32c5667d5d)

2025-04-07 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 0a74293f11 boards/szpi-esp32s3: Remove FAR qualifier add c309c452d6 boards/arm/stm32h7: add support for stm32h7

Re: [PR] [BREAKING]libc/elf: rename modlib to elf [nuttx]

2025-04-07 Thread via GitHub
lupyuen commented on PR #15765: URL: https://github.com/apache/nuttx/pull/15765#issuecomment-2782430729 Hi @anchao: The CI Checks by NuttX Build Farm will complete soon, so far no problems. [As mentioned](https://github.com/apache/nuttx-apps/pull/2985#pullrequestreview-2745192979) by @hart

(nuttx) branch master updated (32c5667d5d -> 4b14b206db)

2025-04-07 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 32c5667d5d Optimize double buffering implementation optimize the implemented dual buffer support to avoid compilati

Re: [PR] Sched small sem cleanups [nuttx]

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

Re: [PR] boards/arm/stm32h750b-dk: adapt to stm32h750b-dk development board [nuttx]

2025-04-07 Thread via GitHub
xiaoxiang781216 merged PR #16111: URL: https://github.com/apache/nuttx/pull/16111 -- 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 master updated (a8b862396e -> 0a74293f11)

2025-04-07 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 a8b862396e arch/arm: Add CMakeLists for the stm32l4 architecture. boards/arm: Add CMakeLists for the nucleo-l476rg.

(nuttx) 01/02: boards/szpi-esp32s3: Set default backlight for LCD

2025-04-07 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 commit 25443a37ee1f614b59145f8a9f99ec1e875fa909 Author: wangjianyu3 AuthorDate: Sat Apr 5 22:22:47 2025 +0800 boards/szp

(nuttx) 02/02: boards/szpi-esp32s3: Remove FAR qualifier

2025-04-07 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 commit 0a74293f117b2bb336692b5b29459d809819c572 Author: wangjianyu3 AuthorDate: Mon Apr 7 12:37:08 2025 +0800 boards/szp

Re: [PR] boards/szpi-esp32s3: Set LCD default backlight brightness [nuttx]

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

Re: [PR] libs/libc/crc16: set default crc16 catalogue from CRC-16/XMODEM to CRC-16/IBM [nuttx]

2025-04-07 Thread via GitHub
xiaoxiang781216 commented on code in PR #16147: URL: https://github.com/apache/nuttx/pull/16147#discussion_r2030633020 ## libs/libc/misc/lib_crc16.c: ## @@ -18,107 +18,49 @@ * License for the specific language governing permissions and limitations * under the License. * -