Re: [PR] arch/arm/samv7: add support for pin to pin compatible pic32cz ca70 series and its evaluation kit [nuttx]

2025-07-29 Thread via GitHub
michallenc commented on PR #16783: URL: https://github.com/apache/nuttx/pull/16783#issuecomment-3135073956 @acassis @jerpelea CI now passes, should be ready for re-review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] drivers/mtd: introduce nvblk [nuttx]

2025-07-29 Thread via GitHub
michallenc commented on code in PR #16789: URL: https://github.com/apache/nuttx/pull/16789#discussion_r2241702293 ## boards/xtensa/esp32/common/src/esp32_board_spiflash.c: ## @@ -405,6 +405,17 @@ static int init_storage_partition(void) return ret; } +#elif defined(

Re: [PR] drivers/mtd: introduce nvblk [nuttx]

2025-07-29 Thread via GitHub
Laczen commented on code in PR #16789: URL: https://github.com/apache/nuttx/pull/16789#discussion_r2241651030 ## boards/xtensa/esp32/common/src/esp32_board_spiflash.c: ## @@ -405,6 +405,17 @@ static int init_storage_partition(void) return ret; } +#elif defined(CONF

Re: [PR] drivers/mtd: introduce nvblk [nuttx]

2025-07-29 Thread via GitHub
Laczen commented on code in PR #16789: URL: https://github.com/apache/nuttx/pull/16789#discussion_r2241587050 ## boards/xtensa/esp32/common/src/esp32_board_spiflash.c: ## @@ -405,6 +405,17 @@ static int init_storage_partition(void) return ret; } +#elif defined(CONF

[PR] examples: Fix ftl_initialize usage in code and Kconfig [nuttx-apps]

2025-07-29 Thread via GitHub
xiaoxiang781216 opened a new pull request, #3147: URL: https://github.com/apache/nuttx-apps/pull/3147 ## Summary follow up kernel side change: https://github.com/apache/nuttx/pull/16793 ## Impact ## Testing ci with https://github.com/apache/nuttx/pull/16793

(nuttx) branch master updated (b7156384d1 -> e745b8ec7f)

2025-07-29 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 b7156384d1 video: add sched_note_mark at fb_remove_paninfo and fb_notify_vsync add e9cb6907c8 doc: Fix quickst

Re: [PR] Doc: update documentation to remove reference to login / MOTD [nuttx]

2025-07-29 Thread via GitHub
xiaoxiang781216 merged PR #16796: URL: https://github.com/apache/nuttx/pull/16796 -- 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] arm64: porting mu drv and scmi from arm imx9 [nuttx]

2025-07-29 Thread via GitHub
lipengfei28 opened a new pull request, #16798: URL: https://github.com/apache/nuttx/pull/16798 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary 1. imx95 need scmi to config clk, power,iomuxc *Update t

(nuttx-apps) branch master updated: examples/mtdpart:Register MTD devices using the mtd_register method

2025-07-29 Thread jiuzhudong
This is an automated email from the ASF dual-hosted git repository. jiuzhudong 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 4ecdb92e6 examples/mtdpart:Register MTD

Re: [PR] examples/mtdpart:Register MTD devices using the mtd_register method [nuttx-apps]

2025-07-29 Thread via GitHub
Donny9 merged PR #3130: URL: https://github.com/apache/nuttx-apps/pull/3130 -- 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] mtd/ftl: Rename ftl_initialize_by_path to ftl_initialize [nuttx]

2025-07-29 Thread via GitHub
xiaoxiang781216 commented on PR #16793: URL: https://github.com/apache/nuttx/pull/16793#issuecomment-3134622932 I update the document and add the breaking change mark, please review again, @acassis @cederom @mlyszczek . -- This is an automated message from the Apache Git Service. To respo

Re: [PR] arch/arm/imxrt: Initial modification to support two USB Controllers [nuttx]

2025-07-29 Thread via GitHub
xiaoxiang781216 commented on code in PR #16797: URL: https://github.com/apache/nuttx/pull/16797#discussion_r2241366854 ## arch/arm/src/imxrt/Kconfig: ## @@ -333,9 +359,19 @@ config IMXRT_EDMA default n select ARCH_DMA -config IMXRT_USBOTG - bool "USB EHCI

(nuttx-website) branch asf-site updated: Publishing web: 51627ec89e2b02358b2ac0c43bd479968bd14064 docs: b7156384d140fddf07272346d7d1a8f3bbe9dfdb

2025-07-29 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 612160197 Publishing web: 51627ec

