anchao commented on PR #14865:
URL: https://github.com/apache/nuttx/pull/14865#issuecomment-2499916205
> > I don't see any optimization for the current code in this commit, it's
just an API rename, up_set_current_regs / up_current_regs -
>
> current_regs doesn't save/restore anymore b
anchao commented on code in PR #14578:
URL: https://github.com/apache/nuttx/pull/14578#discussion_r1857900343
##
sched/sched/sched_unlock.c:
##
@@ -37,281 +37,178 @@
#include "sched/sched.h"
/
- * Pu
nuttxpr commented on PR #14945:
URL: https://github.com/apache/nuttx/pull/14945#issuecomment-2499824971
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
## Does this PR meet the NuttX Requirements? Please be
anchao commented on code in PR #14943:
URL: https://github.com/apache/nuttx/pull/14943#discussion_r1857925648
##
drivers/note/note_driver.c:
##
@@ -1837,7 +1837,7 @@ void sched_note_filter_mode(FAR struct
note_filter_named_mode_s *oldm,
irqstate_t irq_mask;
FAR struct not
JianyuWang0623 opened a new pull request, #14949:
URL: https://github.com/apache/nuttx/pull/14949
## Summary
Treat return value that greater than zero as succ.
`parse_mtd_partition()` may return value that greater than zero when succ.
e.g: board_spiflash_init() => init_storage_partit
anchao commented on code in PR #14945:
URL: https://github.com/apache/nuttx/pull/14945#discussion_r1857913819
##
libs/libbuiltin/libgcc/gcov.c:
##
@@ -205,6 +205,11 @@ static int gcov_process_path(FAR char *prefix, int strip,
prefix_count = token_count;
token = strtok(pa
xiaoxiang781216 commented on code in PR #14901:
URL: https://github.com/apache/nuttx/pull/14901#discussion_r1857893655
##
fs/littlefs/lfs_vfs.c:
##
@@ -816,16 +834,31 @@ static int littlefs_fchstat(FAR const struct file *filep,
inode = filep->f_inode;
fs= inode->i_priv
yamt commented on code in PR #14901:
URL: https://github.com/apache/nuttx/pull/14901#discussion_r1857866334
##
fs/littlefs/lfs_vfs.c:
##
@@ -816,16 +834,31 @@ static int littlefs_fchstat(FAR const struct file *filep,
inode = filep->f_inode;
fs= inode->i_private;
+ p
xiaoxiang781216 commented on PR #14946:
URL: https://github.com/apache/nuttx/pull/14946#issuecomment-2499747683
Please fix:
```
/home/runner/work/nuttx/nuttx/Documentation/applications/system/gcov/index.rst:32:Option
list ends without a blank line; unexpected unindent.
make: *** [M
hujun260 commented on code in PR #14578:
URL: https://github.com/apache/nuttx/pull/14578#discussion_r1857850907
##
sched/sched/sched_unlock.c:
##
@@ -37,281 +37,178 @@
#include "sched/sched.h"
/
- *
yamt commented on code in PR #14923:
URL: https://github.com/apache/nuttx/pull/14923#discussion_r1857848632
##
drivers/syslog/Kconfig:
##
@@ -407,5 +407,25 @@ config SYSLOG_REGISTER
---help---
This option will support register the syslog channel
dynamica
hujun260 commented on code in PR #14578:
URL: https://github.com/apache/nuttx/pull/14578#discussion_r1857850942
##
sched/sched/sched_unlock.c:
##
@@ -37,281 +37,178 @@
#include "sched/sched.h"
/
- *
xiaoxiang781216 commented on code in PR #14943:
URL: https://github.com/apache/nuttx/pull/14943#discussion_r1857849917
##
drivers/note/note_driver.c:
##
@@ -1837,7 +1837,7 @@ void sched_note_filter_mode(FAR struct
note_filter_named_mode_s *oldm,
irqstate_t irq_mask;
FAR s
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 d2dc2c796d Path Error
add 22e8e65789 boards/esp32s3: Add depends ESP32-S3-WROOM-1-N8R8 for
ESP32S3_DEVKIT
No
xiaoxiang781216 merged PR #14947:
URL: https://github.com/apache/nuttx/pull/14947
--
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
hujun260 commented on code in PR #14578:
URL: https://github.com/apache/nuttx/pull/14578#discussion_r1857850443
##
include/sys/syscall_lookup.h:
##
@@ -41,10 +41,12 @@ SYSCALL_LOOKUP(sched_getparam, 2)
SYSCALL_LOOKUP(sched_getscheduler, 1)
SYSCALL_LOOKUP(sc
yamt commented on code in PR #14923:
URL: https://github.com/apache/nuttx/pull/14923#discussion_r1857845192
##
drivers/syslog/Kconfig:
##
@@ -407,5 +407,25 @@ config SYSLOG_REGISTER
---help---
This option will support register the syslog channel
dynamica
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 3e24aab208 stream_getc: use lib_stream_eof instead of EOF
add d2dc2c796d Path Error
No new revisions were adde
xiaoxiang781216 merged PR #14944:
URL: https://github.com/apache/nuttx/pull/14944
--
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
xiaoxiang781216 commented on PR #14944:
URL: https://github.com/apache/nuttx/pull/14944#issuecomment-2499719833
let's ignore the riscv known ct error.
--
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
yamt commented on code in PR #14923:
URL: https://github.com/apache/nuttx/pull/14923#discussion_r1857803776
##
drivers/syslog/Kconfig:
##
@@ -407,5 +407,25 @@ config SYSLOG_REGISTER
---help---
This option will support register the syslog channel
dynamica
anchao commented on code in PR #14923:
URL: https://github.com/apache/nuttx/pull/14923#discussion_r1857802387
##
drivers/syslog/Kconfig:
##
@@ -407,5 +407,25 @@ config SYSLOG_REGISTER
---help---
This option will support register the syslog channel
dynami
yamt commented on code in PR #14923:
URL: https://github.com/apache/nuttx/pull/14923#discussion_r1857788934
##
drivers/syslog/Kconfig:
##
@@ -407,5 +407,25 @@ config SYSLOG_REGISTER
---help---
This option will support register the syslog channel
dynamica
anchao commented on code in PR #14923:
URL: https://github.com/apache/nuttx/pull/14923#discussion_r1857784368
##
drivers/syslog/Kconfig:
##
@@ -407,5 +407,25 @@ config SYSLOG_REGISTER
---help---
This option will support register the syslog channel
dynami
yamt commented on code in PR #14923:
URL: https://github.com/apache/nuttx/pull/14923#discussion_r1857773567
##
drivers/syslog/Kconfig:
##
@@ -407,5 +407,25 @@ config SYSLOG_REGISTER
---help---
This option will support register the syslog channel
dynamica
JianyuWang0623 opened a new pull request, #14948:
URL: https://github.com/apache/nuttx/pull/14948
## Summary
Panic occured if no txtable was found in last eraseblock of MTD device and
`CONFIG_TXTABLE_DEFAULT_PARTITION` was disabled
Backtrace
```
sched_dumpstack
/worksp
xiaoxiang781216 commented on PR #14865:
URL: https://github.com/apache/nuttx/pull/14865#issuecomment-2499631737
> I don't see any optimization for the current code in this commit, it's
just an API rename, up_set_current_regs / up_current_regs -
current_regs doesn't save/restore anymor
JianyuWang0623 opened a new pull request, #14947:
URL: https://github.com/apache/nuttx/pull/14947
## Summary
Env
```
esp32s3-devkit:usbnsh
```
Problem
# The `CONFIG_ARCH_BOARD_ESP32S3_DEVKIT` will be disabled if
`CONFIG_ARCH_CHIP_ESP32S3WROOM1N8R8` select
xiaoxiang781216 commented on code in PR #14865:
URL: https://github.com/apache/nuttx/pull/14865#discussion_r1857745905
##
arch/arm/src/dm320/dm320_decodeirq.c:
##
@@ -109,11 +102,9 @@ uint32_t *arm_decodeirq(uint32_t *regs)
}
#endif
- /* Set current_regs
nuttxpr commented on PR #14946:
URL: https://github.com/apache/nuttx/pull/14946#issuecomment-2499613219
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
This PR template itself meets the NuttX requirements by
anchao commented on code in PR #14578:
URL: https://github.com/apache/nuttx/pull/14578#discussion_r1857739020
##
sched/sched/sched_unlock.c:
##
@@ -37,281 +37,178 @@
#include "sched/sched.h"
/
- * Pu
anchao commented on code in PR #14865:
URL: https://github.com/apache/nuttx/pull/14865#discussion_r1857733706
##
arch/arm/src/dm320/dm320_decodeirq.c:
##
@@ -109,11 +102,9 @@ uint32_t *arm_decodeirq(uint32_t *regs)
}
#endif
- /* Set current_regs to NULL
W-M-R opened a new pull request, #14946:
URL: https://github.com/apache/nuttx/pull/14946
*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 necessary,
anchao commented on code in PR #14578:
URL: https://github.com/apache/nuttx/pull/14578#discussion_r1857722335
##
include/sys/syscall_lookup.h:
##
@@ -41,10 +41,12 @@ SYSCALL_LOOKUP(sched_getparam, 2)
SYSCALL_LOOKUP(sched_getscheduler, 1)
SYSCALL_LOOKUP(sche
W-M-R opened a new pull request, #14945:
URL: https://github.com/apache/nuttx/pull/14945
## Summary
CC: gcov.c gcov.c: In function 'gcov_stdout_dump':
gcov.c:146:50: error: passing argument 3 of '__gcov_info_to_gcda' from
incompatible pointer type [-Werror=incompatible-poi
anchao commented on code in PR #14945:
URL: https://github.com/apache/nuttx/pull/14945#discussion_r1857714126
##
libs/libbuiltin/libgcc/gcov.c:
##
@@ -185,8 +185,8 @@ static int gcov_process_path(FAR char *prefix, int strip,
FAR char *path, FAR char
W-M-R opened a new pull request, #14944:
URL: https://github.com/apache/nuttx/pull/14944
*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 necessary,
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 3e24aab208 stream_getc: use lib_stream_eof ins
xiaoxiang781216 merged PR #14924:
URL: https://github.com/apache/nuttx/pull/14924
--
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
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 f3213efc7f armv8-r/libc: optimize libc string
xiaoxiang781216 merged PR #14928:
URL: https://github.com/apache/nuttx/pull/14928
--
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
anchao commented on code in PR #14943:
URL: https://github.com/apache/nuttx/pull/14943#discussion_r1857667174
##
drivers/note/note_driver.c:
##
@@ -1837,7 +1837,7 @@ void sched_note_filter_mode(FAR struct
note_filter_named_mode_s *oldm,
irqstate_t irq_mask;
FAR struct not
xiaoxiang781216 merged PR #14939:
URL: https://github.com/apache/nuttx/pull/14939
--
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
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 f5136b2afa spinlock: remove recursive locks wi
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 33226a9bb7 use spin_lock_wo_note replace spin_
xiaoxiang781216 merged PR #14930:
URL: https://github.com/apache/nuttx/pull/14930
--
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
xiaoxiang781216 merged PR #14934:
URL: https://github.com/apache/nuttx/pull/14934
--
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
xiaoxiang781216 merged PR #14926:
URL: https://github.com/apache/nuttx/pull/14926
--
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
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 00f831028f [ci] platforms: added toolchains
00
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 111a0746c2 arm64: change name saved_reg to saved_regs
add eb65c5a8cd note: Remove enter_critical_section from t
xiaoxiang781216 merged PR #2866:
URL: https://github.com/apache/nuttx-apps/pull/2866
--
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...
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/codelytv/pr-size-labeler-1.10.2
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
was abc11b022 build(deps): bump codelytv/pr-size-labeler from
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 3f418f482 build(deps): bump codelytv/pr-s
xiaoxiang781216 merged PR #14940:
URL: https://github.com/apache/nuttx/pull/14940
--
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
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 111a0746c2 arm64: change name saved_reg to sav
xiaoxiang781216 commented on code in PR #14943:
URL: https://github.com/apache/nuttx/pull/14943#discussion_r1857562807
##
drivers/note/note_driver.c:
##
@@ -1837,7 +1837,7 @@ void sched_note_filter_mode(FAR struct
note_filter_named_mode_s *oldm,
irqstate_t irq_mask;
FAR s
hujun260 commented on code in PR #14578:
URL: https://github.com/apache/nuttx/pull/14578#discussion_r1857550677
##
sched/sched/sched_unlock.c:
##
@@ -40,278 +40,155 @@
* Public Functions
/
-/**
nuttxpr commented on PR #14942:
URL: https://github.com/apache/nuttx/pull/14942#issuecomment-2499369060
[**\[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.
nuttxpr commented on PR #14943:
URL: https://github.com/apache/nuttx/pull/14943#issuecomment-2499361984
[**\[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.
anchao opened a new pull request, #14943:
URL: https://github.com/apache/nuttx/pull/14943
## Summary
trace: replace all *_wo_note to _notrace to make api define more approachable
Follow the linux naming style:
https://github.com/torvalds/linux/blob/master/include/lin
anchao opened a new pull request, #14942:
URL: https://github.com/apache/nuttx/pull/14942
## Summary
espressif/mcpwm: fix compile error
continue work of PR #14938
Signed-off-by: chao an
## Impact
N/A
## Testing
ci-check
--
This is a
nuttxpr commented on PR #14941:
URL: https://github.com/apache/nuttx/pull/14941#issuecomment-2499344385
[**\[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.
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.git
The following commit(s) were added to refs/heads/master by this push:
new 53548509b1 fix build error
53548509b1 is describe
anchao merged PR #14938:
URL: https://github.com/apache/nuttx/pull/14938
--
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.apach
anchao opened a new pull request, #14941:
URL: https://github.com/apache/nuttx/pull/14941
## Summary
sched/lockcount: replace all lockcount check to nxsched_islocked_tcb()
replace all lockcount check to nxsched_islocked_tcb()
Signed-off-by: chao an
## Impact
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 e51d4ce53 Publishing web: b0df2ae
anchao commented on code in PR #14578:
URL: https://github.com/apache/nuttx/pull/14578#discussion_r1857511553
##
sched/sched/sched_unlock.c:
##
@@ -40,278 +40,155 @@
* Public Functions
/
-/
hujun260 opened a new pull request, #14940:
URL: https://github.com/apache/nuttx/pull/14940
## Summary
arm64: change name saved_reg to saved_regs
reason:
saved_regs is more meaningful and used by all other arch
## Impact
none
## Testing
ci
--
This i
nuttxpr commented on PR #14939:
URL: https://github.com/apache/nuttx/pull/14939#issuecomment-2499275574
[**\[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.
hujun260 opened a new pull request, #14939:
URL: https://github.com/apache/nuttx/pull/14939
## Summary
spinlock: remove recursive locks with write_lock_irqsave/read_lock_irqsave
reason:
1 There is a similar PR, https://github.com/apache/nuttx/pull/14079,
2 Currently, no on
nuttxpr commented on PR #14938:
URL: https://github.com/apache/nuttx/pull/14938#issuecomment-2499260441
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
No, this PR does **not** meet the NuttX requirements.
hujun260 opened a new pull request, #14938:
URL: https://github.com/apache/nuttx/pull/14938
## Summary
common/espressif/esp_rmt.c: In function 'rmt_set_tx_thr_intr_en':
common/espressif/esp_rmt.c:654:48: error: passing argument 1 of
'spin_lock_irqsave' makes pointer from integer with
acassis merged PR #14935:
URL: https://github.com/apache/nuttx/pull/14935
--
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 92b9a30878 fs/littlefs: make CONFIG_FS_LITTLEFS_
dependabot[bot] opened a new pull request, #2866:
URL: https://github.com/apache/nuttx-apps/pull/2866
Bumps
[codelytv/pr-size-labeler](https://github.com/codelytv/pr-size-labeler) from
1.10.1 to 1.10.2.
Release notes
Sourced from https://github.com/codelytv/pr-size-labeler/release
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/codelytv/pr-size-labeler-1.10.2
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
at abc11b022 build(deps): bump codelytv/pr-size-labeler from
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 224a8f4b28 Documentation: fix nuttxgdb related c
acassis commented on PR #14937:
URL: https://github.com/apache/nuttx/pull/14937#issuecomment-2499096390
Nice work @XuNeo ! Kudos!!!
--
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
acassis merged PR #14937:
URL: https://github.com/apache/nuttx/pull/14937
--
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
nuttxpr commented on PR #14937:
URL: https://github.com/apache/nuttx/pull/14937#issuecomment-2498542421
[**\[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 requirement
XuNeo opened a new pull request, #14937:
URL: https://github.com/apache/nuttx/pull/14937
Now we should load tools/gdb/gdbinit.py script
*Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
## Summary
Update docu
xiaoxiang781216 commented on code in PR #14926:
URL: https://github.com/apache/nuttx/pull/14926#discussion_r1856876186
##
drivers/note/noterpmsg_driver.c:
##
@@ -49,6 +50,7 @@ struct noterpmsg_driver_s
uint8_t buffer[CONFIG_DRIVERS_NOTERPMSG_BUFSIZE];
struct
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 34e79f9618 spinlock: use spin_lock_init replac
xiaoxiang781216 merged PR #14931:
URL: https://github.com/apache/nuttx/pull/14931
--
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
yamt opened a new issue, #14936:
URL: https://github.com/apache/nuttx/issues/14936
### Description / Steps to reproduce the issue
cmake sim build on macOS is broken.
it's partly because of https://github.com/apache/nuttx/pull/14852.
it doesn't seem like the only issue though.
yamt commented on issue #14936:
URL: https://github.com/apache/nuttx/issues/14936#issuecomment-2498331079
@cuiziwei1 can you take a look? thank you.
--
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 t
yamt opened a new pull request, #14935:
URL: https://github.com/apache/nuttx/pull/14935
## Summary
fs/littlefs: make CONFIG_FS_LITTLEFS_VERSION include the "v" prefix
To allow other tags/branches like "devel" and even sha256 hash.
## Impact
littlefs
## Testing
simbit18 commented on PR #14934:
URL: https://github.com/apache/nuttx/pull/14934#issuecomment-2498301408
however I did not put option -S on github for macOS because it does not have
xtensa-0 and xtensa-02
https://github.com/apache/nuttx/blob/e69903c939690b4ce1101dc02ae1cbd9fed4ab32/.
shizacat commented on issue #14816:
URL: https://github.com/apache/nuttx/issues/14816#issuecomment-2498292158
@fdcavalcanti Thank you!
--
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
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 e69903c939690b4ce1101dc02ae1cbd9fed4ab32
Author: yinshengkai
AuthorDate: Wed Nov 13 12:33:28 2024 +0800
tools/gdb
lupyuen commented on PR #14934:
URL: https://github.com/apache/nuttx/pull/14934#issuecomment-2498272691
Yep that should be helpful for normal builds. For macOS Build Farm: We're
replicating the same Build Environment as GitHub Actions, so we'll stick to the
current settings. Thanks!
--
T
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 7aa2dc24cd0a8d54d139430c9e7c2916a477913b
Author: yinshengkai
AuthorDate: Fri Nov 15 12:30:56 2024 +0800
tools/gdb
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 24add5eeaf spelling: fix spelling typo premp -> preemp
new 7aa2dc24cd tools/gdb: fix checkpatch warning
ne
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 9eaec7ba49f7d4292df86eefa221c71c4b5a27fe
Author: yinshengkai
AuthorDate: Wed Nov 13 11:59:22 2024 +0800
tools/gdb
xiaoxiang781216 merged PR #14933:
URL: https://github.com/apache/nuttx/pull/14933
--
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
simbit18 commented on PR #14934:
URL: https://github.com/apache/nuttx/pull/14934#issuecomment-2498236973
now if you use it it saves you minutes of build time
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
lupyuen commented on PR #14934:
URL: https://github.com/apache/nuttx/pull/14934#issuecomment-2498218994
Oops sorry should be this:
https://github.com/apache/nuttx/blob/master/.github/workflows/build.yml#L250
```text
macOS: ...
cd sources/nuttx/tools/ci
./c
lupyuen commented on PR #14934:
URL: https://github.com/apache/nuttx/pull/14934#issuecomment-2498209719
Hmmm I can't recall why, perhaps because I copied from the GitHub CI Logs
for macOS?
https://github.com/NuttX/nuttx/actions/runs/12007155773/job/33467286390#step:7:5
```text
cd
simbit18 commented on PR #14934:
URL: https://github.com/apache/nuttx/pull/14934#issuecomment-2498194964
@lupyuen Is there a particular reason why you do not use the -S option?
`nuttx/tools/testbuild.sh -A -R -j 12 -e '-Wno-cpp -Werror'
testlist/xtensa-02.dat`
option -S
`nu
nuttxpr commented on PR #14934:
URL: https://github.com/apache/nuttx/pull/14934#issuecomment-2498114501
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
This PR appears to mostly meet the NuttX requirements,
1 - 100 of 179 matches
Mail list logo