[PR] typo in comments [nuttx]

2025-04-10 Thread via GitHub
abisop opened a new pull request, #16183: URL: https://github.com/apache/nuttx/pull/16183 # first commit typo in comment was fixed -- 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: [I] [BUG] Building System is not clearing previous compiled files after running "make menuconfig" [nuttx]

2025-04-10 Thread via GitHub
pkarashchenko commented on issue #16151: URL: https://github.com/apache/nuttx/issues/16151#issuecomment-2795845137 I think that this is a known issue (at least for me) that is there from the first day I started using NuttX. Since changing the config very likely will change your dependency t

Re: [PR] Added cmake build support for Tiva tm4c123g-launchpad [nuttx]

2025-04-10 Thread via GitHub
nuttxpr commented on PR #16182: URL: https://github.com/apache/nuttx/pull/16182#issuecomment-2795807217 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR appears to meet the NuttX requirements, al

Re: [PR] arch/xtensa: fix definition for `_int32_t` and `_uint32_t` [nuttx]

2025-04-10 Thread via GitHub
yamt commented on PR #16022: URL: https://github.com/apache/nuttx/pull/16022#issuecomment-2795810462 FYI, i submitted a fix for WAMR: https://github.com/bytecodealliance/wasm-micro-runtime/pull/4189 i guess we need to disable warnings in nuttx-apps for the time being though. -- Thi

[PR] Added cmake build support for Tiva tm4c123g-launchpad [nuttx]

2025-04-10 Thread via GitHub
roskuttan opened a new pull request, #16182: URL: https://github.com/apache/nuttx/pull/16182 ## Summary This commit introduces CMake build support for the TI TM4C123G LaunchPad development board within the NuttX RTOS. It achieves this by adding a `CMakeLists.txt` file to the `boards/

[PR] boards/Kconfig: BOARDCTL_APP_SYMTAB Add depends on LIBC_EXECFUNCS [nuttx]

2025-04-10 Thread via GitHub
Zhangshoukui opened a new pull request, #16181: URL: https://github.com/apache/nuttx/pull/16181 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary *Update this section with information on why change is nec

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

2025-04-10 Thread via GitHub
anchao commented on PR #15765: URL: https://github.com/apache/nuttx/pull/15765#issuecomment-2795599372 > @anchao Please close [the voting](https://lists.apache.org/thread/oh3cjvpfl0fz2rd3qlf034y6shcxwc0h). Thanks :-) > > This Breaking PR compiles with the [NuttX Breaking Changes Hand

Re: [I] [RELEASE] 13.0.0 (gathering ideas). [nuttx]

2025-04-10 Thread via GitHub
lupyuen closed issue #15737: [RELEASE] 13.0.0 (gathering ideas). URL: https://github.com/apache/nuttx/issues/15737 -- 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 unsubscrib

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

2025-04-10 Thread via GitHub
lupyuen merged PR #2985: URL: https://github.com/apache/nuttx-apps/pull/2985 -- 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.a

(nuttx-apps) branch master updated: libc/elf: rename modlib to libelf

2025-04-10 Thread lupyuen
This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 27846ffec libc/elf: rename modlib to libelf

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

2025-04-10 Thread via GitHub
lupyuen merged PR #15765: URL: https://github.com/apache/nuttx/pull/15765 -- 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] [BREAKING]libc/elf: rename modlib to elf [nuttx-apps]

2025-04-10 Thread via GitHub
anchao commented on PR #2985: URL: https://github.com/apache/nuttx-apps/pull/2985#issuecomment-2795607551 > @anchao Please close [the voting](https://lists.apache.org/thread/oh3cjvpfl0fz2rd3qlf034y6shcxwc0h). Thanks :-) > > This Breaking PR compiles with the [NuttX Breaking Changes H

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

2025-04-10 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 a0dec1179 Publishing web: 405a712

(nuttx) 01/02: arch/stm32f0l0g0: add support for IWDG and WWDG

2025-04-10 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 5d66f2c973116b54b3a56f7c6a1892863e2d79c9 Author: raiden00pl AuthorDate: Mon Apr 7 10:18:23 2025 +0200 arch/stm32f

