jerpelea commented on PR #9101:
URL: https://github.com/apache/nuttx/pull/9101#issuecomment-1522866146
please add a commit message describing the fix
--
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
SunJun8 opened a new pull request, #9103:
URL: https://github.com/apache/nuttx/pull/9103
## Summary
If FS is in clean state and the SP of the running task is deeper before
context switch, no floating point registers are saved. However, the
corresponding floating point register positions
SPRESENSE opened a new pull request, #9102:
URL: https://github.com/apache/nuttx/pull/9102
## Summary
Fix build warnings of spi_bitbang.c
## Impact
none
## Testing
Build with CONFIG_SPI_BITBANG=y
--
This is an automated message from the Apache Git Service.
To res
FASTSHIFT opened a new pull request, #9101:
URL: https://github.com/apache/nuttx/pull/9101
## Summary
When executing `up_fbinitialize`, the driver may turn on the vsync
interrupt. If the vsync interrupt calls `fb_pollnotify` before executing
`fb->vtable->priv = fb` it will cause null poi
This is an automated email from the ASF dual-hosted git repository.
davids5 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 50a8ec62c4 Add eMMC driver support
50a8ec62c4 is
davids5 merged PR #8922:
URL: https://github.com/apache/nuttx/pull/8922
--
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.apache
anchao opened a new pull request, #9100:
URL: https://github.com/apache/nuttx/pull/9100
## Summary
sched/spawn: remove spawn proxy thread to simplify task/posix_spawn()
The spawn proxy thread is a special existence in NuttX, usually some
developers
spend a lot of time on sta
qinwei2004 commented on PR #8799:
URL: https://github.com/apache/nuttx/pull/8799#issuecomment-1522740217
@masayuki2009
Thank for your suggestion, it seem fvp for armv8r has seem question
I will submit a PR to fix this issue.
@zyfeier
--
This is an automated message from
anchao opened a new pull request, #9099:
URL: https://github.com/apache/nuttx/pull/9099
## Summary
binfmt/execmodule: correct destroy flow
1. stack_alloc_ptr should be freed in kernel mode
2. replace nxsched_release_tcb() to nxtask_uninit() to remove tcb from
inactive list
masayuki2009 commented on PR #8799:
URL: https://github.com/apache/nuttx/pull/8799#issuecomment-1522706391
@qinwei2004
I confirmed that the following change can avoid the crash on qemu-7.1
```
--- a/boards/arm64/qemu/qemu-armv8a/configs/nsh_smp/defconfig
+++ b/boards/arm6
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 eb0e05be0d arch/armv7-r: add armv7-r smp suppo
xiaoxiang781216 merged PR #8930:
URL: https://github.com/apache/nuttx/pull/8930
--
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...@nutt
xiaoxiang781216 commented on PR #8930:
URL: https://github.com/apache/nuttx/pull/8930#issuecomment-1522695368
Thanks, @zyfeier , let's merge this patch first.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
zyfeier commented on PR #8930:
URL: https://github.com/apache/nuttx/pull/8930#issuecomment-1522669874
> @zyfeier and @xiaoxiang781216 are you planning to add a board for this?
Right now we don't have any build coverage for this code path so hard to
prevent even the most basic regression
masayuki2009 commented on PR #8950:
URL: https://github.com/apache/nuttx/pull/8950#issuecomment-1522668127
@no1wudi
I've been using the following package on ubuntu 20.04.6 LTS (amd64)
https://packages.ubuntu.com/focal/telnet
--
This is an automated message from the Apache Git Servic
xiaoxiang781216 commented on code in PR #9022:
URL: https://github.com/apache/nuttx/pull/9022#discussion_r1177257430
##
arch/xtensa/Kconfig:
##
@@ -82,6 +82,7 @@ config ARCH_CHIP_ESP32S3
select ARCH_HAVE_RESET
select ARCH_HAVE_TESTSET
select ARCH_VECNOTIR
xiaoxiang781216 closed pull request #8824: libm/newlib: add newlib/libm support
URL: https://github.com/apache/nuttx/pull/8824
--
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.
xiaoxiang781216 commented on PR #8824:
URL: https://github.com/apache/nuttx/pull/8824#issuecomment-1522666430
close, finish here: https://github.com/apache/nuttx/pull/9061
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
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 bcc8801480 Initial FlexIO support
bcc8801480 i
xiaoxiang781216 merged PR #9024:
URL: https://github.com/apache/nuttx/pull/9024
--
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...@nutt
qinwei2004 opened a new pull request, #9098:
URL: https://github.com/apache/nuttx/pull/9098
## Summary
Summary:
Keeping CONFIG_ARCH_EARLY_PRINT option out of depend on common uart
serial device.
In some boot bringup debug case, the serial device maybe not available. in
that ca
no1wudi commented on PR #8950:
URL: https://github.com/apache/nuttx/pull/8950#issuecomment-1522643357
@masayuki2009 What's the version of your telnet client ? I'm using this
version, and can't reproduce the issue on esp32-devkitc:wifi_smp.
```
telnet (GNU inetutils) 2.4
Copyright (
SPRESENSE commented on PR #9045:
URL: https://github.com/apache/nuttx/pull/9045#issuecomment-1522642709
@acassis
Yes, the camera works with NuttX mainline.
Thank you for your suggestion. I will try to submit a separate pull request
for documentation.
--
This is an automated message
xiaotailang commented on issue #9059:
URL: https://github.com/apache/nuttx/issues/9059#issuecomment-1522636317
@acassis My MCU is stm32f767
--
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 spe
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 fe7f8e9d Publishing web: 6b97f0b7
radek-pesina commented on issue #9053:
URL: https://github.com/apache/nuttx/issues/9053#issuecomment-1522555782
Thanks, this has addressed the issue.
--
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
radek-pesina commented on issue #9046:
URL: https://github.com/apache/nuttx/issues/9046#issuecomment-1522553929
> @radek-pesina It seems that the stack overflow caused the mm linked list
corruption, please try this PR #9081
Thank you, that has addressed the problem.
--
This is an a
radek-pesina commented on PR #8922:
URL: https://github.com/apache/nuttx/pull/8922#issuecomment-1522548466
> There is a defconfig that needs to be normalized for this to pass.
Done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
radek-pesina commented on PR #8922:
URL: https://github.com/apache/nuttx/pull/8922#issuecomment-1522518229
> please add a commit message that describes the patch !
> please add a commit message that describes the patch !
Done.
--
This is an automated message from the
radek-pesina commented on issue #9080:
URL: https://github.com/apache/nuttx/issues/9080#issuecomment-1522513178
> @radek-pesina do you think it could be LittleFS specific? I remember
testing SDCards on iMX1050 3 years ago and it was fast (but I was using SDIO
interface instead SPI). More in
cederom commented on issue #9097:
URL: https://github.com/apache/nuttx/issues/9097#issuecomment-1522421423
How about this one
https://github.com/apache/nuttx/blob/master/drivers/efuse/efuse.c ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please
cederom opened a new issue, #9097:
URL: https://github.com/apache/nuttx/issues/9097
* Various MCU use eFuse for non-volatile hardware and security configuration.
* There is no common eFuse driver API in NuttX at this moment.
* Each arch configures eFuse on its own with its own nomenclat
acassis commented on issue #9092:
URL: https://github.com/apache/nuttx/issues/9092#issuecomment-1522330524
@TimJTi seems it is something specific for your setup or your board, etc. I
didn't supply much information to duplicate the issue.
Here is a test confirming that building system
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 8d688354 Publishing web: 6b97f0b7
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-website.git
The following commit(s) were added to refs/heads/master by this push:
new 6b97f0b7 Bump nokogiri from 1.13.10 to
btashton merged PR #88:
URL: https://github.com/apache/nuttx-website/pull/88
--
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
jturnsek commented on code in PR #9024:
URL: https://github.com/apache/nuttx/pull/9024#discussion_r1176895180
##
arch/arm/src/imxrt/imxrt_flexio.h:
##
@@ -0,0 +1,367 @@
+/
+ * arch/arm/src/imxrt/imxrt_fl
lucasssvaz opened a new pull request, #9096:
URL: https://github.com/apache/nuttx/pull/9096
## Summary
Add support for the ILI9341 and ST7789 displays on the ESP32-S2-Kaluga board.
## Impact
Improvements on the ST7789 driver and additional peripheral support for the
Kalu
btashton commented on PR #8930:
URL: https://github.com/apache/nuttx/pull/8930#issuecomment-1522215687
@zyfeier and @xiaoxiang781216 are you planning to add a board for this?
Right now we don't have any build coverage for this code path so hard to
prevent even the most basic regression
-
btashton merged PR #8802:
URL: https://github.com/apache/nuttx/pull/8802
--
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
xiaoxiang781216 commented on PR #8802:
URL: https://github.com/apache/nuttx/pull/8802#issuecomment-1522174667
> Please get CI pass
@pkarashchenko the warning come from big5.h which is an encoding table, so
it is better to keep as it.
--
This is an automated message from the Apache
acassis commented on PR #9045:
URL: https://github.com/apache/nuttx/pull/9045#issuecomment-1522174484
@SPRESENSE does the camera support work with NuttX mainline? BTW, I think
there is not official documentation to Sony Spresense's chip in our mainline:
https://nuttx.apache.org/docs/latest/
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 360e938fa642c0e009061c085245c274c1a118da
Author: Michal Lenc
AuthorDate: Mon Apr 24 13:45:56 2023 +0200
sched: add
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 40d07760f6e77887d8fb50a4bd494c59d494f20f
Author: Michal Lenc
AuthorDate: Mon Apr 24 14:38:38 2023 +0200
samv7: add
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 28eca64dd5 libc: Cleanup per-thread resource in exit/quick_exit
new 360e938fa6 sched: add support for adjtime() i
acassis closed issue #8858: Issues with adjtime implementation / Build failure.
URL: https://github.com/apache/nuttx/issues/8858
--
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.
acassis merged PR #9084:
URL: https://github.com/apache/nuttx/pull/9084
--
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.apache
jpbland1 commented on code in PR #1557:
URL: https://github.com/apache/nuttx-apps/pull/1557#discussion_r1176800979
##
crypto/wolfssl/Kconfig:
##
@@ -0,0 +1,108 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX
pkarashchenko commented on code in PR #9061:
URL: https://github.com/apache/nuttx/pull/9061#discussion_r1176784363
##
libs/libm/newlib/include/complex.h:
##
@@ -0,0 +1,189 @@
+/
+ * libs/libm/newlib/incl
pkarashchenko commented on code in PR #9024:
URL: https://github.com/apache/nuttx/pull/9024#discussion_r1176779443
##
arch/arm/src/imxrt/hardware/imxrt_flexio.h:
##
@@ -0,0 +1,743 @@
+/
+ * arch/arm/src/
pkarashchenko commented on code in PR #9024:
URL: https://github.com/apache/nuttx/pull/9024#discussion_r1176778224
##
arch/arm/src/imxrt/imxrt_flexio.h:
##
@@ -0,0 +1,367 @@
+/
+ * arch/arm/src/imxrt/imx
pkarashchenko commented on issue #8986:
URL: https://github.com/apache/nuttx/issues/8986#issuecomment-1522099283
Yes. That should be fine
--
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
cederom commented on issue #9094:
URL: https://github.com/apache/nuttx/issues/9094#issuecomment-1522079830
+1 i am here to help :-)
--
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
cederom commented on issue #9095:
URL: https://github.com/apache/nuttx/issues/9095#issuecomment-1522079529
+1 :-) im here to help :-)
--
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
f4grx commented on issue #1570:
URL: https://github.com/apache/nuttx/issues/1570#issuecomment-1522060127
I don't have NuttX related tasks on my planning for several weeks. Go on, I
am aware of this issue, I'll know there is stuff to validate.
--
This is an automated message from the Apach
pkarashchenko commented on PR #8802:
URL: https://github.com/apache/nuttx/pull/8802#issuecomment-1522058645
Please get CI pass
--
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
btashton opened a new issue, #9095:
URL: https://github.com/apache/nuttx/issues/9095
Right now we only export the html versions of the docs. There have been asks
to also publish the PDF which should be low effort for us to do.
--
This is an automated message from the Apache Git Service.
btashton commented on issue #9094:
URL: https://github.com/apache/nuttx/issues/9094#issuecomment-1522010010
I will start filling out the meat of this ticket in a few days and then
start with the CWIKI pages. I will need help of others to make sure the content
I update is clear and still acc
btashton opened a new issue, #9094:
URL: https://github.com/apache/nuttx/issues/9094
This ticket tracks the effort to unify the documentation in one place.
- [ ] Port remaining CWIKI guides and documentation to sphinx ( will add
list of pages for tracking )
- [ ] Port remaining Boa
michallenc commented on code in PR #9084:
URL: https://github.com/apache/nuttx/pull/9084#discussion_r117062
##
sched/Kconfig:
##
@@ -184,6 +184,57 @@ config SYSTEM_TIME64
and/or if a very long "uptime" is required, then this option
can be
sel
michallenc commented on code in PR #9084:
URL: https://github.com/apache/nuttx/pull/9084#discussion_r1176664340
##
sched/Kconfig:
##
@@ -184,6 +184,57 @@ config SYSTEM_TIME64
and/or if a very long "uptime" is required, then this option
can be
sel
michallenc commented on code in PR #9084:
URL: https://github.com/apache/nuttx/pull/9084#discussion_r1176663365
##
sched/clock/clock_settime.c:
##
@@ -111,6 +111,11 @@ int clock_settime(clockid_t clock_id, FAR const struct
timespec *tp)
}
#endif
+#ifdef CONFIG_CLOCK
acassis commented on PR #9057:
URL: https://github.com/apache/nuttx/pull/9057#issuecomment-1521843494
@zhang-2019 please fix this conflict
--
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 spec
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko 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 28eca64dd5 libc: Cleanup per-thread resour
pkarashchenko merged PR #9062:
URL: https://github.com/apache/nuttx/pull/9062
--
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.
qinwei2004 commented on PR #8799:
URL: https://github.com/apache/nuttx/pull/8799#issuecomment-1521828190
@masayuki2009 @xiaoxiang781216
Sorry for lately reply
I check this issue, for SMP, the CONFIG_ARCH_FPU shouldn't enabled, but with
configure, I can see
CONFIG_ARCH_FPU=y
the
no1wudi commented on PR #8985:
URL: https://github.com/apache/nuttx/pull/8985#issuecomment-1521825473
@xiaoxiang781216
@tmedicci I found that with this patch, adb is broken, could you submit a
fix ? Thanks
--
This is an automated message from the Apache Git Service.
To respond to the
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 006afeb21f fs/inode: when searching for nextna
xiaoxiang781216 merged PR #9093:
URL: https://github.com/apache/nuttx/pull/9093
--
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...@nutt
This is an automated email from the ASF dual-hosted git repository.
jerpelea 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 70e42f5bfe stm32_f7/h7_eth: Added error handlin
jerpelea merged PR #9088:
URL: https://github.com/apache/nuttx/pull/9088
--
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
acassis commented on issue #9059:
URL: https://github.com/apache/nuttx/issues/9059#issuecomment-1521749924
@xiaotailang now to know you get it working at least on FLAT mode. I forgot
to ask: which microcontroller and board are you using?
--
This is an automated message from the Apache Git
xiaoxiang781216 commented on code in PR #1557:
URL: https://github.com/apache/nuttx-apps/pull/1557#discussion_r1176456775
##
crypto/wolfssl/Kconfig:
##
@@ -0,0 +1,108 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the
siryang2006 commented on code in PR #9083:
URL: https://github.com/apache/nuttx/pull/9083#discussion_r1176452204
##
libs/libm/openlibm/Make.defs:
##
@@ -0,0 +1,116 @@
+
+
+# libs/libm/openlibm/Make.defs
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 6d5f8caf53 libm/openlibm: add math library ope
xiaoxiang781216 merged PR #9083:
URL: https://github.com/apache/nuttx/pull/9083
--
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...@nutt
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 d48114a4b7 sched/addrenv.c: Implement re-entrancy for addrenv_select()
add f2530c53a5 esp32: port support for I
xiaoxiang781216 merged PR #9077:
URL: https://github.com/apache/nuttx/pull/9077
--
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...@nutt
This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 20623d7369 sem/sem_init: Change sem_xxx -> nxsem_xxx in kernel modules
add d48114a4b7 sched/addrenv.c: Implement
jerpelea merged PR #9090:
URL: https://github.com/apache/nuttx/pull/9090
--
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
xiaoxiang781216 commented on code in PR #9083:
URL: https://github.com/apache/nuttx/pull/9083#discussion_r1176443014
##
libs/libm/openlibm/0001-fix-build-float_t-error-float_t-has-not-been-declare.patch:
##
@@ -0,0 +1,38 @@
+From 147f2e6962c7624920909c3e4a4ef120e6814a66 Mon Sep
SPRESENSE commented on PR #9045:
URL: https://github.com/apache/nuttx/pull/9045#issuecomment-1521685046
@pkarashchenko @xiaoxiang781216 Thanks for your comments. I updated this PR
as suggested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please
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 08bfc4e9c system/critmon: fix warning
08b
xiaoxiang781216 merged PR #1724:
URL: https://github.com/apache/nuttx-apps/pull/1724
--
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.
jerpelea 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 20623d7369 sem/sem_init: Change sem_xxx -> nxse
jerpelea merged PR #9091:
URL: https://github.com/apache/nuttx/pull/9091
--
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
hujun260 commented on PR #9065:
URL: https://github.com/apache/nuttx/pull/9065#issuecomment-1521571891
> @hujun260
>
> I think that 'cpu: ' in the commit log is too generic and would lead to
misunderstanding. My recommendation is to use 'arm64: ' instead.
>
> ```
> commit 60
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 33d6c1bb72 Update config for nuttx-apps#1558
3
xiaoxiang781216 merged PR #8967:
URL: https://github.com/apache/nuttx/pull/8967
--
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...@nutt
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 fa26bab6b DroneCAN add socketcan support,
xiaoxiang781216 merged PR #1558:
URL: https://github.com/apache/nuttx-apps/pull/1558
--
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...
xiaoxiang781216 commented on PR #1558:
URL: https://github.com/apache/nuttx-apps/pull/1558#issuecomment-1521546181
@PetervdPerk-NXP let me merge both patch and fix the ci possible broken in
the next couple hours.
--
This is an automated message from the Apache Git Service.
To respond to t
Gary-Hobson opened a new pull request, #1724:
URL: https://github.com/apache/nuttx-apps/pull/1724
## Summary
fix warning :
critmon.c:269:3: warning: 'runtime' may be used uninitialized in this
function [-Wmaybe-uninitialized]
269 | printf("%11s %11s %11s %-16s %-5s %s\n",
Gary-Hobson opened a new pull request, #9093:
URL: https://github.com/apache/nuttx/pull/9093
## Summary
fix the problem that stat fails to use the relative path
An error will be reported if used in the following way: stat("//./bin", &st);
## Impact
fs
## Testing
sim
TimJTi opened a new issue, #9092:
URL: https://github.com/apache/nuttx/issues/9092
If you deselect an app using` make menuconfig `the build always fails, even
if you do a `make clean` and a `make apps_clean.`
The only solution is a `make distclean` which doesn't seem right to me?
--
pussuw opened a new pull request, #9091:
URL: https://github.com/apache/nuttx/pull/9091
## Summary
Use the kernel space api nxsem_xxx when inside the kernel.
## Impact
Everywhere else (besides libc) nxsem_ is used, which I think is correct.
sem_xx are userspace APIs which modify
pussuw opened a new pull request, #9090:
URL: https://github.com/apache/nuttx/pull/9090
## Summary
Store the old environment in a local context so another temporary address
environment can be selected. This can happen especially when a process is being
loaded (the new process's mappings
btashton commented on PR #1558:
URL: https://github.com/apache/nuttx-apps/pull/1558#issuecomment-1521344079
@PetervdPerk-NXP unfortunately we don't have a clean way to run CI against
cross-coupled changes. I had a few ideas in the past, but never had time to try
and implement them. For now
PetervdPerk-NXP commented on PR #1558:
URL: https://github.com/apache/nuttx-apps/pull/1558#issuecomment-1521337370
Hi I'm a bit lost on what to do get this PR and
https://github.com/apache/nuttx/pull/8967 into upstream?
Both are approved but we're going around with the circular dependency
xiaotailang commented on issue #9059:
URL: https://github.com/apache/nuttx/issues/9059#issuecomment-1521311465
Hi@btashton
Thank you for your suggestion. I will try to use POSIX timers。
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
1 - 100 of 114 matches
Mail list logo