Re: [PR] mtd/ftl: Rename ftl_initialize_by_path to ftl_initialize [nuttx]

2025-07-29 Thread via GitHub
mlyszczek commented on PR #16793: URL: https://github.com/apache/nuttx/pull/16793#issuecomment-3134294223 Well, I don't really feel in the position to comment on such changes, but since you've asked ;) This is public function so it will probably break someone's code. But change is ra

Re: [PR] nxboot/boot/nxboot/loader/boot.c: Correct mathematical error. [nuttx-apps]

2025-07-29 Thread via GitHub
TimJTi commented on PR #3145: URL: https://github.com/apache/nuttx-apps/pull/3145#issuecomment-3134140209 > I have zero idea what's going on. I will use a big hammer and close this PR then start again when I get a chance. Think I worked out how to do it... -- This is an automated m

Re: [PR] arch/arm/imxrt: Initial modification to support two USB Controllers [nuttx]

2025-07-29 Thread via GitHub
acassis commented on PR #16797: URL: https://github.com/apache/nuttx/pull/16797#issuecomment-3134119823 @PetervdPerk please take a look, I'm will submit a next patch later to modify the imxt_ehci.c to support two interfaces at same time. -- This is an automated message from the Apache Git

[PR] arch/arm/imxrt: Initial modification to support two USB Controllers [nuttx]

2025-07-29 Thread via GitHub
acassis opened a new pull request, #16797: URL: https://github.com/apache/nuttx/pull/16797 ## Summary Many iMXRT MCUs have internally two USB OTG controllers, however NuttX currently only supports one USB controllers. This patch will prepare the "house" to support both ports at same

Re: [PR] nxboot/boot/nxboot/loader/boot.c: Correct mathematical error. [nuttx-apps]

2025-07-29 Thread via GitHub
TimJTi commented on PR #3145: URL: https://github.com/apache/nuttx-apps/pull/3145#issuecomment-3134027971 I have zero idea what's going on. I will use a big hammer and close this PR then start again when I get a chance. -- This is an automated message from the Apache Git Service. To respo

Re: [I] [FEATURE] nxboot.h location [nuttx-apps]

2025-07-29 Thread via GitHub
TimJTi commented on issue #3146: URL: https://github.com/apache/nuttx-apps/issues/3146#issuecomment-3133856114 Thanks @michallenc I am definitely not a makefile/make.defs expert in any way shape or form, but I have a "MyApps" directory under nuttx/apps (I used to have a symlink loca

[PR] Doc: update documentation to remove reference to login / MOTD [nuttx]

2025-07-29 Thread via GitHub
acassis opened a new pull request, #16796: URL: https://github.com/apache/nuttx/pull/16796 ## Summary Update documentation to reflect new process ## Impact Improvement ## Testing N/A -- This is an automated message from the Apache Git Service. To resp

Re: [PR] drivers/mtd: introduce nvblk [nuttx]

2025-07-29 Thread via GitHub
xiaoxiang781216 commented on code in PR #16789: URL: https://github.com/apache/nuttx/pull/16789#discussion_r2240702388 ## boards/xtensa/esp32/common/src/esp32_board_spiflash.c: ## @@ -405,6 +405,17 @@ static int init_storage_partition(void) return ret; } +#elif def

Re: [PR] mtd/ftl: Rename ftl_initialize_by_path to ftl_initialize [nuttx]

2025-07-29 Thread via GitHub
xiaoxiang781216 commented on PR #16793: URL: https://github.com/apache/nuttx/pull/16793#issuecomment-3133673415 > Please fix the Documentation as well (to use new the new API function parameters): https://nuttx.apache.org/docs/latest/ removed. >applications/examples/media/index

Re: [I] [FEATURE] nxboot.h location [nuttx-apps]

2025-07-29 Thread via GitHub
michallenc commented on issue #3146: URL: https://github.com/apache/nuttx-apps/issues/3146#issuecomment-3133670580 I am not against moving the header to `apps/include/boot`, there was no particular reason why I included it in `apps/boot/nxboot/include/`, just kept the same style used alread

Re: [PR] nxboot/boot/nxboot/loader/boot.c: Correct mathematical error. [nuttx-apps]

2025-07-29 Thread via GitHub
TimJTi commented on PR #3145: URL: https://github.com/apache/nuttx-apps/pull/3145#issuecomment-3133666993 > @TimJTi please drop the merge patch It failed CI for whatever reason. So in theory I rebased and pushed. I'll take a look as in practice who knows what I did! -- This is an a