Re: [PR] nuttx/spinlock: Define spinlock_t as size 0 if spinlocks are not used [nuttx]

2025-04-10 Thread via GitHub
pussuw closed pull request #16165: nuttx/spinlock: Define spinlock_t as size 0 if spinlocks are not used URL: https://github.com/apache/nuttx/pull/16165 -- 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

Re: [I] [BUG] w5500-evb-pico is not reachable over usbnsh [nuttx]

2025-04-10 Thread via GitHub
bskdany commented on issue #15549: URL: https://github.com/apache/nuttx/issues/15549#issuecomment-2795462232 It looks like this issue is router dependent, it works if I bridge my wifi connection to a LAN port from my laptop. It doesn't work if I wire the w5500 directly to the router. I a

Re: [PR] sched/gettid: Move thread ID to TLS [nuttx]

2025-04-10 Thread via GitHub
pussuw commented on PR #16134: URL: https://github.com/apache/nuttx/pull/16134#issuecomment-2786110976 The issue with FLAT mode is that it uses the userspace versions of gettid()/getpid()/getppid() in the kernel, which does not work for the init phase. IMO, those should not be used from wit

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

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

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

2025-04-10 Thread via GitHub
lupyuen commented on PR #15765: URL: https://github.com/apache/nuttx/pull/15765#issuecomment-2782468664 Sorry @tmedicci: Is the build for `esp32s3-devkit:python` successful when we see these messages for our Special CI Build? https://gist.github.com/nuttxpr/ea0bcb70eec1207d7b83290535d4ea

Re: [I] [BUG] ESP32C6 - UsbConsole feature not working [nuttx]

2025-04-10 Thread via GitHub
tmedicci commented on issue #15656: URL: https://github.com/apache/nuttx/issues/15656#issuecomment-2787562507 CLosed with https://github.com/apache/nuttx/pull/15920 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

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

2025-04-10 Thread via GitHub
lupyuen commented on PR #15765: URL: https://github.com/apache/nuttx/pull/15765#issuecomment-2791430446 @xiaoxiang781216: Unfortunately that's what our NuttX Community has agreed on. And it's also consistent with the Apache Way. Perhaps you would like to propose a change to the NuttX Contri

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

2025-04-10 Thread via GitHub
lupyuen commented on PR #16149: URL: https://github.com/apache/nuttx/pull/16149#issuecomment-2782720464 @jlaitine Please remember to fill in the Commit Description. Thanks :-) - https://github.com/apache/nuttx/pull/16149/commits/503534e4967abe907a584637a4e958e46f6c3299 -- This is an au

(nuttx) branch master updated (39a992b0b1 -> 05e63e31c4)

2025-04-10 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 39a992b0b1 Documentation: Add Seeed Studio XIAO ESP32S3 Board add 05e63e31c4 arch/xtensa/espressif: Fix ESP32-S

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

2025-04-10 Thread via GitHub
lupyuen commented on PR #16154: URL: https://github.com/apache/nuttx/pull/16154#issuecomment-2788584838 @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] arch/sim: Add i2c setup and shutdown interface [nuttx]

2025-04-10 Thread via GitHub
xiaoxiang781216 merged PR #16162: URL: https://github.com/apache/nuttx/pull/16162 -- 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] arch/stm32f0l0g0: add watchdog support [nuttx]

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

Re: [PR] arch/arm/stm32h5: DTS Hardware Files [nuttx]

2025-04-10 Thread via GitHub
nuttxpr commented on PR #16180: URL: https://github.com/apache/nuttx/pull/16180#issuecomment-2795317093 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR likely meets the NuttX requirements, but c

Re: [PR] arch/xtensa: fix definition for `_int32_t` and `_uint32_t` [nuttx]

2025-04-10 Thread via GitHub
yamt commented on PR #16022: URL: https://github.com/apache/nuttx/pull/16022#issuecomment-2795305281 > > > @yamt seems we have an issue on `toywasm`. Could you please take a look at the CI build log? > > > > > > is it still failing? > > Yes. @fdcavalcanti is on leave and th

