Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-30 Thread via GitHub
shtirlic commented on PR #16241: URL: https://github.com/apache/nuttx/pull/16241#issuecomment-2844203259 @simbit18 thank you for the help, updated and waiting for CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] boards/stm32f0l0g0: Add Nucleo G0B1RE support. [nuttx]

2025-04-30 Thread via GitHub
acassis commented on code in PR #16293: URL: https://github.com/apache/nuttx/pull/16293#discussion_r2069670019 ## Documentation/platforms/arm/stm32g0/boards/nucleo-g0b1re/index.rst: ## @@ -0,0 +1,5 @@ + +ST Nucleo G0B1RE + + +The Nucleo G0B1RE is

Re: [PR] boards/risc-v: add MPU60x0 bringup support to ESP32C6 [nuttx]

2025-04-30 Thread via GitHub
acassis commented on code in PR #16294: URL: https://github.com/apache/nuttx/pull/16294#discussion_r2069666720 ## boards/risc-v/esp32c6/common/src/esp_board_mpu60x0.c: ## @@ -0,0 +1,108 @@ +/ + * boards/

Re: [I] [HELP] Use cases for different sleep/delay functions [nuttx]

2025-04-30 Thread via GitHub
stbenn commented on issue #16259: URL: https://github.com/apache/nuttx/issues/16259#issuecomment-2843335413 @raiden00pl Thanks for the detailed clarification! Glad to have a better understanding so I can use the correct ones while developing drivers. I believe `CONFIG_BOARD_LOOPSPERMS

Re: [PR] boards/risc-v: add MPU60x0 bringup support to ESP32C6 [nuttx]

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

[PR] boards/risc-v: add MPU60x0 bringup support to ESP32C6 [nuttx]

2025-04-30 Thread via GitHub
fdcavalcanti opened a new pull request, #16294: URL: https://github.com/apache/nuttx/pull/16294 Adds a defconfig for using MPU60x0 and implement the bringup sequence for the I2C IMU. ## Summary This PR adds the MPU60x0 IMU to the bringup sequence of the ESP32C6-DevkitC.

Re: [PR] boards/stm32f0l0g0: Add Nucleo G0B1RE support. [nuttx]

2025-04-30 Thread via GitHub
stbenn commented on PR #16293: URL: https://github.com/apache/nuttx/pull/16293#issuecomment-2842986262 Just noticed that `pipfile.lock` was updated when I built the documentation following the instructions in the Nuttx documentation. Should I discard this change from the PR? -- This is

[PR] boards/stm32f0l0g0: Add Nucleo G0B1RE support. [nuttx]

2025-04-30 Thread via GitHub
stbenn opened a new pull request, #16293: URL: https://github.com/apache/nuttx/pull/16293 This commit adds support for both the STM32G0B1xx chip family and the Nucleo G0B1RE development board. The board support is a modified version of the support for Nucleo G071RB. Documenatat

Re: [I] [HELP] Make nxboot img_header public? [nuttx-apps]

2025-04-30 Thread via GitHub
TimJTi closed issue #3066: [HELP] Make nxboot img_header public? URL: https://github.com/apache/nuttx-apps/issues/3066 -- 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 unsubs

Re: [I] [HELP] Make nxboot img_header public? [nuttx-apps]

2025-04-30 Thread via GitHub
TimJTi commented on issue #3066: URL: https://github.com/apache/nuttx-apps/issues/3066#issuecomment-2842839472 Sorted via dev mailing list -- 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 spec

Re: [PR] wqueue: improve the robustness of the work [nuttx]

2025-04-30 Thread via GitHub
cederom commented on PR #16283: URL: https://github.com/apache/nuttx/pull/16283#issuecomment-2842450854 This is interesting change, but we need to make sure it won't break anything. Hardware tests are welcome and required as stated by @acassis. We have short break right now in PL, I w

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-30 Thread via GitHub
simbit18 commented on PR #16241: URL: https://github.com/apache/nuttx/pull/16241#issuecomment-2842271734 here is different Make.defs https://github.com/apache/nuttx/blob/ed0c18c66cb77050528b97f18c68df83f0d1e0d6/arch/arm/src/stm32f7/Make.defs#L36 ifneq ($(CONFIG_SCHED_TICKLES

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-30 Thread via GitHub
simbit18 commented on PR #16241: URL: https://github.com/apache/nuttx/pull/16241#issuecomment-2842232676 hi @shtirlic build with CMake goes into error !!! so the error appears to be due to a failure to align CMake with Make ``` ===

Re: [I] [HELP] Please explain the esp32 wlan driver working which cause the following issue on cpu0 [nuttx]