(nuttx) branch master updated (5a91b1b0ee -> b7156384d1)

2025-07-29 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 5a91b1b0ee x86_64: allow specifying alternative compilers via CROSSDEV, rather than restricting to specific compile

Re: [PR] drivers/video: add sched_note_mark at fb_remove_paninfo and fb_notify_vsync [nuttx]

2025-07-29 Thread via GitHub
xiaoxiang781216 merged PR #16788: URL: https://github.com/apache/nuttx/pull/16788 -- 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] nxboot/boot/nxboot/loader/boot.c: Correct mathematical error. [nuttx-apps]

2025-07-29 Thread via GitHub
xiaoxiang781216 commented on PR #3145: URL: https://github.com/apache/nuttx-apps/pull/3145#issuecomment-3133661233 @TimJTi please drop the merge patch -- 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: [PR] save errno in sim context switch to avoid coroutine make errno mess between host api calls. [nuttx]

2025-07-29 Thread via GitHub
xiaoxiang781216 commented on code in PR #16795: URL: https://github.com/apache/nuttx/pull/16795#discussion_r2240678155 ## arch/sim/src/sim/sim_internal.h: ## @@ -123,6 +117,7 @@ val[0] = flags & UINT32_MAX;\ val[1] = (flags >> 32) &

(nuttx) branch master updated (a0c5d035d7 -> 5a91b1b0ee)

2025-07-29 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 a0c5d035d7 arm: CMake build for the i.MX RT series implemented. add 57d5d87d46 x86_64: Add the -Wa,--divide opt

Re: [PR] arch/x86_64: Allow specifying alternative compilers via CROSSDEV environment variable [nuttx]

2025-07-29 Thread via GitHub
xiaoxiang781216 merged PR #16787: URL: https://github.com/apache/nuttx/pull/16787 -- 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 (141cd3478b -> a0c5d035d7)

2025-07-29 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 141cd3478b [Kconfig] boards/arm: Fix Kconfig style add a0c5d035d7 arm: CMake build for the i.MX RT series imple

Re: [PR] arm: CMake build for the i.MX RT series implemented. [nuttx]

2025-07-29 Thread via GitHub
xiaoxiang781216 merged PR #16794: URL: https://github.com/apache/nuttx/pull/16794 -- 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] drivers/mtd: introduce nvblk [nuttx]

2025-07-29 Thread via GitHub
Laczen commented on code in PR #16789: URL: https://github.com/apache/nuttx/pull/16789#discussion_r2240652541 ## boards/xtensa/esp32/common/src/esp32_board_spiflash.c: ## @@ -405,6 +405,17 @@ static int init_storage_partition(void) return ret; } +#elif defined(CONF

Re: [PR] drivers/mtd: introduce nvblk [nuttx]

2025-07-29 Thread via GitHub
michallenc commented on code in PR #16789: URL: https://github.com/apache/nuttx/pull/16789#discussion_r2240509415 ## boards/xtensa/esp32/common/src/esp32_board_spiflash.c: ## @@ -405,6 +405,17 @@ static int init_storage_partition(void) return ret; } +#elif defined(

Re: [PR] arm: CMake build for the i.MX RT series implemented. [nuttx]

2025-07-29 Thread via GitHub
acassis commented on PR #16794: URL: https://github.com/apache/nuttx/pull/16794#issuecomment-3133263875 @simbit18 worked fine: ``` NuttShell (NSH) NuttX-12.10.0 nsh> uname -a NuttX 12.10.0 7934a7dffd-dirty Jul 29 2025 13:10:03 arm arcx-socket-grid nsh> ? help usage: hel

Re: [PR] arch/sim: avoid host-call being interrupted before getting errno [nuttx]

2025-07-29 Thread via GitHub
jasonbu commented on PR #16742: URL: https://github.com/apache/nuttx/pull/16742#issuecomment-3133124312 using #16795 to make it more clear -- 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

[PR] save errno in sim context switch to avoid coroutine make errno mess between host api calls. [nuttx]

2025-07-29 Thread via GitHub
jasonbu opened a new pull request, #16795: URL: https://github.com/apache/nuttx/pull/16795 ## Summary As discussion in #16742, manually up_irq_save is not a good idea, we should save errno in "interrupt" to ensure the errno use as usual will more easy to mantain. This patch add er

(nuttx) branch master updated (719ffdd994 -> 141cd3478b)

2025-07-29 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 719ffdd994 Doc: Update weact-stm32h743 doc to include flashing instructions add 141cd3478b [Kconfig] boards/arm