[PR] arch/arm/stm32h5: DTS Hardware Files [nuttx]

2025-04-10 Thread via GitHub
stbenn opened a new pull request, #16180: URL: https://github.com/apache/nuttx/pull/16180 Add hardware register definitions for the digital temperature sensor (DTS) peripheral on the STM32H5. ## Summary The DTS register definitions added will be used for future driver developm

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

2025-04-10 Thread via GitHub
TimJTi commented on PR #3051: URL: https://github.com/apache/nuttx-apps/pull/3051#issuecomment-2784069440 OK - lack of Python knowledge ringing out like a bell. I'm assuming the original script is not up to standard but OI am not about to start to learn Python to fix this. Happy to be th

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

2025-04-10 Thread via GitHub
acassis commented on code in PR #16153: URL: https://github.com/apache/nuttx/pull/16153#discussion_r2031918586 ## boards/arm/stm32f7/nucleo-f767zi/include/board.h: ## @@ -310,23 +310,21 @@ * has halted. */ -/* Button definitions

(nuttx) 01/07: arch/xtensa/esp32[s3]: Add more dma functions

2025-04-10 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 fd4914b9535765f7cf1c98f6f59fc229ec330f4d Author: Eren Terzioglu AuthorDate: Wed Feb 26 14:13:41 2025 +0100 arch/x

Re: [PR] examples/gps: fix a few printf formats [nuttx-apps]

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

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

2025-04-10 Thread via GitHub
pussuw commented on PR #16154: URL: https://github.com/apache/nuttx/pull/16154#issuecomment-2786117517 Should https://github.com/apache/nuttx/blob/master/libs/libc/misc/lib_cxx_initialize.c be removed by this change as well ? -- This is an automated message from the Apache Git Service. T

(nuttx-apps) branch master updated: nxscope/nxscope_pser.c: use xmodem crc16 directly

2025-04-10 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-apps.git The following commit(s) were added to refs/heads/master by this push: new ac12971ac nxscope/nxscope_pser.c: use xmodem

Re: [PR] boards/arm: add nucleo-c092rc support [nuttx]

2025-04-10 Thread via GitHub
raiden00pl commented on code in PR #16168: URL: https://github.com/apache/nuttx/pull/16168#discussion_r2036670411 ## Documentation/platforms/arm/stm32c0/boards/nucleo-c092rc/index.rst: ## @@ -0,0 +1,37 @@ + +ST Nucleo C092RC + + +The Nucleo C092RC

Re: [PR] libs/libc/crc16: Separate implementation of crc16xmodem from crc16 [nuttx]

2025-04-10 Thread via GitHub
anchao commented on PR #16147: URL: https://github.com/apache/nuttx/pull/16147#issuecomment-2791337854 > Contributor @simbit18 Thank you, I updated the cmake, please review again -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

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

2025-04-10 Thread via GitHub
lupyuen commented on PR #15765: URL: https://github.com/apache/nuttx/pull/15765#issuecomment-2791578109 @anchao Great! Let's wait for 72 hours before closing the vote, thanks for pushing this through :-) -- This is an automated message from the Apache Git Service. To respond to the messag

(nuttx) 01/02: arch/xtensa/esp32s3: Fix bug regarding SPI flash operation mode

2025-04-10 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 622355b5c318de7c2e03690de1d6164f2d241117 Author: Tiago Medicci Serrano AuthorDate: Wed Feb 26 14:12:43 2025 -0300

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

2025-04-10 Thread via GitHub
lupyuen commented on code in PR #16154: URL: https://github.com/apache/nuttx/pull/16154#discussion_r2032892291 ## Documentation/guides/kernel_threads_with_custom_stacks.rst: ## Review Comment: Please provide the Commit Description. Thanks :-) - https://github.com/apache

Re: [PR] wireless/bluetooth: bt_hcicore and bt_uart related fixes. [nuttx]

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

[PR] sim_i2c: Add setup and shutdown interface [nuttx]

