XuNeo commented on code in PR #15616:
URL: https://github.com/apache/nuttx/pull/15616#discussion_r1923199040
##
arch/arm/src/armv7-a/arm_dbgmonitor.c:
##
@@ -0,0 +1,767 @@
+/
+ * arch/arm/src/armv7-a/arm
nuttxpr commented on PR #15626:
URL: https://github.com/apache/nuttx/pull/15626#issuecomment-2603836674
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
The PR summary is good, but lacks some detail on *how*
XuNeo commented on code in PR #15623:
URL: https://github.com/apache/nuttx/pull/15623#discussion_r1923182694
##
libs/libc/gdbstub/lib_gdbstub.c:
##
@@ -283,9 +287,43 @@ static int gdb_putchar(FAR struct gdb_state_s *state, int
ch)
return ret;
}
+ if (csum)
+{
yf13 opened a new pull request, #15626:
URL: https://github.com/apache/nuttx/pull/15626
## Summary
This adjusts `qemu-armv7a:knsh` with following points:
- use smaller memory so that QEMU option `-m 1024` can be skipped.
- use ELF_EXECUTABLE for apps to allow easier debugging.
wangzhi-art commented on PR #15625:
URL: https://github.com/apache/nuttx/pull/15625#issuecomment-2603803547
There is an error in the mixed use of uppercase and lowercase in function
names. It is not introduced by my patch. What should I do?
--
This is an automated message from the Apache
nuttxpr commented on PR #15624:
URL: https://github.com/apache/nuttx/pull/15624#issuecomment-2603782475
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
No, this PR description does not fully meet the NuttX r
nuttxpr commented on PR #15625:
URL: https://github.com/apache/nuttx/pull/15625#issuecomment-2603780738
[**\[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
wangzhi-art opened a new pull request, #15625:
URL: https://github.com/apache/nuttx/pull/15625
*Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
## Summary
Use small lock to protect resources about irq in arch ARM.
yf13 commented on code in PR #15593:
URL: https://github.com/apache/nuttx/pull/15593#discussion_r1922958016
##
arch/arm/src/qemu/qemu_boot.c:
##
@@ -98,6 +107,12 @@ void arm_boot(void)
#ifdef CONFIG_SYSLOG_RPMSG
syslog_rpmsg_init_early(g_syslog_rpmsg_buf, sizeof(g_syslog_rpm
yf13 commented on code in PR #15593:
URL: https://github.com/apache/nuttx/pull/15593#discussion_r1923139039
##
arch/arm/src/qemu/qemu_boot.c:
##
@@ -98,6 +107,12 @@ void arm_boot(void)
#ifdef CONFIG_SYSLOG_RPMSG
syslog_rpmsg_init_early(g_syslog_rpmsg_buf, sizeof(g_syslog_rpm
yf13 opened a new pull request, #15624:
URL: https://github.com/apache/nuttx/pull/15624
## Summary
This tries to unify the boot flow of armv7-a and armv7-r so that nx_start()
is directly kicked off from C-level boot function.
## Impacts
armv7-a devices.
## Testing
anchao commented on code in PR #15623:
URL: https://github.com/apache/nuttx/pull/15623#discussion_r1923135144
##
libs/libc/gdbstub/lib_gdbstub.c:
##
@@ -283,9 +287,43 @@ static int gdb_putchar(FAR struct gdb_state_s *state, int
ch)
return ret;
}
+ if (csum)
+
anchao commented on code in PR #15616:
URL: https://github.com/apache/nuttx/pull/15616#discussion_r1923132363
##
arch/arm/src/armv7-a/arm_dbgmonitor.c:
##
@@ -0,0 +1,767 @@
+/
+ * arch/arm/src/armv7-a/ar
anchao commented on code in PR #15616:
URL: https://github.com/apache/nuttx/pull/15616#discussion_r1923122915
##
arch/arm/include/arch.h:
##
@@ -164,6 +164,8 @@ typedef struct arch_addrenv_s arch_addrenv_t;
* Public Function Prototypes
***
XuNeo commented on code in PR #15623:
URL: https://github.com/apache/nuttx/pull/15623#discussion_r1923127761
##
libs/libc/gdbstub/lib_gdbstub.c:
##
@@ -283,9 +287,43 @@ static int gdb_putchar(FAR struct gdb_state_s *state, int
ch)
return ret;
}
+ if (csum)
+{
XuNeo commented on code in PR #15623:
URL: https://github.com/apache/nuttx/pull/15623#discussion_r1923125832
##
libs/libc/gdbstub/lib_gdbstub.c:
##
@@ -283,9 +287,43 @@ static int gdb_putchar(FAR struct gdb_state_s *state, int
ch)
return ret;
}
+ if (csum)
+{
XuNeo commented on code in PR #15623:
URL: https://github.com/apache/nuttx/pull/15623#discussion_r1923124734
##
libs/libc/gdbstub/lib_gdbstub.c:
##
@@ -55,12 +55,8 @@
#define BUFSIZE CONFIG_LIB_GDBSTUB_PKTSIZE
-#ifdef CONFIG_BOARD_MEMORY_RANGE
-static const struct memory_re
anchao commented on code in PR #15623:
URL: https://github.com/apache/nuttx/pull/15623#discussion_r1923112060
##
libs/libc/gdbstub/lib_gdbstub.c:
##
@@ -283,9 +287,43 @@ static int gdb_putchar(FAR struct gdb_state_s *state, int
ch)
return ret;
}
+ if (csum)
+
W-M-R commented on PR #15616:
URL: https://github.com/apache/nuttx/pull/15616#issuecomment-2603682982
> Please include commit message with more information
OK, I have improved the description
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
nuttxpr commented on PR #15623:
URL: https://github.com/apache/nuttx/pull/15623#issuecomment-2603643125
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
This PR description is a good start but could be improv
XuNeo opened a new pull request, #15623:
URL: https://github.com/apache/nuttx/pull/15623
*Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
## Summary
GDB has introduced binary memory read mode, which can improve mem
cwespressif opened a new pull request, #15622:
URL: https://github.com/apache/nuttx/pull/15622
## Summary
* Fix wrong dummy length in mode register reading.
Corresponding link:
https://github.com/espressif/esp-idf/commit/54a9386b2e6426e73b117144b430d225f4ab5735
##
hujun260 commented on code in PR #14578:
URL: https://github.com/apache/nuttx/pull/14578#discussion_r1923009168
##
include/nuttx/irq.h:
##
@@ -80,7 +80,7 @@
do \
Review Comment:
done in next patch
--
This is an automated message from the Apache Git Service.
To respond
hujun260 commented on code in PR #14578:
URL: https://github.com/apache/nuttx/pull/14578#discussion_r1923008806
##
sched/sched/sched_lock.c:
##
@@ -46,6 +46,29 @@
* Public Functions
/
+/***
cederom commented on code in PR #2961:
URL: https://github.com/apache/nuttx-apps/pull/2961#discussion_r1923008177
##
testing/driver/irtest/cmd.cxx:
##
@@ -1,5 +1,5 @@
/
- * apps/testing/irtest/cmd.cxx
+
cederom commented on PR #2961:
URL: https://github.com/apache/nuttx-apps/pull/2961#issuecomment-2603528134
Okay it seems @raiden00pl remarks on separating `apps/testing` into testing
utilities (something to perform the tests) and `apps/tests` test scenarios
(list of specific tests that retu
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 97113232080 Documentation/uorb: remove uncalibrated member
add de4135afdd6 Documentation: Update supported plat
xiaoxiang781216 merged PR #15621:
URL: https://github.com/apache/nuttx/pull/15621
--
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 #2961:
URL: https://github.com/apache/nuttx-apps/pull/2961#discussion_r1923000732
##
testing/driver/irtest/cmd.cxx:
##
@@ -1,5 +1,5 @@
/
- * apps/testing/irtest/c
cederom commented on code in PR #2961:
URL: https://github.com/apache/nuttx-apps/pull/2961#discussion_r1923000592
##
testing/driver/sd_bench/Makefile:
##
@@ -1,5 +1,5 @@
-# apps/testing/sd_bench/Makefi
cederom commented on code in PR #2961:
URL: https://github.com/apache/nuttx-apps/pull/2961#discussion_r1922999485
##
testing/driver/monkey/Make.defs:
##
@@ -1,5 +1,5 @@
-# apps/testing/monkey/Make.defs
cederom commented on code in PR #2961:
URL: https://github.com/apache/nuttx-apps/pull/2961#discussion_r1922998547
##
testing/driver/sensortest/sensortest.c:
##
@@ -1,5 +1,5 @@
/
- * apps/testing/sensort
xiaoxiang781216 commented on code in PR #2961:
URL: https://github.com/apache/nuttx-apps/pull/2961#discussion_r1922995212
##
testing/driver/sd_bench/Makefile:
##
@@ -1,5 +1,5 @@
-# apps/testing/sd_benc
xiaoxiang781216 commented on code in PR #2961:
URL: https://github.com/apache/nuttx-apps/pull/2961#discussion_r1922992432
##
testing/driver/sensortest/sensortest.c:
##
@@ -1,5 +1,5 @@
/
- * apps/testing
xiaoxiang781216 commented on code in PR #2961:
URL: https://github.com/apache/nuttx-apps/pull/2961#discussion_r1922990814
##
testing/driver/monkey/Make.defs:
##
@@ -1,5 +1,5 @@
-# apps/testing/monkey/M
cederom commented on PR #2961:
URL: https://github.com/apache/nuttx-apps/pull/2961#issuecomment-2603504201
> @txy-21: @cederom Thanks for your suggestion.About irtest,sd_bench,monkey
and sensortest folders, @xiaoxiang781216 has a different suggestion. His
opinion is somewhat different from
cederom commented on code in PR #2961:
URL: https://github.com/apache/nuttx-apps/pull/2961#discussion_r1922988676
##
testing/driver/sd_bench/Makefile:
##
@@ -1,5 +1,5 @@
-# apps/testing/sd_bench/Makefi
GUIDINGLI commented on code in PR #2961:
URL: https://github.com/apache/nuttx-apps/pull/2961#discussion_r1922988000
##
testing/driver/irtest/cmd.cxx:
##
@@ -1,5 +1,5 @@
/
- * apps/testing/irtest/cmd.cxx
cederom commented on code in PR #2961:
URL: https://github.com/apache/nuttx-apps/pull/2961#discussion_r1922986109
##
testing/driver/monkey/Make.defs:
##
@@ -1,5 +1,5 @@
-# apps/testing/monkey/Make.defs
cederom commented on code in PR #2961:
URL: https://github.com/apache/nuttx-apps/pull/2961#discussion_r1922985247
##
testing/driver/sensortest/sensortest.c:
##
@@ -1,5 +1,5 @@
/
- * apps/testing/sensort
txy-21 commented on PR #2961:
URL: https://github.com/apache/nuttx-apps/pull/2961#issuecomment-2603494744
@cederom Thanks for your suggestion.About irtest,sd_bench,monkey and
sensortest folders, @xiaoxiang781216 has a different suggestion. His opinion
is somewhat different from what we dis
cederom commented on code in PR #2961:
URL: https://github.com/apache/nuttx-apps/pull/2961#discussion_r1922984348
##
testing/driver/irtest/cmd.cxx:
##
@@ -1,5 +1,5 @@
/
- * apps/testing/irtest/cmd.cxx
+
xiaoxiang781216 commented on code in PR #15593:
URL: https://github.com/apache/nuttx/pull/15593#discussion_r1922982421
##
arch/arm/src/qemu/qemu_boot.c:
##
@@ -98,6 +107,12 @@ void arm_boot(void)
#ifdef CONFIG_SYSLOG_RPMSG
syslog_rpmsg_init_early(g_syslog_rpmsg_buf, sizeof(g
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 dca032ab1 examples/i2schar: Make tx/rx co
xiaoxiang781216 merged PR #2960:
URL: https://github.com/apache/nuttx-apps/pull/2960
--
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...
yf13 opened a new pull request, #15620:
URL: https://github.com/apache/nuttx/pull/15620
## Summary
Fixes typo in comment: rename imx_bringup as qemu_bringup
## Impacts
None
## Testing
CI checks
--
This is an automated message from the Apache Git Servi
yf13 commented on code in PR #15593:
URL: https://github.com/apache/nuttx/pull/15593#discussion_r1922963257
##
boards/arm/qemu/qemu-armv7r/src/qemu_bringup.c:
##
@@ -0,0 +1,135 @@
+/
+ * boards/arm/qemu/
xiaoxiang781216 commented on code in PR #2961:
URL: https://github.com/apache/nuttx-apps/pull/2961#discussion_r1922973349
##
testing/driver/monkey/Make.defs:
##
@@ -1,5 +1,5 @@
-# apps/testing/monkey/M
txy-21 commented on PR #2961:
URL: https://github.com/apache/nuttx-apps/pull/2961#issuecomment-2603473254
@cederom ok, change driver to dirvers
--
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
xiaoxiang781216 merged PR #15619:
URL: https://github.com/apache/nuttx/pull/15619
--
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
cederom commented on PR #2961:
URL: https://github.com/apache/nuttx-apps/pull/2961#issuecomment-2603463984
Didn't we want `drivers/`? :-P
--
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 speci
yf13 commented on code in PR #15593:
URL: https://github.com/apache/nuttx/pull/15593#discussion_r1922964464
##
arch/arm/src/qemu/qemu_boot.c:
##
@@ -98,6 +107,12 @@ void arm_boot(void)
#ifdef CONFIG_SYSLOG_RPMSG
syslog_rpmsg_init_early(g_syslog_rpmsg_buf, sizeof(g_syslog_rpm
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 97113232080 Documentation/uorb: remove uncalib
yf13 commented on code in PR #15593:
URL: https://github.com/apache/nuttx/pull/15593#discussion_r1922963257
##
boards/arm/qemu/qemu-armv7r/src/qemu_bringup.c:
##
@@ -0,0 +1,135 @@
+/
+ * boards/arm/qemu/
Donny9 commented on code in PR #15610:
URL: https://github.com/apache/nuttx/pull/15610#discussion_r1922962621
##
drivers/sensors/sht4x_uorb.c:
##
@@ -875,7 +875,6 @@ int sht4x_register(FAR struct i2c_master_s *i2c, int devno,
uint8_t addr)
priv->hum.sensor_lower.ops = &g_s
Donny9 opened a new pull request, #15619:
URL: https://github.com/apache/nuttx/pull/15619
*Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
## Summary
update Documentation about uorb, is related to PR
https://githu
nuttxpr commented on PR #2961:
URL: https://github.com/apache/nuttx-apps/pull/2961#issuecomment-2603451604
[**\[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 requiremen
yf13 commented on code in PR #15593:
URL: https://github.com/apache/nuttx/pull/15593#discussion_r1922958016
##
arch/arm/src/qemu/qemu_boot.c:
##
@@ -98,6 +107,12 @@ void arm_boot(void)
#ifdef CONFIG_SYSLOG_RPMSG
syslog_rpmsg_init_early(g_syslog_rpmsg_buf, sizeof(g_syslog_rpm
yf13 commented on code in PR #15593:
URL: https://github.com/apache/nuttx/pull/15593#discussion_r1922958016
##
arch/arm/src/qemu/qemu_boot.c:
##
@@ -98,6 +107,12 @@ void arm_boot(void)
#ifdef CONFIG_SYSLOG_RPMSG
syslog_rpmsg_init_early(g_syslog_rpmsg_buf, sizeof(g_syslog_rpm
txy-21 opened a new pull request, #2961:
URL: https://github.com/apache/nuttx-apps/pull/2961
## Summary
This is one step that merge test case as discussed in
https://github.com/apache/nuttx-apps/pull/2931.
Create driver folder and move {drivertest fftest irtest monkey nand_sim
pci
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 33ebfe1a174 .github/ISSUE_TEMPLATE: Add host_i
xiaoxiang781216 merged PR #15617:
URL: https://github.com/apache/nuttx/pull/15617
--
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 1d205e9ae23 sensors/mcp9600: Converted MCP9600
xiaoxiang781216 merged PR #15605:
URL: https://github.com/apache/nuttx/pull/15605
--
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.
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 ff96435c29 Publishing web: c9485a
acassis commented on issue #15595:
URL: https://github.com/apache/nuttx/issues/15595#issuecomment-2603156003
@JianyuWang0623 thank you very much!
This is the debug output:
```
$ adb -s 1234 shell ls /dev/
01-20 16:58:07.731 79930 79930 D adb : adb_trace.cpp:187 Android
linguini1 commented on issue #15599:
URL: https://github.com/apache/nuttx/issues/15599#issuecomment-2603027183
> Do you enable DEBUG_UORB, which auto select LIBC_FLOATINGPOINT?
https://github.com/apache/nuttx-apps/blob/master/system/uorb/Kconfig#L43
Yes, that is what I'm enabling. Alt
JianyuWang0623 commented on issue #15595:
URL: https://github.com/apache/nuttx/issues/15595#issuecomment-2603013356
@acassis The UDC(USB Device Controller) driver may have set the ready flag
when the host has not sent the complete package.
The root cause may need to be analyzed in conjunc
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 11e3b8167ce This patch fix mcp23x08 support. Issue #15592
new ef27bcb34fb libc/gdbstub: fix typos
new e5a7
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 e5a7f55d9f8e300f0b47f9d89a9a9e44c686bf02
Author: xuxingliang
AuthorDate: Thu Dec 26 02:02:17 2024 +0800
libc/gdbs
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 ef27bcb34fb188e4c47f91173b381055bcbb091d
Author: xuxingliang
AuthorDate: Wed Dec 25 13:37:38 2024 +0800
libc/gdbs
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 bb85ad849e5 pthread_cond_wait: Use atomic_t to protect the waiter count
add 11e3b8167ce This patch fix mcp23x08
xiaoxiang781216 merged PR #15618:
URL: https://github.com/apache/nuttx/pull/15618
--
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 closed issue #15592: [BUG] nuttx/ioexpander/mcp23x08.h is
missing
URL: https://github.com/apache/nuttx/issues/15592
--
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 comme
xiaoxiang781216 merged PR #15612:
URL: https://github.com/apache/nuttx/pull/15612
--
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
Laczen commented on issue #15347:
URL: https://github.com/apache/nuttx/issues/15347#issuecomment-2602970095
> > Hi [@tmedicci](https://github.com/tmedicci) the promiscuous mode also
doesn't seem like a good idea as it would block the normal wifi operation mode.
> > So I was thinking about
tmedicci commented on issue #15347:
URL: https://github.com/apache/nuttx/issues/15347#issuecomment-2602912228
> Hi [@tmedicci](https://github.com/tmedicci) the promiscuous mode also
doesn't seem like a good idea as it would block the normal wifi operation mode.
>
> So I was thinking a
eren-terzioglu opened a new pull request, #2960:
URL: https://github.com/apache/nuttx-apps/pull/2960
## Summary
i2char example does not got effected from `-r/-t` (rx count/tx count)
parameters.
* examples/i2schar: Make tx/rx count value generic on transmit/recieve
operations
acassis commented on issue #15595:
URL: https://github.com/apache/nuttx/issues/15595#issuecomment-2602787490
@JianyuWang0623 increasing ADBD stack to 8KB and INT STACK to 2KB avoid the
crash, but when I run "adb shell" I get:
```
NuttShell (NSH) NuttX-12.8.0
xiaoxiang781216 merged PR #15566:
URL: https://github.com/apache/nuttx/pull/15566
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 92e884bee20 libc: Rename LIBC_STRING_OPTIMIZE to LIBC_NEWLIB_OPTSPEED
add ddd279d700d mpfs_i2c.c: Replace sem_g
eren-terzioglu commented on PR #15617:
URL: https://github.com/apache/nuttx/pull/15617#issuecomment-2602725388
> Hmmm still the same. Maybe my python is messed up?
>
> ```
> $ rm include/sysinfo.h
> rm: include/sysinfo.h: No such file or directory
> $ tools/configure.sh rv-vir
lupyuen commented on PR #15617:
URL: https://github.com/apache/nuttx/pull/15617#issuecomment-2602705789
Hmmm still the same. Maybe my python is messed up?
```text
$ rm include/sysinfo.h
rm: include/sysinfo.h: No such file or directory
$ tools/configure.sh rv-virt:leds64
$ make
eren-terzioglu commented on PR #15617:
URL: https://github.com/apache/nuttx/pull/15617#issuecomment-2602685645
> Thanks for adding this :-) BTW `make host_info` is crashing on my macOS
machine, I wonder why...
>
> ```
> $ make host_info
> file sysinfo.h not exists
> /bin/bash
xiaoxiang781216 commented on issue #15599:
URL: https://github.com/apache/nuttx/issues/15599#issuecomment-2602664379
Do you enable DEBUG_UORB, which auto select LIBC_FLOATINGPOINT?
https://github.com/apache/nuttx-apps/blob/master/system/uorb/Kconfig#L43
--
This is an automated message f
nuttxpr commented on PR #15618:
URL: https://github.com/apache/nuttx/pull/15618#issuecomment-2602630160
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
No, this PR description does not fully meet the NuttX r
linguini1 commented on code in PR #15610:
URL: https://github.com/apache/nuttx/pull/15610#discussion_r1922520678
##
drivers/sensors/sht4x_uorb.c:
##
@@ -875,7 +875,6 @@ int sht4x_register(FAR struct i2c_master_s *i2c, int devno,
uint8_t addr)
priv->hum.sensor_lower.ops = &
acassis commented on issue #15599:
URL: https://github.com/apache/nuttx/issues/15599#issuecomment-2602609619
> [@acassis](https://github.com/acassis) if I remember correctly
[@linguini1](https://github.com/linguini1) works with rp2040, which is Cortex
M0+ and has no FPU support (`ARCH_FPU=n
linguini1 commented on issue #15599:
URL: https://github.com/apache/nuttx/issues/15599#issuecomment-2602606068
That's right, I'm mostly working with RP2040 based boards but I will be
working with the STM32H7 shortly once InSpace's flight computer is built. I
agree with the stance that float
XuNeo opened a new pull request, #15618:
URL: https://github.com/apache/nuttx/pull/15618
*Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
## Summary
Minor fixed to GDB stub:
1. Fix all typo
2. Use lib_sys
This is an automated email from the ASF dual-hosted git repository.
ligd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 131d50ae9d76e479d89886d1136585ffb365cde3
Author: Xiang Xiao
AuthorDate: Sun Jan 19 09:58:40 2025 +0800
nshlib: Re
This is an automated email from the ASF dual-hosted git repository.
ligd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 533096676239c729aee7b6f788bde16b8902a495
Author: Xiang Xiao
AuthorDate: Sun Jan 19 10:00:11 2025 +0800
nshlib: Re
This is an automated email from the ASF dual-hosted git repository.
ligd pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 903fbe41e apps/testing: move cxxsize,cxxtest and uclibcxx_test folders
to the new cxx folder
new 131d50ae9 nsh
GUIDINGLI merged PR #2954:
URL: https://github.com/apache/nuttx-apps/pull/2954
--
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
raiden00pl commented on issue #15599:
URL: https://github.com/apache/nuttx/issues/15599#issuecomment-2602594331
@acassis if I remember correctly @linguini1 works with rp2040, which is
Cortex M0+ and has no FPU support (`ARCH_FPU=n`).
--
This is an automated message from the Apache Git Se
acassis commented on issue #15599:
URL: https://github.com/apache/nuttx/issues/15599#issuecomment-2602554652
@
> > [@raiden00pl](https://github.com/raiden00pl) good point! But the sensors
are using float by default, so soon or later user will want to printf the
result and that will c
This is an automated email from the ASF dual-hosted git repository.
ligd 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 92e884bee20 libc: Rename LIBC_STRING_OPTIMIZE to LI
GUIDINGLI merged PR #15499:
URL: https://github.com/apache/nuttx/pull/15499
--
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
paolovolpi commented on code in PR #15612:
URL: https://github.com/apache/nuttx/pull/15612#discussion_r1922481343
##
include/nuttx/ioexpander/mcp23x08.h:
##
@@ -0,0 +1,110 @@
+/
+ * include/nuttx/ioexpan
paolovolpi commented on code in PR #15612:
URL: https://github.com/apache/nuttx/pull/15612#discussion_r1922481343
##
include/nuttx/ioexpander/mcp23x08.h:
##
@@ -0,0 +1,110 @@
+/
+ * include/nuttx/ioexpan
1 - 100 of 181 matches
Mail list logo