W-M-R opened a new pull request, #16710:
URL: https://github.com/apache/nuttx/pull/16710
*Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
## Summary
cmake: Supports specifying link script prefix parameters
For e
jlaitine commented on code in PR #16673:
URL: https://github.com/apache/nuttx/pull/16673#discussion_r2199719424
##
sched/sched/sched_addreadytorun.c:
##
@@ -114,14 +114,95 @@ bool nxsched_add_readytorun(FAR struct tcb_s *btcb)
return ret;
}
-#endif /* !CONFIG_SMP */
+
+#el
hujun260 commented on code in PR #16673:
URL: https://github.com/apache/nuttx/pull/16673#discussion_r2199639000
##
sched/sched/sched_addreadytorun.c:
##
@@ -114,14 +114,95 @@ bool nxsched_add_readytorun(FAR struct tcb_s *btcb)
return ret;
}
-#endif /* !CONFIG_SMP */
+
+#el
hujun260 commented on code in PR #16673:
URL: https://github.com/apache/nuttx/pull/16673#discussion_r2199638359
##
sched/sched/sched_addreadytorun.c:
##
@@ -114,14 +114,95 @@ bool nxsched_add_readytorun(FAR struct tcb_s *btcb)
return ret;
}
-#endif /* !CONFIG_SMP */
+
+#el
hujun260 commented on code in PR #16673:
URL: https://github.com/apache/nuttx/pull/16673#discussion_r2199636347
##
sched/sched/sched_addreadytorun.c:
##
@@ -114,14 +114,95 @@ bool nxsched_add_readytorun(FAR struct tcb_s *btcb)
return ret;
}
-#endif /* !CONFIG_SMP */
+
+#el
hujun260 commented on code in PR #16673:
URL: https://github.com/apache/nuttx/pull/16673#discussion_r2199632756
##
sched/sched/sched_removereadytorun.c:
##
@@ -139,14 +139,15 @@ void nxsched_remove_running(FAR struct tcb_s *tcb)
{
FAR dq_queue_t *tasklist;
FAR struct tcb_
jingfei195887 commented on PR #16642:
URL: https://github.com/apache/nuttx/pull/16642#issuecomment-3060345403
> I haven't had the time to plough through all of this. I use ftl and
bchdev_register for NXBOOT using a GD55 qspi device. If this is going to break
stuff, **PLEASE**: once it's see
jingfei195887 commented on PR #16642:
URL: https://github.com/apache/nuttx/pull/16642#issuecomment-3060245260
> Please add Documentation/ with the diagram included in the comments
@acassis yes sure, thank you for your comments. I will update the MTD
documentation with diagrams, as we
W-M-R opened a new pull request, #16709:
URL: https://github.com/apache/nuttx/pull/16709
Fixed the problem that when using armclang, it cannot add a space after
--scatter=
*Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
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 7abfbddb2f1 Add additional support for STM32H5
xiaoxiang781216 merged PR #16708:
URL: https://github.com/apache/nuttx/pull/16708
--
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
TimJTi commented on PR #16642:
URL: https://github.com/apache/nuttx/pull/16642#issuecomment-3059204196
I haven't had the time to plough through all of this. I use ftl and
bchdev_register for NXBOOT using a GD55 qspi device. If this is going to break
stuff, **PLEASE**: once it's seemingly re
kywwilson11 opened a new pull request, #16708:
URL: https://github.com/apache/nuttx/pull/16708
## Summary
This pull request adds oversampling support and the ability to set the
resolution of the adc result through Kconfig options.
I used the STM32G0 as a reference.
## Impa
comejv commented on issue #16689:
URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3058707748
I figured it out! From my tests the best way to do it is to create new
configs in the nuttx sources, with CMake targets In the end here are the two
targets I'm using:
```cmake
a
acassis commented on PR #16642:
URL: https://github.com/apache/nuttx/pull/16642#issuecomment-3058455913
> @jingfei195887 please update new commit topic to `[BREAKING]
bch/mtd/ftl/fs: Update API with new flags for more granular control.` or
somethinng like that, we need to denote breaking ex
cederom commented on PR #16642:
URL: https://github.com/apache/nuttx/pull/16642#issuecomment-3058274070
@jingfei195887 please update new commit topic to `[BREAKING] bch/mtd/fs:
Update API with new flags for more granular control.` or somethinng like that,
we need to denote breaking existing
jlaitine commented on PR #16673:
URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3058159272
Rebased against current master, as it didn't pass CI for some unknown
reason...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
jlaitine commented on code in PR #16673:
URL: https://github.com/apache/nuttx/pull/16673#discussion_r2198061788
##
sched/sched/sched_setpriority.c:
##
@@ -223,29 +230,30 @@ static inline void nxsched_running_setpriority(FAR struct
tcb_s *tcb,
/* A context switch will
jlaitine commented on code in PR #16673:
URL: https://github.com/apache/nuttx/pull/16673#discussion_r2198061788
##
sched/sched/sched_setpriority.c:
##
@@ -223,29 +230,30 @@ static inline void nxsched_running_setpriority(FAR struct
tcb_s *tcb,
/* A context switch will
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
commit 5710b5495f2111f24746c95777b4d5e106de8ea5
Author: Kerogit
AuthorDate: Sat Jun 28 00:00:45 2025 +0200
boards/avr/avrd
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
commit d3da5e633ce56785423f7576fc17314648c6905f
Author: Kerogit
AuthorDate: Sun Jul 6 23:20:51 2025 +0200
arch/avr/avrdx/a
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
commit d9269112ee77209caf4cdb7d64371662fc1e7348
Author: Kerogit
AuthorDate: Thu Jul 3 01:26:57 2025 +0200
arch/avr/avrdx:
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 7a32fed5637 arch/arm/stm32h7: support for /dev/random device
new 5710b5495f2 boards/avr/avrdx/breadxavr: fix path
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
commit 14e446628e54f7d6547005fe34dd661382341caf
Author: Kerogit
AuthorDate: Thu Jul 3 01:50:10 2025 +0200
Documentation/pl
acassis merged PR #16687:
URL: https://github.com/apache/nuttx/pull/16687
--
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
acassis commented on PR #16704:
URL: https://github.com/apache/nuttx/pull/16704#issuecomment-3057902578
@paolovolpi please don't use merge, use rebase instead. The steps to squash
the commits are explained here:
https://nuttx.apache.org/docs/latest/contributing/making-changes.html#how-to
jlaitine commented on code in PR #16673:
URL: https://github.com/apache/nuttx/pull/16673#discussion_r2197907864
##
sched/sched/sched_setpriority.c:
##
@@ -223,29 +230,30 @@ static inline void nxsched_running_setpriority(FAR struct
tcb_s *tcb,
/* A context switch will
jlaitine commented on code in PR #16673:
URL: https://github.com/apache/nuttx/pull/16673#discussion_r2197672505
##
sched/sched/sched_setpriority.c:
##
@@ -223,29 +230,30 @@ static inline void nxsched_running_setpriority(FAR struct
tcb_s *tcb,
/* A context switch will
acassis commented on code in PR #16642:
URL: https://github.com/apache/nuttx/pull/16642#discussion_r2197660455
##
drivers/mtd/ftl.c:
##
@@ -789,7 +883,8 @@ static int ftl_unlink(FAR struct inode *inode)
*
**
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 7a32fed5637 arch/arm/stm32h7: support for /dev/r
acassis merged PR #16705:
URL: https://github.com/apache/nuttx/pull/16705
--
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 0c1f9d482db Added DMA support for H5. Also added
acassis commented on code in PR #16707:
URL: https://github.com/apache/nuttx/pull/16707#discussion_r2197649407
##
boards/arm/stm32/stm32f401rc-rs485/src/stm32_bringup.c:
##
@@ -211,7 +211,7 @@ int stm32_bringup(void)
}
#endif
-#ifdef CONFIG_ADC
+#ifdef CONFIG_STM32_ADC1
acassis merged PR #16706:
URL: https://github.com/apache/nuttx/pull/16706
--
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
acassis commented on code in PR #16707:
URL: https://github.com/apache/nuttx/pull/16707#discussion_r2197646310
##
boards/arm/stm32/stm32f401rc-rs485/src/stm32_bringup.c:
##
@@ -211,7 +211,7 @@ int stm32_bringup(void)
}
#endif
-#ifdef CONFIG_ADC
+#ifdef CONFIG_STM32_ADC1
acassis commented on issue #10895:
URL: https://github.com/apache/nuttx/issues/10895#issuecomment-3057311702
@xiaoxiang781216 besides Documentation I think it is important to have a
board profile to it, this way we can confirm it still working and we can
(manually) detect when it stops to w
jlaitine commented on PR #16673:
URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3057263868
I added one more optimization patch, which should make the performance equal
to what it was before this PR.
--
This is an automated message from the Apache Git Service.
To respond
xiaoxiang781216 commented on code in PR #16673:
URL: https://github.com/apache/nuttx/pull/16673#discussion_r2197576605
##
sched/sched/sched_setpriority.c:
##
@@ -223,29 +230,30 @@ static inline void nxsched_running_setpriority(FAR struct
tcb_s *tcb,
/* A context swit
jlaitine commented on code in PR #16673:
URL: https://github.com/apache/nuttx/pull/16673#discussion_r2197391032
##
sched/sched/sched_setpriority.c:
##
@@ -223,29 +230,30 @@ static inline void nxsched_running_setpriority(FAR struct
tcb_s *tcb,
/* A context switch will
jlaitine commented on code in PR #16673:
URL: https://github.com/apache/nuttx/pull/16673#discussion_r2197385130
##
sched/sched/sched_setpriority.c:
##
@@ -177,33 +120,37 @@ static FAR struct tcb_s *nxsched_nexttcb(FAR struct tcb_s
*tcb)
static inline void nxsched_running_setpr
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 156ef05205d libc/mcount: compatible with armv6
xiaoxiang781216 merged PR #16675:
URL: https://github.com/apache/nuttx/pull/16675
--
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 code in PR #16673:
URL: https://github.com/apache/nuttx/pull/16673#discussion_r2196759965
##
sched/sched/sched_setpriority.c:
##
@@ -177,33 +120,37 @@ static FAR struct tcb_s *nxsched_nexttcb(FAR struct tcb_s
*tcb)
static inline void nxsched_runnin
xiaoxiang781216 closed issue #16655: [BUG] profile: compilation fails ("cannot
honor width suffix")
URL: https://github.com/apache/nuttx/issues/16655
--
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
xiaoxiang781216 commented on PR #16642:
URL: https://github.com/apache/nuttx/pull/16642#issuecomment-3056707098
> > bch_register and ftl_initilize is designed to be called only inside FS
layer, and board files shouldn't call these two functions. So @jingfei195887
will provide new patch to r
jlaitine commented on code in PR #16673:
URL: https://github.com/apache/nuttx/pull/16673#discussion_r2196997364
##
sched/sched/sched_mergepending.c:
##
@@ -186,100 +186,97 @@ bool nxsched_merge_pending(void)
*
Laczen commented on PR #16642:
URL: https://github.com/apache/nuttx/pull/16642#issuecomment-3056224064
> bch_register and ftl_initilize is designed to be called only inside FS
layer, and board files shouldn't call these two functions. So @jingfei195887
will provide new patch to remove/repla
47 matches
Mail list logo