2025-04-10 Thread via GitHub
Zhangshoukui opened a new pull request, #16162: URL: https://github.com/apache/nuttx/pull/16162 ## Summary sim_i2c: Add setup and shutdown interface https://github.com/apache/nuttx/pull/12848/commits/12b4340b009d55f30508b1ebb1da1c4faec674a7 This interface is required if you

[PR] wireless/bluetooth: bt_hcicore and bt_uart related fixes. [nuttx]

2025-04-10 Thread via GitHub
cederom opened a new pull request, #16179: URL: https://github.com/apache/nuttx/pull/16179 ## Summary Bluetooth HCI and UART driver fixes. ## Impact Wireless / Bluetooth: HCI and UART. ## Testing Build verified by @cederom on ESP32-DevkitC and Nucleo-WB55RG.

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

2025-04-10 Thread via GitHub
anchao commented on code in PR #16154: URL: https://github.com/apache/nuttx/pull/16154#discussion_r2033120755 ## arch/arm64/src/Toolchain.defs: ## @@ -247,5 +247,11 @@ LDMODULEFLAGS = -r -T $(call CONVERT_PATH,$(TOPDIR)/libs/libc/modlib/gnu-elf.ld) CELFFLAGS = $(CFLAGS) -fvisi

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

2025-04-10 Thread via GitHub
nuttxpr commented on PR #16154: URL: https://github.com/apache/nuttx/pull/16154#issuecomment-2785345668 [**\[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.

Re: [PR] nuttx/compiler: add support of deprecated attribute [nuttx]

2025-04-10 Thread via GitHub
nuttxpr commented on PR #16167: URL: https://github.com/apache/nuttx/pull/16167#issuecomment-2789344918 [**\[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.

Re: [PR] Documentation: Add Seeed Studio XIAO ESP32S3 Board [nuttx]

2025-04-10 Thread via GitHub
xiaoxiang781216 merged PR #16160: URL: https://github.com/apache/nuttx/pull/16160 -- 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] examples/gps: fix a few printf formats [nuttx-apps]

2025-04-10 Thread via GitHub
nuttxpr commented on PR #3053: URL: https://github.com/apache/nuttx-apps/pull/3053#issuecomment-2791583938 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR appears to **partially** meet the NuttX requ

svn commit: r76124 - in /dev/nuttx/12.9.0-RC0: ./ apache-nuttx-12.9.0.tar.gz apache-nuttx-12.9.0.tar.gz.asc apache-nuttx-12.9.0.tar.gz.sha512 apache-nuttx-apps-12.9.0.tar.gz apache-nuttx-apps-12.9.0.t

2025-04-10 Thread jerpelea
Author: jerpelea Date: Tue Apr 8 05:18:10 2025 New Revision: 76124 Log: Staging apache-nuttx-12.9.0-RC0 Added: dev/nuttx/12.9.0-RC0/ dev/nuttx/12.9.0-RC0/apache-nuttx-12.9.0.tar.gz (with props) dev/nuttx/12.9.0-RC0/apache-nuttx-12.9.0.tar.gz.asc dev/nuttx/12.9.0-RC0/apache-nutt

Re: [PR] sched/gettid: Move thread ID to TLS [nuttx]

2025-04-10 Thread via GitHub
lupyuen commented on PR #16134: URL: https://github.com/apache/nuttx/pull/16134#issuecomment-2786178552 @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] Delete the start hook implementation and use crt0 instead. The module will initialize itself in crt0. [nuttx]

2025-04-10 Thread via GitHub
anjiahao1 commented on code in PR #16154: URL: https://github.com/apache/nuttx/pull/16154#discussion_r2034762788 ## arch/risc-v/src/Makefile: ## @@ -144,7 +144,7 @@ $(COBJS) $(UCOBJS): %$(OBJEXT): %.c $(call COMPILE, $<, $@) crt0$(OBJEXT): %$(OBJEXT): %.c - $(ca

Re: [I] [CI] Improvements. [nuttx]

