Re: [PR] fs/vfs: Separate file descriptors from file descriptions [nuttx]

2025-05-20 Thread via GitHub
pussuw commented on code in PR #16361: URL: https://github.com/apache/nuttx/pull/16361#discussion_r2099203038 ## fs/inode/fs_files.c: ## @@ -858,6 +1026,342 @@ int fs_putfilep(FAR struct file *filep) } #endif +/

Re: [PR] fs/vfs: Separate file descriptors from file descriptions [nuttx]

2025-05-20 Thread via GitHub
xiaoxiang781216 commented on code in PR #16361: URL: https://github.com/apache/nuttx/pull/16361#discussion_r2099170414 ## fs/inode/fs_files.c: ## @@ -858,6 +1026,342 @@ int fs_putfilep(FAR struct file *filep) } #endif +/***

Re: [PR] arch/arm/rp23xx: xosc: Update startup delay calculation [nuttx]

2025-05-20 Thread via GitHub
ids1024 commented on PR #16398: URL: https://github.com/apache/nuttx/pull/16398#issuecomment-2896179726 https://github.com/raspberrypi/pico-sdk/blob/ee68c78d0afae2b69c03ae1a72bf5cc267a2d94c/src/rp2_common/hardware_xosc/xosc.c#L24-L27 Presumably with this change, `#define BOARD_XOSC_ST

Re: [PR] arch/arm/rp23xx: xosc: Update startup delay calculation [nuttx]

2025-05-20 Thread via GitHub
ids1024 commented on PR #16398: URL: https://github.com/apache/nuttx/pull/16398#issuecomment-2896175055 On my Feather RP2350 board, using `#define BOARD_XOSC_STARTUPDELAY 64`, the commit before this seems to work, but this commit results in SWD debugging showing a "double fault" and the nsh

(nuttx-website) branch asf-site updated: Publishing web: 16e1777b863bd27e3a00b7b779baf0131af07df6 docs: bb97e141016d8ec254fffbcbc9d035da62aa5df8

2025-05-20 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 2ed7d742d Publishing web: 16e1777

[PR] Documentation/sama5d3-xplained: Remove duplicate link. [nuttx]

2025-05-20 Thread via GitHub
ldube opened a new pull request, #16419: URL: https://github.com/apache/nuttx/pull/16419 ## Summary There were two sama5d3-xplained links in the Supported Boards section. ## Impact None ## Testing Only one sama5d3-xplained link seen in the file generated by

[PR] Documentation/beaglebone-black: Remove readme txt file. [nuttx]

2025-05-20 Thread via GitHub
ldube opened a new pull request, #16418: URL: https://github.com/apache/nuttx/pull/16418 ## Summary Converted README.txt to rst and merged into index.rst. ## Impact None expected. ## Testing No errors when I converted to HTML using docutils. Retext edit

Re: [I] [BUG] STM32H5 FLASH: Incorrect Bank Reference during block erase [nuttx]

2025-05-20 Thread via GitHub
stbenn commented on issue #16417: URL: https://github.com/apache/nuttx/issues/16417#issuecomment-2895378566 Just to reiterate, I am working on a fix and should have a PR that addresses this bug shortly. -- This is an automated message from the Apache Git Service. To respond to the message

[I] [BUG] STM32H5 FLASH: Incorrect Bank Reference during block erase [nuttx]

2025-05-20 Thread via GitHub
stbenn opened a new issue, #16417: URL: https://github.com/apache/nuttx/issues/16417 ### Description / Steps to reproduce the issue I have discovered an issue in my implementation of `up_progmem_eraseblock()` for the STM32H5. I am implementing and testing a fix right now, but I am op

[I] [BUG] STM32H5 __start failure when debugging and flash banks are swapped [nuttx]

2025-05-20 Thread via GitHub
stbenn opened a new issue, #16416: URL: https://github.com/apache/nuttx/issues/16416 ### Description / Steps to reproduce the issue I am running into issues when loading and debugging the basic H5 NSH configuration when the flash banks are swapped on the Nucleo H563ZI. Has anyone run

(nuttx-apps) branch master updated: examples/optee_gp: Fix Kconfig if/else condition

2025-05-20 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 49f6a219f examples/optee_gp: Fix Kconfig

Re: [PR] examples/optee_gp: Fix Kconfig if/else condition [nuttx-apps]

2025-05-20 Thread via GitHub
xiaoxiang781216 merged PR #3080: URL: https://github.com/apache/nuttx-apps/pull/3080 -- 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] fs/vfs: Separate file descriptors from file descriptions [nuttx]

2025-05-20 Thread via GitHub
pussuw commented on code in PR #16361: URL: https://github.com/apache/nuttx/pull/16361#discussion_r2097578555 ## fs/vfs/fs_ioctl.c: ## @@ -39,6 +40,15 @@ * Private Functions / +/***

Re: [PR] fs/vfs: Separate file descriptors from file descriptions [nuttx]