2025-04-30 Thread via GitHub
abisop commented on issue #16269: URL: https://github.com/apache/nuttx/issues/16269#issuecomment-2842169765 @tmedicci I found when turning on some extra configurations like (CONFIG_FS_ROMFS, CONFIG_DEBUG_FEATURES ) along with the following > Device - ESP32-s3 config - esp32s3-devkit:w

Re: [PR] RP2040: Allow simultaneous selection of multiple interrupt modes [nuttx]

2025-04-30 Thread via GitHub
linguini1 commented on PR #16281: URL: https://github.com/apache/nuttx/pull/16281#issuecomment-2842016830 > @linguini1 I'm not able to get this to trigger an interrupt. Is this code correct? Is it possible that you can give me a testing code / snippet to run that also worked for you? This w

Re: [PR] sched/wqueue: Refactor delayed and periodic workqueue. [nuttx]

2025-04-30 Thread via GitHub
fdcavalcanti commented on PR #16231: URL: https://github.com/apache/nuttx/pull/16231#issuecomment-2841971496 Most tests look ok, however `sotest` defconfig is failing to build across many SoCs due to some LIBC errors, which I suspect is due to the apps directory not in sync. Some other apps

Re: [PR] sched/wqueue: Refactor delayed and periodic workqueue. [nuttx]

2025-04-30 Thread via GitHub
fdcavalcanti commented on PR #16231: URL: https://github.com/apache/nuttx/pull/16231#issuecomment-2841709726 I'll run this through Espressif's CI and see if anything comes up. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

(nuttx) branch master updated: drivers/video/fb.c: Add startup splashscreen option

2025-04-30 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 ed0c18c66c drivers/video/fb.c: Add startup splas

Re: [PR] drivers/video/fb.c: Add startup splashscreen option [nuttx]

2025-04-30 Thread via GitHub
acassis merged PR #16257: URL: https://github.com/apache/nuttx/pull/16257 -- 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] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-30 Thread via GitHub
shtirlic commented on PR #16241: URL: https://github.com/apache/nuttx/pull/16241#issuecomment-2841379062 @acassis yes, that's what I did first time, and CI job showed no changes and still fails. Let's see this time. -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] tools: add a convert tool to help migrate from make to cmake [nuttx]

2025-04-30 Thread via GitHub
simbit18 commented on code in PR #9782: URL: https://github.com/apache/nuttx/pull/9782#discussion_r2068190344 ## tools/nxmake2cmake.py: ## @@ -0,0 +1,241 @@ +#!/usr/bin/env python3 + +# tools/nxmake2cmak

Re: [PR] tools: add a convert tool to help migrate from make to cmake [nuttx]

2025-04-30 Thread via GitHub
simbit18 commented on code in PR #9782: URL: https://github.com/apache/nuttx/pull/9782#discussion_r2068184260 ## tools/nxmake2cmake.py: ## @@ -0,0 +1,241 @@ +#!/usr/bin/env python3 + +# tools/nxmake2cmak

Re: [PR] tools: add a convert tool to help migrate from make to cmake [nuttx]

2025-04-30 Thread via GitHub
simbit18 commented on code in PR #9782: URL: https://github.com/apache/nuttx/pull/9782#discussion_r2068184260 ## tools/nxmake2cmake.py: ## @@ -0,0 +1,241 @@ +#!/usr/bin/env python3 + +# tools/nxmake2cmak

Re: [PR] tools: add a convert tool to help migrate from make to cmake [nuttx]

2025-04-30 Thread via GitHub
simbit18 commented on code in PR #9782: URL: https://github.com/apache/nuttx/pull/9782#discussion_r2068158264 ## tools/nxmake2cmake.py: ## @@ -0,0 +1,241 @@ +#!/usr/bin/env python3 + +# tools/nxmake2cmak

Re: [PR] wqueue: improve the robustness of the work [nuttx]

2025-04-30 Thread via GitHub
simbit18 commented on PR #16283: URL: https://github.com/apache/nuttx/pull/16283#issuecomment-2841154599 Hi @cederom at the moment this is a known bug of msys2 on GitHub #16010 (Nuttx issue). Workaround is to restart the msys2 CI Job, and it will succeed. If it doesn't, try again.

Re: [I] [BUG] RP2350 ostest stuck when SMP enabled [nuttx]

2025-04-30 Thread via GitHub
avgoor commented on issue #16133: URL: https://github.com/apache/nuttx/issues/16133#issuecomment-2841078258 @keever50 I've enabled KASAN, bumped the stack sizes everywhere but the issue is still there. Once I got a partial debug assert shown: ``` [CPU0] dump_assert_info: Current Versio