2025-04-10 Thread via GitHub
cederom commented on issue #15792: URL: https://github.com/apache/nuttx/issues/15792#issuecomment-2793131730 Just marking our CI master on the task, You saved us many many times @lupyuen, BIG THANK YOU :-) I think we are stuck with GH CI for now, maybe our distributed testing, no sup

[I] [HELP] Updating tools/bitmap_converter.py to work with Python3 [nuttx-apps]

2025-04-10 Thread via GitHub
TimJTi opened a new issue, #3055: URL: https://github.com/apache/nuttx-apps/issues/3055 ### Description I am wanting to use the bitmap_converter.py tool but it is not compatible with Python3. I created [PR3051](https://github.com/apache/nuttx-apps/pull/3051) for the very simpl

Re: [PR] arch/arm/stm32h5: implement flash driver for progmem [nuttx]

2025-04-10 Thread via GitHub
nuttxpr commented on PR #16178: URL: https://github.com/apache/nuttx/pull/16178#issuecomment-2794386884 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR description is pretty good, but could be improv

[PR] arch/arm/stm32h5: implement flash driver for progmem [nuttx]

2025-04-10 Thread via GitHub
stbenn opened a new pull request, #16178: URL: https://github.com/apache/nuttx/pull/16178 ## Summary H5 implementation of functions defined in `include/nuttx/progmem.h`. The driver supports a subset of the flash peripheral functions. - Assumes non-secure memory accesses. Does not

[PR] libs/libc/semaphore: Fix DEBUGASSERTS [nuttx]

2025-04-10 Thread via GitHub
jlaitine opened a new pull request, #16176: URL: https://github.com/apache/nuttx/pull/16176 ## Summary The DEBUGASSERTS in nxsem_wait and nxsem_trywait are non-functional, they don't check anything. These were broken in previous commits. ## Impact No functional impac

[PR] arch/mpfs/usb: Align usb_ctrlreq_s properly to 32-bit boundary [nuttx]

2025-04-10 Thread via GitHub
jlaitine opened a new pull request, #16177: URL: https://github.com/apache/nuttx/pull/16177 ## Summary This fixes a crash in the boot in non-smp mpfs configurations. The alignment of the ctrlreq was correct by luck, and was broken when the spinlock was added to the structure.

(nuttx) branch master updated (6707715916 -> 1b9e6a8563)

2025-04-10 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 6707715916 arch/risc-v: PANIC() on system call crash add 8bdb13a31d boards/arm: add nucleo-c092rc board support

Re: [PR] libs/libc/semaphore: Fix DEBUGASSERTS [nuttx]

2025-04-10 Thread via GitHub
nuttxpr commented on PR #16176: URL: https://github.com/apache/nuttx/pull/16176#issuecomment-2794043382 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR appears to meet the NuttX requirements, al

Re: [PR] boards/arm: add nucleo-c092rc support [nuttx]

2025-04-10 Thread via GitHub
raiden00pl commented on code in PR #16168: URL: https://github.com/apache/nuttx/pull/16168#discussion_r2036798825 ## Documentation/platforms/arm/stm32c0/boards/nucleo-c092rc/index.rst: ## @@ -0,0 +1,37 @@ + +ST Nucleo C092RC + + +The Nucleo C092RC

Re: [PR] arch/risc-v: PANIC() on system call crash [nuttx]

2025-04-10 Thread via GitHub
xiaoxiang781216 merged PR #16173: URL: https://github.com/apache/nuttx/pull/16173 -- 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-apps) branch master updated: libs/libc/crc16: Separate implementation of crc16xmodem from crc16

2025-04-10 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 69cb2e89e libs/libc/crc16: Separate imple

Re: [PR] libs/libc/crc16: Separate implementation of crc16xmodem from crc16 [nuttx-apps]

2025-04-10 Thread via GitHub
xiaoxiang781216 merged PR #3050: URL: https://github.com/apache/nuttx-apps/pull/3050 -- 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) branch master updated (69597ec486 -> 6707715916)

2025-04-10 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 69597ec486 arch/sim: Add i2s setup and shutdown interface add 6707715916 arch/risc-v: PANIC() on system call cr