2025-05-20 Thread via GitHub
pussuw commented on code in PR #16361: URL: https://github.com/apache/nuttx/pull/16361#discussion_r2097578555 ## fs/vfs/fs_ioctl.c: ## @@ -39,6 +40,15 @@ * Private Functions / +/***

Re: [PR] fs/vfs: Separate file descriptors from file descriptions [nuttx]

2025-05-20 Thread via GitHub
hujun260 commented on code in PR #16361: URL: https://github.com/apache/nuttx/pull/16361#discussion_r2097993216 ## fs/vfs/fs_dup.c: ## @@ -65,29 +65,32 @@ int file_dup(FAR struct file *filep, int minfd, int flags) uint8_t f_tag_fdcheck; /* File owner fdcheck tag, init to 0 */

Re: [PR] Adding new example Xedge [nuttx-apps]

2025-05-20 Thread via GitHub
acassis commented on PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#issuecomment-2894224874 @surfskidude you didn't need to close the PR to do the git push -f, I think it explains why there is not new commits here -- This is an automated message from the Apache Git Service.

Re: [I] [HELP] Invalid address for created tasks [nuttx]

2025-05-20 Thread via GitHub
acassis commented on issue #16384: URL: https://github.com/apache/nuttx/issues/16384#issuecomment-2894200800 Hi @acassis I think you could have enabled hook to create an initialization there during the nx_start() because normally only the idle thread and the nsh_main thread are suppose to b

Re: [PR] boards/sama5d3-xplained: Add knsh configuration [nuttx]

2025-05-20 Thread via GitHub
acassis merged PR #16408: URL: https://github.com/apache/nuttx/pull/16408 -- 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

(nuttx) branch master updated: boards/sama5d3-xplained: Add knsh configuration

2025-05-20 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 bb97e141016 boards/sama5d3-xplained: Add knsh co

[I] [FEATURE] The design issues regarding DMA alignment in device drivers [nuttx]

2025-05-20 Thread via GitHub
snikeguo opened a new issue, #16415: URL: https://github.com/apache/nuttx/issues/16415 ### Is your feature request related to a problem? Please describe. RT ### Describe the solution you'd like During my recent research on STM32H7 + SDMMC, I identified several design iss

[PR] examples/optee_gp: Fix Kconfig if/else condition [nuttx-apps]

2025-05-20 Thread via GitHub
gpoulios opened a new pull request, #3080: URL: https://github.com/apache/nuttx-apps/pull/3080 ## Summary Previous Kconfig had a mistake guarding optee_gp Kconfig values based on `EXAMPLES_OPTEE` instead of `EXAMPLES_OPTEE_GP`. ## Impact Fixes the case where `CONFIG_EXAM

Re: [PR] fs/vfs: Separate file descriptors from file descriptions [nuttx]

2025-05-20 Thread via GitHub
pussuw commented on code in PR #16361: URL: https://github.com/apache/nuttx/pull/16361#discussion_r2097578555 ## fs/vfs/fs_ioctl.c: ## @@ -39,6 +40,15 @@ * Private Functions / +/***

Re: [PR] fs/vfs: Separate file descriptors from file descriptions [nuttx]

2025-05-20 Thread via GitHub
pussuw commented on code in PR #16361: URL: https://github.com/apache/nuttx/pull/16361#discussion_r2097578555 ## fs/vfs/fs_ioctl.c: ## @@ -39,6 +40,15 @@ * Private Functions / +/***

Re: [PR] fs/vfs: Separate file descriptors from file descriptions [nuttx]

2025-05-20 Thread via GitHub
xiaoxiang781216 commented on code in PR #16361: URL: https://github.com/apache/nuttx/pull/16361#discussion_r2097230197 ## fs/vfs/fs_dup.c: ## @@ -65,29 +65,32 @@ int file_dup(FAR struct file *filep, int minfd, int flags) uint8_t f_tag_fdcheck; /* File owner fdcheck tag, init

(nuttx) branch master updated: boards/sama5d3-xplained: Use common usb host waiter.

2025-05-20 Thread raiden00
This is an automated email from the ASF dual-hosted git repository. raiden00 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 2a7174601fc boards/sama5d3-xplained: Use common

Re: [PR] boards/sama5d3-xplained: Use common usb host waiter. [nuttx]

2025-05-20 Thread via GitHub
raiden00pl merged PR #16414: URL: https://github.com/apache/nuttx/pull/16414 -- 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

Re: [PR] fs/vfs: Separate file descriptors from file descriptions [nuttx]

2025-05-20 Thread via GitHub
pussuw commented on code in PR #16361: URL: https://github.com/apache/nuttx/pull/16361#discussion_r2097200315 ## fs/vfs/fs_dup.c: ## @@ -65,29 +65,32 @@ int file_dup(FAR struct file *filep, int minfd, int flags) uint8_t f_tag_fdcheck; /* File owner fdcheck tag, init to 0 */