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
+/
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
+/***
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
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
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
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
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
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
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
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
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
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...
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
/
+/***
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
/
+/***
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 */
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.
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
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
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
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
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
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
/
+/***
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
/
+/***
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
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
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
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 */
27 matches
Mail list logo