Re: [PR] boards/arm: add nucleo-c092rc support [nuttx]

2025-04-10 Thread via GitHub
xiaoxiang781216 merged PR #16168: URL: https://github.com/apache/nuttx/pull/16168 -- 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] arch/risc-v/espressif: Fix bug with usbconsole and DEBUG_FEATURES [nuttx]

2025-04-10 Thread via GitHub
nuttxpr commented on PR #16175: URL: https://github.com/apache/nuttx/pull/16175#issuecomment-2793729476 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR description mostly meets the NuttX requirements

[PR] arch/risc-v/espressif: Fix bug with usbconsole and DEBUG_FEATURES [nuttx]

2025-04-10 Thread via GitHub
tmedicci opened a new pull request, #16175: URL: https://github.com/apache/nuttx/pull/16175 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary This PR fixes a bug on the `usbconsole` defconfigs for Espress

Re: [I] [HELP] SD Card imxrt_dmapreflight: dcache unaligned buffer:0x202458b8 end:0x20245ab7 [nuttx]

2025-04-10 Thread via GitHub
acassis commented on issue #16159: URL: https://github.com/apache/nuttx/issues/16159#issuecomment-2792588906 @gustavosousa2208 this error was already reported here: https://github.com/apache/nuttx/issues/12218 @JorgeGzm I remember you fixed this issue, but the issue still opened

Re: [I] [13.0] CRC cleanup. [nuttx]

2025-04-10 Thread via GitHub
TimJTi commented on issue #16174: URL: https://github.com/apache/nuttx/issues/16174#issuecomment-2793212185 > * Where necessary defaults may change in order to improve compatibility with other platforms. I think you may get roasted over this one, based on the mailing list discuss

Re: [I] [HELP] STM32 Standardized Flash Terminology [nuttx]

2025-04-10 Thread via GitHub
stbenn commented on issue #16170: URL: https://github.com/apache/nuttx/issues/16170#issuecomment-2793181250 > It is difficult to standardize because the author of a driver might use the terminology used in the device datasheet or manual. I am sure this is at least a large source of th

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

2025-04-10 Thread via GitHub
lupyuen commented on PR #15765: URL: https://github.com/apache/nuttx/pull/15765#issuecomment-2793113966 Hi @anchao: Please remember to Close the Voting, so we don't receive any more Blocking Votes. Thanks :-) I'm now running 6 Concurrent CI Jobs on my Ubuntu Server, hope to finish all

Re: [I] [CI] Improvements. [nuttx]

2025-04-10 Thread via GitHub
lupyuen commented on issue #15792: URL: https://github.com/apache/nuttx/issues/15792#issuecomment-2792944116 Hmmm don't think we have any budget for GitHub Runners to support this. Do we have any Corporate Sponsors? Xiaomi, Sony, Espressif, ... 🤔 -- This is an automated message from the A

[I] [13.0] CRC cleanup. [nuttx]

2025-04-10 Thread via GitHub
cederom opened a new issue, #16174: URL: https://github.com/apache/nuttx/issues/16174 ### Is your feature request related to a problem? Please describe. * Current CRC implementation in NuttX in some areas is not compatible with other platforms (i.e. Linux). * There various CRC16 an

Re: [I] [HELP] SD Card imxrt_dmapreflight: dcache unaligned buffer:0x202458b8 end:0x20245ab7 [nuttx]

2025-04-10 Thread via GitHub
JorgeGzm commented on issue #16159: URL: https://github.com/apache/nuttx/issues/16159#issuecomment-2792635421 Hi @acassis, The error in my case was using the micro stm32h7 and i disable the dma, I don't know if it could be the error he is having. In the driver of stm32h7/stm32

Re: [I] [DISCUSSION] 10BASE-T1S and 10BASE-T1L Ethernet support for NuttX using Open Alliance 10BASE-T1x Serial Interface MAC-PHY devices [nuttx]

