haiyuewa commented on PR #14505:
URL: https://github.com/apache/nuttx/pull/14505#issuecomment-2437073488
> @haiyuewa hi, how to reproduce this warning ? is this something toolchain
specific? I've never seen anything like this and I'm curious why :) BTW x86_64
port isn't based on sim port, s
W-M-R commented on PR #14495:
URL: https://github.com/apache/nuttx/pull/14495#issuecomment-2434700462
> please add a commit message (copy the message from PR)
OK
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
raiden00pl commented on code in PR #14505:
URL: https://github.com/apache/nuttx/pull/14505#discussion_r1816128544
##
arch/x86_64/src/cmake/Toolchain.cmake:
##
@@ -83,6 +83,12 @@ if(CONFIG_DEBUG_SYMBOLS)
add_compile_options(${CONFIG_DEBUG_SYMBOLS_LEVEL})
endif()
+if(CONFIG_
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 9dc3e4ee41f4e9b88671a327217750e1ac05f1dd
Author: hujun5
AuthorDate: Wed Oct 23 14:42:21 2024 +0800
arm64:
simbit18 commented on PR #14499:
URL: https://github.com/apache/nuttx/pull/14499#issuecomment-2435266345
@jasonbu build nuttx with msvc is now OK !
Thank you
https://github.com/simbit18/nuttx-testing-ci/actions/runs/11499906609/job/32009014581
--
This is an automated message fro
lupyuen commented on PR #14499:
URL: https://github.com/apache/nuttx/pull/14499#issuecomment-2435250609
@xiaoxiang781216 I'm very sorry, can we do this after 30 Oct?
Remember that ASF Infra Team is watching our GitHub Spending very closely.
If we exceed their budget on 30 Oct, they w
eren-terzioglu commented on issue #13855:
URL: https://github.com/apache/nuttx/issues/13855#issuecomment-2434550920
> @eren-terzioglu and @tmedicci, Did you understand the issue? Are you able
to reproduce it?
Yes I reproduced and working on it. Thanks for the report
--
This is an a
raiden00pl commented on PR #14505:
URL: https://github.com/apache/nuttx/pull/14505#issuecomment-2437141659
> ld --version
GNU ld (GNU Binutils for Ubuntu) 2.42
the same on my side. But it's possible that arch linux applies some
additional patches to binutils/gcc or the reason is so
github-actions[bot] commented on PR #14507:
URL: https://github.com/apache/nuttx/pull/14507#issuecomment-2437149906
This PR exceeds the recommended size of 1000 lines. Please make sure you are
NOT addressing multiple issues with one PR. Note this PR might be rejected due
to its size.
--
jerpelea opened a new pull request, #14507:
URL: https://github.com/apache/nuttx/pull/14507
**Summary**
Change 1: Replace sched_note_printf with sched_note_bprintf to delay string
formatting and improve sched_note_printf execution speed (bprintf does not
format parameters, but only parse
haiyuewa commented on PR #14505:
URL: https://github.com/apache/nuttx/pull/14505#issuecomment-2437099989
> > gcc --version
> > gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
>
> interesting, for me the problem doesn't occur for both `gcc 14.1.1` and
`gcc 13.3.0`. Probably some linux distro d
jerpelea opened a new pull request, #2770:
URL: https://github.com/apache/nuttx-apps/pull/2770
## Summary
fix noteprint compile error
The sched_note_string/bprintf/dump interfaces have been removed and replaced
with printf and event
## Impact
RELEASE
## Testing
CI
nuttxpr commented on PR #2770:
URL: https://github.com/apache/nuttx-apps/pull/2770#issuecomment-2437120579
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
This Pull Request appears to meet the basic NuttX re
xiaoxiang781216 merged PR #14452:
URL: https://github.com/apache/nuttx/pull/14452
--
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
raiden00pl commented on code in PR #14505:
URL: https://github.com/apache/nuttx/pull/14505#discussion_r1816139037
##
arch/x86_64/src/cmake/Toolchain.cmake:
##
@@ -83,6 +83,12 @@ if(CONFIG_DEBUG_SYMBOLS)
add_compile_options(${CONFIG_DEBUG_SYMBOLS_LEVEL})
endif()
+if(CONFIG_
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 1506c6f54 lvgl: upgrade to release/v9.2.1
jerpelea merged PR #2592:
URL: https://github.com/apache/nuttx-apps/pull/2592
--
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.
jerpelea closed issue #2461: LVGL Version
URL: https://github.com/apache/nuttx-apps/issues/2461
--
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-
jerpelea closed issue #13825: [RC] LVGL 9.2.1 on NuttX 12.7.0(-RC) workbench.
URL: https://github.com/apache/nuttx/issues/13825
--
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.
lupyuen commented on PR #14499:
URL: https://github.com/apache/nuttx/pull/14499#issuecomment-2435499789
msvc build is successful in our NuttX Mirror Repo yay! 🎉
https://github.com/NuttX/nuttx/actions/runs/11501541770
--
This is an automated message from the Apache Git Service.
T
nuttxpr commented on PR #14501:
URL: https://github.com/apache/nuttx/pull/14501#issuecomment-2435358728
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
This PR does not meet the NuttX requirements fully. Her
xiaoxiang781216 commented on code in PR #14505:
URL: https://github.com/apache/nuttx/pull/14505#discussion_r1815966235
##
arch/x86_64/src/common/Toolchain.defs:
##
@@ -106,6 +106,12 @@ ifeq ($(CONFIG_DEBUG_LINK_WHOLE_ARCHIVE),y)
LDFLAGS += --whole-archive
endif
+ifeq ($(CO
yamt commented on PR #14460:
URL: https://github.com/apache/nuttx/pull/14460#issuecomment-2434935634
> @acassis @xiaoxiang781216 @yamt @jkivilin If you don't have any more
questions, then this PR will be merged after CI pass
i feel a few days is too short for this kind of change. plea
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 d8ed88c8a6 samv7: fix QSPI build
d8ed88c8a6 is
haiyuewa commented on code in PR #14505:
URL: https://github.com/apache/nuttx/pull/14505#discussion_r1816135134
##
arch/x86_64/src/cmake/Toolchain.cmake:
##
@@ -83,6 +83,12 @@ if(CONFIG_DEBUG_SYMBOLS)
add_compile_options(${CONFIG_DEBUG_SYMBOLS_LEVEL})
endif()
+if(CONFIG_HO
raiden00pl commented on PR #14505:
URL: https://github.com/apache/nuttx/pull/14505#issuecomment-2437065479
@haiyuewa hi, how to reproduce this warning ? is this something toolchain
specific? I've never seen anything like this and I'm curious why :)
BTW x86_64 port isn't based on sim port
xiaoxiang781216 merged PR #14494:
URL: https://github.com/apache/nuttx/pull/14494
--
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 #14498:
URL: https://github.com/apache/nuttx/pull/14498#discussion_r1815039129
##
arch/arm/src/armv8-r/arm_doirq.c:
##
@@ -58,7 +58,9 @@ uint32_t *arm_doirq(int irq, uint32_t *regs)
* and we will use this_task(). Therefore, it cannot be overrid
raiden00pl commented on PR #14505:
URL: https://github.com/apache/nuttx/pull/14505#issuecomment-2437095905
> gcc --version
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
interesting, for me the problem doesn't occur for both `gcc 14.1.1` and `gcc
13.3.0`. Probably some linux distro differenc
xiaoxiang781216 commented on PR #14471:
URL: https://github.com/apache/nuttx/pull/14471#issuecomment-2434099702
@cuiziwei1 please look at.
--
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
tmedicci commented on issue #14487:
URL: https://github.com/apache/nuttx/issues/14487#issuecomment-2435138474
> ```
> make -j distclean && ./tools/configure.sh esp32s3-devkit:elf && make flash
ESPTOOL_PORT=/dev/ttyUSB0 -s -j$(nproc) && minicom -D /dev/ttyUSB0
> ```
Of course:
nuttxpr commented on PR #14509:
URL: https://github.com/apache/nuttx/pull/14509#issuecomment-2437437683
[**\[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
cederom merged PR #2770:
URL: https://github.com/apache/nuttx-apps/pull/2770
--
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
This is an automated email from the ASF dual-hosted git repository.
cederom pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit a2e76247fbddfbe761061e97c1f177227ce88020
Author: wanggang26
AuthorDate: Thu Nov 9 22:44:07 2023 +0800
r
This is an automated email from the ASF dual-hosted git repository.
cederom pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 833b36cddc756b4de135356c1aa7ba3ffdaa01b9
Author: yinshengkai
AuthorDate: Wed Mar 27 21:24:24 2024 +0800
acassis commented on PR #14509:
URL: https://github.com/apache/nuttx/pull/14509#issuecomment-2438084893
@xiaoxiang781216 @cederom exactly! How to integrate HW RNG, how to use
pseudo random generator without HW RNG, etc
--
This is an automated message from the Apache Git Service.
To respon
haiyuewa commented on code in PR #14505:
URL: https://github.com/apache/nuttx/pull/14505#discussion_r1816994117
##
arch/x86_64/src/cmake/Toolchain.cmake:
##
@@ -83,6 +83,12 @@ if(CONFIG_DEBUG_SYMBOLS)
add_compile_options(${CONFIG_DEBUG_SYMBOLS_LEVEL})
endif()
+if(CONFIG_HO
nuttxpr commented on PR #2771:
URL: https://github.com/apache/nuttx-apps/pull/2771#issuecomment-2437451935
[**\[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.*
xiaoxiang781216 opened a new pull request, #2771:
URL: https://github.com/apache/nuttx-apps/pull/2771
## Summary
and follow the kernel side change:
https://github.com/apache/nuttx/pull/14509
## Impact
code refactor only
## Testing
ci
--
This is an auto
anchao opened a new pull request, #14510:
URL: https://github.com/apache/nuttx/pull/14510
## Summary
driver/serial: remove return value of up_putc()
modify the prototype of up_putc(): remove the return value
The architecture code does not care about the return value of up
This is an automated email from the ASF dual-hosted git repository.
cederom pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 9aedfdd4f7fdd5bd1aadeee9ec4e473ab023c7f5
Author: wangmingrong1
AuthorDate: Tue Jul 16 14:59:34 2024 +0800
This is an automated email from the ASF dual-hosted git repository.
cederom pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 2b11886c9a8692a95cd8ee5ed1ca07d76d8d9b82
Author: yinshengkai
AuthorDate: Mon Apr 8 15:42:18 2024 +0800
This is an automated email from the ASF dual-hosted git repository.
cederom pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit a7011eb6f68ac6228b468ecedb44f735415bc589
Author: yinshengkai
AuthorDate: Tue Oct 8 19:58:24 2024 +0800
This is an automated email from the ASF dual-hosted git repository.
cederom pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit bbba2448cdb7e2fac76dce2421f709a75e59a616
Author: Bowen Wang
AuthorDate: Fri Oct 11 11:07:15 2024 +0800
This is an automated email from the ASF dual-hosted git repository.
cederom pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 734baae5a20c510a0f3dc22b569c6a94b5de88ea
Author: dulibo1
AuthorDate: Fri Oct 13 16:54:42 2023 +0800
tes
This is an automated email from the ASF dual-hosted git repository.
cederom pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 78937126227f00cd8af595a20e06c6f276ac8520
Author: dulibo1
AuthorDate: Mon Dec 4 20:55:03 2023 +0800
driv
This is an automated email from the ASF dual-hosted git repository.
cederom pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 82fb1a4511feccb38b66fd390a6d0e6b8c5c5f04
Author: Yongrong Wang
AuthorDate: Mon Jul 22 20:02:24 2024 +0800
This is an automated email from the ASF dual-hosted git repository.
cederom pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 8e938957c2d66a35274d0c8a800b595c02b181af
Author: dulibo1
AuthorDate: Wed Nov 8 11:14:54 2023 +0800
gpio
This is an automated email from the ASF dual-hosted git repository.
cederom pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 0ed4ca1767f5bbf723a2b2fc9e25f39353b960a0
Author: Neo Xu
AuthorDate: Fri Oct 11 15:15:20 2024 +0800
note
acassis commented on issue #9645:
URL: https://github.com/apache/nuttx/issues/9645#issuecomment-2437807350
@xiaotailang @yuening1999 this is my experience with debugging and
optimization: in the past we were forced to use -O0 -g for ARM because the
breakpoints and info didn't work well, but
acassis commented on PR #14509:
URL: https://github.com/apache/nuttx/pull/14509#issuecomment-2437822920
@xiaoxiang781216 maybe we need to update the random number generation
Documentation/ to explain that up_rngbuf() now is used to fill the randomness
pool
--
This is an automated message
cederom commented on PR #14509:
URL: https://github.com/apache/nuttx/pull/14509#issuecomment-2438102087
Okay, TODO added in Issue https://github.com/apache/nuttx/issues/14511 :-)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
This is an automated email from the ASF dual-hosted git repository.
cederom pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/releases/12.7 by this push:
new 0090cef71 lvgl: upgrade to re
raiden00pl opened a new pull request, #14512:
URL: https://github.com/apache/nuttx/pull/14512
## Summary
User may set CONFIG_MM_REGIONS=1 on purpose to disable CCM. This is a
completely normal system config and should not be treated as error.
I found this problem trying to run
cederom merged PR #2764:
URL: https://github.com/apache/nuttx-apps/pull/2764
--
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
xiaoxiang781216 merged PR #14512:
URL: https://github.com/apache/nuttx/pull/14512
--
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 da1ff4cf77 arch/arm/stm32: convert error to wa
xiaoxiang781216 commented on issue #14467:
URL: https://github.com/apache/nuttx/issues/14467#issuecomment-2439359474
xtensa has the special code to make gdb pass through syscall boundary,
@tmedicci does extensa trick apply to arm arch too?
--
This is an automated message from the Apache G
xiaoxiang781216 merged PR #14505:
URL: https://github.com/apache/nuttx/pull/14505
--
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
XuNeo commented on issue #13825:
URL: https://github.com/apache/nuttx/issues/13825#issuecomment-2439209895
`nuttx` have no such issue.
The Kconfig file content is copied out to nuttx-apps.
The last minute changes in LVGL's Kconfig is not updated in nuttx-apps.
```patch
xiaoxiang781216 commented on code in PR #14510:
URL: https://github.com/apache/nuttx/pull/14510#discussion_r1817638039
##
drivers/syslog/syslog_channel.c:
##
@@ -235,10 +235,9 @@ static int syslog_default_putc(FAR syslog_channel_t
*channel, int ch)
UNUSED(channel);
# ifd
anchao commented on PR #14499:
URL: https://github.com/apache/nuttx/pull/14499#issuecomment-2436577758
> > > @lupyuen could we turn on windows ci to see how much budget will be
used?
> >
> >
> > @xiaoxiang781216 @xuxin930 why not enable MSVC ci on xiaomi internal
server? Shouldn'
xiaoxiang781216 merged PR #14489:
URL: https://github.com/apache/nuttx/pull/14489
--
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 #14457:
URL: https://github.com/apache/nuttx/pull/14457
--
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 d007193eef armv8m/clang.cmake: add armv8m clang config
add d291ed0afd Writing documentation related to SPI slav
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 c6591c0f496f9583861f0a96673407fb4b47b9bd
Author: chao an
AuthorDate: Fri Oct 25 17:58:49 2024 +0800
driver/serial
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 d0f957ae85 qemu-intel64: Fixes the linker 'noexecstack' warning
new c6591c0f49 driver/serial: remove return val
xiaoxiang781216 merged PR #14510:
URL: https://github.com/apache/nuttx/pull/14510
--
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 opened a new pull request, #14509:
URL: https://github.com/apache/nuttx/pull/14509
*Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
## Summary
fill the buffer with getrandom instead random pool and
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 052ea5b20d mm/kasan: extern kasan API only MM_
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 1c8d0bfdc7229835c0525e2e681ecdd2b4653092
Author: yinshengkai
AuthorDate: Mon Nov 13 12:11:23 2023 +0800
no
jerpelea commented on PR #2770:
URL: https://github.com/apache/nuttx-apps/pull/2770#issuecomment-2437896631
@lupyuen
the CI does not use the right branch
modified: boards/arm/mps/mps3-an547/configs/ap/defconfig
modified: boards/arm/mps/mps3-an547/configs/bl/defconfig
nuttxpr commented on PR #14510:
URL: https://github.com/apache/nuttx/pull/14510#issuecomment-2437488579
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
The PR summary doesn't fully meet the NuttX requirement
xiaoxiang781216 merged PR #14508:
URL: https://github.com/apache/nuttx/pull/14508
--
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 b28f87e3f0 arm/gicv3: replace this_cpu() to up_cpu_index()
add 6a2e21dd07 esp32: Fix a heap corruption bug with
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 2c0e2ac36b8a65fb47ffa2554f14a6ddd3a647c9
Author: yinshengkai
AuthorDate: Tue Nov 14 15:50:52 2023 +0800
no
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 46b1c8605af65413c460a0ff58039b9cbb8af2fe
Author: xuxingliang
AuthorDate: Tue Jul 9 17:13:11 2024 +0800
sch
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 9dc3e4ee41 arm64: fix fvp smp faild to boot
new ca989b5101 noteram:overflow may discard all the trace me
xiaoxiang781216 merged PR #14507:
URL: https://github.com/apache/nuttx/pull/14507
--
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 releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit c87454220d0e34bf1517886349e65da4dcfd9716
Author: yinshengkai
AuthorDate: Mon Nov 20 16:43:06 2023 +0800
no
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit c2bcc56546bedce43a25751e7c9438675a0b3d5d
Author: xuxingliang
AuthorDate: Tue Jul 9 14:35:01 2024 +0800
sch
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 17cbaadce887288c51659cfad49d0309ab9f6ea0
Author: xuxingliang
AuthorDate: Wed Aug 28 16:28:46 2024 +0800
ta
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 5d8cdeaea847bcaf0b9145dd922e0a83045067ca
Author: yinshengkai
AuthorDate: Wed Nov 29 12:35:29 2023 +0800
no
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit f3d611928249889c969c963a450c5a9faad790ed
Author: xuxingliang
AuthorDate: Tue Jul 9 18:05:53 2024 +0800
sch
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit f81c8051a3e3e4d2648759ac325129feb7901460
Author: Neo Xu
AuthorDate: Sun Oct 6 18:12:36 2024 +0800
Document
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 7e89ff5d117a070ed378be75bfd05e9c865f1853
Author: xuxingliang
AuthorDate: Wed Jul 3 13:28:42 2024 +0800
sch
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 2f12e18297a62573f9f770cedb847aa3f04e4a3a
Author: dulibo1
AuthorDate: Wed Mar 20 14:40:33 2024 +0800
notera
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 803489b546ccee11ae482848a5236bb4981f0834
Author: lijianjun
AuthorDate: Tue Jun 11 16:55:45 2024 +0800
add
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit cff121bc230bcdddefd44f49aa085ea319963423
Author: yinshengkai
AuthorDate: Tue Nov 14 22:19:52 2023 +0800
mm
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 001de69be9a177a08adae0a193f4389ee2d6264c
Author: xuxingliang
AuthorDate: Wed Jul 10 10:58:28 2024 +0800
dr
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit f61bfd56082524e5a307d197cf871f3d37de3b64
Author: xuxingliang
AuthorDate: Sat Jul 6 19:38:29 2024 +0800
dri
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit c0ce2083adcb3bb434cb6dc9b3aa98043f29ef17
Author: dulibo1
AuthorDate: Mon Mar 25 17:18:45 2024 +0800
ramlog
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 57a385a994ab843e0ab30882dcbba6b34010791b
Author: yinshengkai
AuthorDate: Fri Nov 24 15:56:37 2023 +0800
go
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 7e6f83a2b8140539752e9eb47247012c845c5e75
Author: Neo Xu
AuthorDate: Tue Oct 8 15:36:54 2024 +0800
boards/a
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit dceb26c7b23a3d4033518bce2470658af991add6
Author: xuxingliang
AuthorDate: Wed Aug 28 10:06:52 2024 +0800
dr
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit ca989b5101d60ae78def8f869b85f36fb79d7b6b
Author: dulibo1
AuthorDate: Wed Mar 20 14:31:57 2024 +0800
notera
xiaoxiang781216 merged PR #14506:
URL: https://github.com/apache/nuttx/pull/14506
--
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 #14509:
URL: https://github.com/apache/nuttx/pull/14509#issuecomment-2438048923
> Thank you @xiaoxiang781216 :-) Build errors :-) + documentation update
needed? :-)
fixed.
--
This is an automated message from the Apache Git Service.
To respond to the
xiaoxiang781216 commented on PR #14509:
URL: https://github.com/apache/nuttx/pull/14509#issuecomment-2438048169
> @xiaoxiang781216 maybe we need to update the random number generation
Documentation/ to explain that up_rngbuf() now is used to fill the randomness
pool
but we don't have
This is an automated email from the ASF dual-hosted git repository.
cederom pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 893ac88f97092b739aae94f634ffb04cf76ab6d9
Author: dulibo1
AuthorDate: Tue Nov 7 09:53:22 2023 +0800
batt
1 - 100 of 125 matches
Mail list logo