Re: [PR] boards/arm: Fix Kconfig style [nuttx]

2025-07-29 Thread via GitHub
jerpelea merged PR #16792: URL: https://github.com/apache/nuttx/pull/16792 -- 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.apa

Re: [PR] drivers/mtd: introduce nvblk [nuttx]

2025-07-29 Thread via GitHub
xiaoxiang781216 commented on PR #16789: URL: https://github.com/apache/nuttx/pull/16789#issuecomment-3132840153 > @acassis @xiaoxiang781216 I am having some problems in creating a `Make.defs` that does a proper `distclean`. It seems that the folder `nvblk` is kept under `mtd` after `distcle

Re: [PR] drivers/mtd: introduce nvblk [nuttx]

2025-07-29 Thread via GitHub
xiaoxiang781216 commented on code in PR #16789: URL: https://github.com/apache/nuttx/pull/16789#discussion_r2240035682 ## boards/xtensa/esp32/common/src/esp32_board_spiflash.c: ## @@ -405,6 +405,17 @@ static int init_storage_partition(void) return ret; } +#elif def

Re: [PR] arm: CMake build for the i.MX RT series implemented. [nuttx]

2025-07-29 Thread via GitHub
simbit18 commented on PR #16794: URL: https://github.com/apache/nuttx/pull/16794#issuecomment-3132757461 @acassis I only tested Cmake's build, can you test on your board? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

(nuttx) branch master updated (934b7b4bf5 -> 719ffdd994)

2025-07-29 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 934b7b4bf5 drivers/lcd/st7735: Don't define st7735_rdram if write only mode add 719ffdd994 Doc: Update weact-s

[PR] arm: CMake build for the i.MX RT series implemented. [nuttx]

2025-07-29 Thread via GitHub
simbit18 opened a new pull request, #16794: URL: https://github.com/apache/nuttx/pull/16794 ## Summary CMake added board ARCX Socket Grid ## Impact Impact on user: This PR adds ARCX Socket Grid board with CMake build Impact on build: This PR Implement CMake build f

Re: [PR] Doc: Update weact-stm32h743 doc to include flashing instructions [nuttx]

2025-07-29 Thread via GitHub
xiaoxiang781216 merged PR #16791: URL: https://github.com/apache/nuttx/pull/16791 -- 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] mtd/ftl: Rename ftl_initialize_by_path to ftl_initialize [nuttx]

2025-07-29 Thread via GitHub
xiaoxiang781216 opened a new pull request, #16793: URL: https://github.com/apache/nuttx/pull/16793 ## Summary since ftl_initialize isn't used anymore after: https://github.com/apache/nuttx/pull/16642 https://github.com/apache/nuttx/pull/16738 ## Impact remove the un

Re: [PR] drivers/mtd: introduce nvblk [nuttx]

2025-07-29 Thread via GitHub
Laczen commented on PR #16789: URL: https://github.com/apache/nuttx/pull/16789#issuecomment-3132529748 @acassis @xiaoxiang781216 I am having some problems in creating a `Make.defs` that does a proper `distclean`. It seems that the folder `nvblk` is kept under `mtd` after `distclean`. I have

[PR] [Kconfig] boards\arm: Fix Kconfig style [nuttx]

2025-07-29 Thread via GitHub
simbit18 opened a new pull request, #16792: URL: https://github.com/apache/nuttx/pull/16792 ## Summary Remove spaces from Kconfig Add TABs Add comments ## Impact Impact on user: No changes to user-facing functionality Impact on build: Build process remains the sa

[I] [FEATURE] nxboot.h location [nuttx-apps]

2025-07-29 Thread via GitHub
TimJTi opened a new issue, #3146: URL: https://github.com/apache/nuttx-apps/issues/3146 ### Is your feature request related to a problem? Please describe. The nxboot.h header file is currently located in `apps/boot/nxboot/include` directory Should this not be moved to `apps/inc

[PR] Doc: Update weact-stm32h743 doc to include flashing instructions [nuttx]

2025-07-29 Thread via GitHub
acassis opened a new pull request, #16791: URL: https://github.com/apache/nuttx/pull/16791 ## Summary Update documentation to include flashing instructions ## Impact Improvement! ## Testing make html -- This is an automated message from the Apache

Re: [I] [BUG] uart_recvchars_dma may cause address missalignment issues. [nuttx]