2025-04-10 Thread via GitHub
acassis commented on issue #16158: URL: https://github.com/apache/nuttx/issues/16158#issuecomment-2792600273 Thank you @matiamic ! Pavel Pisa created the entry at https://issues.apache.org/jira/projects/NUTTX/issues/NUTTX-17 and it proposal will be enter as candidate to GSoC 2025 -

Re: [I] [HELP] `dhcpd_stop()` does not return if no packets were received (recv blocking behavior) [nuttx]

2025-04-10 Thread via GitHub
acassis commented on issue #16135: URL: https://github.com/apache/nuttx/issues/16135#issuecomment-2792576957 @engdavidiogo I don't see anything wrong on this config. @wengzhe since you have more experience about network, could you please give some advice here? -- This is an automat

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

2025-04-10 Thread via GitHub
acassis commented on issue #16151: URL: https://github.com/apache/nuttx/issues/16151#issuecomment-2792590850 @xiaoxiang781216 @raiden00pl @lupyuen @pkarashchenko for awareness -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] arch/xtensa: fix definition for `_int32_t` and `_uint32_t` [nuttx]

2025-04-10 Thread via GitHub
tmedicci commented on PR #16022: URL: https://github.com/apache/nuttx/pull/16022#issuecomment-2792559848 > > @yamt seems we have an issue on `toywasm`. Could you please take a look at the CI build log? > > is it still failing? Yes. @fdcavalcanti is on leave and there are other

Re: [PR] arch/xtensa: fix definition for `_int32_t` and `_uint32_t` [nuttx]

2025-04-10 Thread via GitHub
tmedicci commented on code in PR #16022: URL: https://github.com/apache/nuttx/pull/16022#discussion_r2037222836 ## arch/xtensa/src/esp32/esp32_ble_adapter.c: ## @@ -312,47 +312,49 @@ struct irqstate_list_s */ static xt_handler ble_set_isr(int n, xt_handler f, void *arg); -s

Re: [PR] nxscope/nxscope_pser.c: use xmodem crc16 directly [nuttx-apps]

2025-04-10 Thread via GitHub
anchao merged PR #3054: URL: https://github.com/apache/nuttx-apps/pull/3054 -- 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.ap

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

2025-04-10 Thread via GitHub
anchao commented on PR #15765: URL: https://github.com/apache/nuttx/pull/15765#issuecomment-2792443741 > Wonder if anyone has a faster Ubuntu PC that can run the script below and capture the CI Logs? Otherwise we'll be stuck waiting another 36 hours for my PC to complete the CI Checks :-(

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

2025-04-10 Thread via GitHub
lupyuen commented on PR #15765: URL: https://github.com/apache/nuttx/pull/15765#issuecomment-2792324532 Wonder if anyone has a faster Ubuntu PC that can run the script below and capture the CI Logs? Otherwise we'll be stuck waiting another 36 hours for my PC to complete the CI Checks :-(

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

2025-04-10 Thread via GitHub
anchao commented on PR #15765: URL: https://github.com/apache/nuttx/pull/15765#issuecomment-2792301943 > ~Sorry @anchao: Would you know why `esp32-devkitc:elf` is failing?~ ~https://gist.github.com/lupyuen/4753bc001049f284dde7105d50726aa5~ > > ``` > sudo docker run -it ghcr.io/apac

[PR] riscv_exception.c: If task crashes in system call, do PANIC() [nuttx]

2025-04-10 Thread via GitHub
pussuw opened a new pull request, #16173: URL: https://github.com/apache/nuttx/pull/16173 ## Summary If a process causes a fatal error when it's running a system call, the whole system should crash as the crash originated from the kernel. Do this by running the PANIC() branch,

(nuttx) branch master updated: arch/sim: Add i2s setup and shutdown interface

2025-04-10 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 69597ec486 arch/sim: Add i2s setup and shutdow

Re: [PR] fs/lfs: lfs_file_sync() when littlefs_open [nuttx]

2025-04-10 Thread via GitHub
yamt commented on PR #2913: URL: https://github.com/apache/nuttx/pull/2913#issuecomment-2791477503 > > > > > Any reason there isn't a sync in [`littlefs_truncate`](https://github.com/apache/nuttx/blob/90e9b2426d54682070b0fcc38ad5415bbf77f733/fs/littlefs/lfs_vfs.c#L929), > > > > > > >

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

2025-04-10 Thread via GitHub
anchao commented on PR #15765: URL: https://github.com/apache/nuttx/pull/15765#issuecomment-2791478451 > @xiaoxiang781216: Unfortunately that's what our NuttX Community has agreed on. And it's also consistent with the Apache Way. Perhaps you would like to propose a change to the NuttX Contr

Re: [I] [HELP] STM32 Standardized Flash Terminology [nuttx]

2025-04-10 Thread via GitHub
Laczen commented on issue #16170: URL: https://github.com/apache/nuttx/issues/16170#issuecomment-2792125225 @stbenn the terminology used in flash devices can indeed be confusing. The term block is especially confusing, I would advice against using it (the same for page). The most clear defi

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

2025-04-10 Thread via GitHub
lupyuen commented on PR #15765: URL: https://github.com/apache/nuttx/pull/15765#issuecomment-2792123004 Sorry @anchao: Would you know why `esp32-devkitc:elf` is failing? https://gist.github.com/lupyuen/4753bc001049f284dde7105d50726aa5 ``` sudo docker run -it ghcr.io/apache/nuttx/apac

(nuttx) branch master updated: libs/libc/crc16: Separate implementation of crc16xmodem from crc16

2025-04-10 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 59da455fea libs/libc/crc16: Separate implement

Re: [PR] libs/libc/crc16: Separate implementation of crc16xmodem from crc16 [nuttx]

2025-04-10 Thread via GitHub
xiaoxiang781216 merged PR #16147: URL: https://github.com/apache/nuttx/pull/16147 -- 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-apps) branch master updated: examples/gps: fix a few printf formats

2025-04-10 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 70f28553c examples/gps: fix a few printf

Re: [PR] arch/sim: Add i2c setup and shutdown interface [nuttx]

2025-04-10 Thread via GitHub
Zhangshoukui commented on PR #16162: URL: https://github.com/apache/nuttx/pull/16162#issuecomment-2791899589 > please change commit title to arch/sim: Add i2c setup and shutdown interface done -- This is an automated message from the Apache Git Service. To respond to the messag

Re: [PR] boards/arm: add nucleo-c092rc support [nuttx]

2025-04-10 Thread via GitHub
acassis commented on code in PR #16168: URL: https://github.com/apache/nuttx/pull/16168#discussion_r2036775055 ## Documentation/platforms/arm/stm32c0/boards/nucleo-c092rc/index.rst: ## @@ -0,0 +1,37 @@ + +ST Nucleo C092RC + + +The Nucleo C092RC is

[PR] nxscope/nxscope_pser.c: use xmodem crc16 directly [nuttx-apps]

2025-04-10 Thread via GitHub
raiden00pl opened a new pull request, #3054: URL: https://github.com/apache/nuttx-apps/pull/3054 ## Summary use crc16xmodem directly to avoid using confusing crc16() depends on https://github.com/apache/nuttx/pull/16147 ## Impact none ## Testing CI -- This

[I] The naming for stm32f0l0g0 architecture is no longer valid [nuttx]

2025-04-10 Thread via GitHub
raiden00pl opened a new issue, #16172: URL: https://github.com/apache/nuttx/issues/16172 ### Is your feature request related to a problem? Please describe. `arch/arm/stm32f0l0g0` is dedicated to support all STM32 M0 chips, but since this location supports now the new STM32C0 family, t

Re: [PR] boards/arm: add nucleo-c092rc support [nuttx]

2025-04-10 Thread via GitHub
raiden00pl commented on code in PR #16168: URL: https://github.com/apache/nuttx/pull/16168#discussion_r2036689631 ## Documentation/platforms/arm/stm32c0/boards/nucleo-c092rc/index.rst: ## @@ -0,0 +1,37 @@ + +ST Nucleo C092RC + + +The Nucleo C092RC