2025-07-29 Thread via GitHub
acassis commented on issue #16784: URL: https://github.com/apache/nuttx/issues/16784#issuecomment-3132025284 @gregory-nutt Could you please comment here? I think the decision to use circular buffer was because focus was MCUs without DMA support, right? -- This is an automated message from

Re: [I] [BUG] The file flash-dtcm.ld is missing in NuttX master and all previous versions. [nuttx]

2025-07-29 Thread via GitHub
acassis commented on issue #16790: URL: https://github.com/apache/nuttx/issues/16790#issuecomment-3132006624 Maybe @davids5 could still have this file that he forgot to include in his original PR -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [PR] boards/imxrt: Add support to ARCX Socket Grid board [nuttx]

2025-07-29 Thread via GitHub
acassis commented on PR #16781: URL: https://github.com/apache/nuttx/pull/16781#issuecomment-3132003432 Thank you @simbit18 -- 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.

(nuttx) branch master updated (1bfe705226 -> 934b7b4bf5)

2025-07-29 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 1bfe705226 libc: fix assert "Free memory from the wrong heap" with flat mode and user separated heap enabled mode

Re: [PR] boards/weact-stm32h743: Add support to ST7735 display [nuttx]

2025-07-29 Thread via GitHub
acassis merged PR #16785: URL: https://github.com/apache/nuttx/pull/16785 -- 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] boards/imxrt: Add support to ARCX Socket Grid board [nuttx]

2025-07-29 Thread via GitHub
simbit18 commented on PR #16781: URL: https://github.com/apache/nuttx/pull/16781#issuecomment-3131930989 @acassis open issue [16790](https://github.com/apache/nuttx/issues/16790) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[I] [BUG] The file flash-dtcm.ld is missing in NuttX master and all previous versions. [nuttx]

2025-07-29 Thread via GitHub
simbit18 opened a new issue, #16790: URL: https://github.com/apache/nuttx/issues/16790 ### Description / Steps to reproduce the issue **flash-dtcm.ld** file missing boards/arm/imxrt/imxrt1020-evk/Make.defs https://github.com/apache/nuttx/blob/1bfe705226788512bf17

Re: [PR] arch/arm/samv7: add support for pin to pin compatible pic32cz ca70 series and its evaluation kit [nuttx]

2025-07-29 Thread via GitHub
michallenc commented on PR #16783: URL: https://github.com/apache/nuttx/pull/16783#issuecomment-3131685249 CI still seems to be falling on unrelated stuff. ``` Cmake in present: nrf52832-dk/mcuboot_loader_minimal,CONFIG_ARM_TOOLCHAIN_GNU_EABI Configuration/Tool: nrf52832-dk/mc

Re: [PR] crypto/mbedtls-alt: aligned shax return value with mbedtls test [nuttx-apps]

2025-07-29 Thread via GitHub
ThePassionate commented on PR #3144: URL: https://github.com/apache/nuttx-apps/pull/3144#issuecomment-3131519863 > please add a commit message explaining the change Thanks for the reminder! -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[PR] drivers/mtd: introduce nvblk [nuttx]

2025-07-29 Thread via GitHub
Laczen opened a new pull request, #16789: URL: https://github.com/apache/nuttx/pull/16789 ## Summary NVBLK provides a block device that operates on top of a non volatile memory (as a mtd device) that enables wear levelling for non volatile memory. It's operation is similar to the dha

Re: [PR] arch/sim: avoid host-call being interrupted before getting errno [nuttx]

2025-07-29 Thread via GitHub
jasonbu commented on PR #16742: URL: https://github.com/apache/nuttx/pull/16742#issuecomment-3131309532 > > > > > > > This commit disable interrupts before and after host-APIs, make sure that errno is correct. > > > > > > > > > > > > > > > the interrupt must be disabled, since man

Re: [PR] reduce the dup of errno and errno str, add host_errno_convert method, save errno when sim context switch [nuttx]

2025-07-29 Thread via GitHub
jasonbu commented on code in PR #1: URL: https://github.com/apache/nuttx/pull/1#discussion_r2238999875 ## arch/sim/src/sim/posix/sim_host_v4l2.c: ## @@ -140,7 +142,7 @@ int host_video_dqbuf(struct host_video_dev_s *vdev, uint8_t *addr, default:

Re: [PR] Revert "libs/libc/stdlib/lib_exit.c: fix multiple definition of __dso… [nuttx]

2025-07-29 Thread via GitHub
zhangshanmin closed pull request #16786: Revert "libs/libc/stdlib/lib_exit.c: fix multiple definition of __dso… URL: https://github.com/apache/nuttx/pull/16786 -- 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