jianglianfang commented on PR #13030:
URL: https://github.com/apache/nuttx/pull/13030#issuecomment-2303902396
Done.
--
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 unsub
jerpelea commented on PR #13080:
URL: https://github.com/apache/nuttx/pull/13080#issuecomment-2303901595
@xiaoxiang781216 the BSD 4 clause code will trigger any code scanning tool
and the problem is that it is in the NuttX core(libc).
This will potentially make NuttX less attractive for c
jerpelea merged PR #2519:
URL: https://github.com/apache/nuttx-apps/pull/2519
--
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.
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 309f42ea2 apps: add lame Makefile & CMakeL
wengzhe opened a new pull request, #13093:
URL: https://github.com/apache/nuttx/pull/13093
## Summary
Work for every network device using `CONFIG_NETDEV_STATISTICS`.
Log style:
```
:T{done}/{total},R({v4}+{v6})/{total}
{Protocol}:T{tx},R{rx},D{drop}
```
Example:
wyr-7 closed pull request #13091: rpmsgfs: fix out of bounds access caused by
data transmission farmat
URL: https://github.com/apache/nuttx/pull/13091
--
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
wyr-7 opened a new pull request, #13092:
URL: https://github.com/apache/nuttx/pull/13092
## Summary
msg->buf has different type with struct stat, so can not memcpy directly.
## Impact
rpmsgfs
## Testing
test in sim:rpserver, sim:rpproxy
--
This is an automated message fr
wyr-7 opened a new pull request, #13091:
URL: https://github.com/apache/nuttx/pull/13091
## Summary
rpmsgfs: fix out of bounds access caused by data transmission farmat
## Impact
rpmsgfs
## Testing
test in vela
--
This is an automated message from the Apache Git Service
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 419a8ab050 CMakeLists.txt: warning D9002 on windows + msvc
add 8628cc9c0e crypto/ripemd160: export ripemd160 al
xiaoxiang781216 merged PR #13084:
URL: https://github.com/apache/nuttx/pull/13084
--
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
yf13 opened a new pull request, #13090:
URL: https://github.com/apache/nuttx/pull/13090
## Summary
This adds cmake support for `board/qemu-armv7a`.
## Impacts
None
## Testing
- local checks with qemu-armv7a target
- CI checks
--
This is an auto
zs39 opened a new pull request, #2520:
URL: https://github.com/apache/nuttx-apps/pull/2520
## Summary
- Since the DHCP configuration network code is reused multiple times, it is
encapsulated.
- Modify all calling places
## Impact
- Renew command
- Ifconfig command
HedongGao commented on PR #13048:
URL: https://github.com/apache/nuttx/pull/13048#issuecomment-2303577236
@PetervdPerk-NXP @raiden00pl @raiden00pl
I will fix the comments and pull request commits one by one. Thank you !
--
This is an automated message from the Apache Git Service.
To r
masayuki2009 commented on PR #13022:
URL: https://github.com/apache/nuttx/pull/13022#issuecomment-2303570828
@tmedicci
I noticed that esp32-devkitc:elf crashes now.
The issue happens with both a real board and QEMU.
```
shizhenghui opened a new pull request, #2519:
URL: https://github.com/apache/nuttx-apps/pull/2519
## Summary
Add lame library to apps/audioutils/lame
## Impact
Simulator offload using internal mp3lame encoder instead of the host mp3lame
encoder.
## Testing
Meissi-jian commented on code in PR #12994:
URL: https://github.com/apache/nuttx/pull/12994#discussion_r1726147413
##
libs/libc/net/lib_addroute.c:
##
@@ -47,24 +47,24 @@
* netmask - Network mask defining the external network (required)
* router - Router address that
guohao15 opened a new pull request, #13089:
URL: https://github.com/apache/nuttx/pull/13089
## Summary
add a new api
FAR char *lib_realpath(FAR const char *path, FAR char *resolved, bool
notfollow);
Add the **nofollow** parameter to choose whether to resolve the pat
shizhenghui opened a new pull request, #13088:
URL: https://github.com/apache/nuttx/pull/13088
## Summary
1. Add lame library to apps/audioutils/lame
2. Move sim_offload.c out of posix directory
3. Remove -lmad & -lmp3lame from Makefile
## Impact
Simulator offloa
patacongo commented on code in PR #13018:
URL: https://github.com/apache/nuttx/pull/13018#discussion_r1725115068
##
sched/irq/irq_attach_thread.c:
##
@@ -0,0 +1,214 @@
+/
+ * sched/irq/irq_attach_thread.
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new ab67cb191 examples/usbserial: Check i
pkarashchenko merged PR #2502:
URL: https://github.com/apache/nuttx-apps/pull/2502
--
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...@n
hujun260 commented on code in PR #13018:
URL: https://github.com/apache/nuttx/pull/13018#discussion_r1726149504
##
sched/irq/irq_attach_thread.c:
##
@@ -0,0 +1,214 @@
+/
+ * sched/irq/irq_attach_thread.c
Renjianguang-mi opened a new pull request, #13087:
URL: https://github.com/apache/nuttx/pull/13087
## Summary
## Impact
## Testing
--
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
Meissi-jian commented on code in PR #12994:
URL: https://github.com/apache/nuttx/pull/12994#discussion_r1726147413
##
libs/libc/net/lib_addroute.c:
##
@@ -47,24 +47,24 @@
* netmask - Network mask defining the external network (required)
* router - Router address that
liqinhuixm commented on PR #13070:
URL: https://github.com/apache/nuttx/pull/13070#issuecomment-2303510707
@acassis
[https://github.com/apache/nuttx/blob/master/tools/simwifi/README](url) This is
a brief introduction to the simwifi function.
--
This is an automated message from the Apa
HedongGao closed pull request #2518: can: Merge netpacket/can.h into nuttx/can.h
URL: https://github.com/apache/nuttx-apps/pull/2518
--
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
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 f8d94a5cc Publishing web: aa582a7
This is an automated email from the ASF dual-hosted git repository.
archer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 419a8ab050 CMakeLists.txt: warning D9002 on windo
anchao merged PR #13085:
URL: https://github.com/apache/nuttx/pull/13085
--
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
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 3a25286862 usbdev/cdcncm: fix notify overwrite issue
add 62f598e547 arm_mpu:Reentrant allocation Region
ad
xiaoxiang781216 merged PR #12968:
URL: https://github.com/apache/nuttx/pull/12968
--
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 #13075:
URL: https://github.com/apache/nuttx/pull/13075#issuecomment-2302655480
> @zhhyu7 Please add Documentation/ too!
let's create a new pr for document.
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 271f76590f fs_lock/pathbuffer:Optimize code structure
add 5b24917bb9 usb_cdcmbim: add mbim device driver
a
xiaoxiang781216 merged PR #13075:
URL: https://github.com/apache/nuttx/pull/13075
--
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
commit 36a8ff0540ca7389b5a14b64149a96f4f7a23461
Author: chenrun1
AuthorDate: Tue Aug 20 14:14:22 2024 +0800
lib_pathbuff
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 0bf2634631aa6d6ca67df85fb04a9d1f32b4db6a
Author: chenrun1
AuthorDate: Tue Feb 27 16:38:14 2024 +0800
fs_lock:Redu
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 271f76590f2237c70bab6fea2b90be2bdc944288
Author: chenrun1
AuthorDate: Wed Aug 21 11:06:27 2024 +0800
fs_lock/path
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 16afee6f0cdb81fa1f77108a1a522c1fbfc8a2b3
Author: guohao15
AuthorDate: Mon Feb 26 16:32:57 2024 +0800
notify:add p
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 dba77ff043508cf97b877e1379c971c11d8859d5
Author: chenrun1
AuthorDate: Thu Jul 11 17:38:22 2024 +0800
fslock:Optim
xiaoxiang781216 merged PR #12969:
URL: https://github.com/apache/nuttx/pull/12969
--
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 a69d3d78fe inotify: add filter of notify options to reduce overload of
system
new 0bf2634631 fs_lock:Reduce st
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 c528244f19a282eb4d3c4266fcbf93c3367fc1b3
Author: chenrun1
AuthorDate: Fri May 24 16:12:16 2024 +0800
fs_lock:Fixe
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 03aca2c07e7db1fdd3cf5ef1a5f48ebb715e0169
Author: guohao15
AuthorDate: Tue Nov 14 18:53:19 2023 +0800
rpmsgfs:add
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 048415f4075a1d6b036b4241c1d8fdee5e990544
Author: guohao15
AuthorDate: Tue Jan 30 10:44:12 2024 +0800
notify: chan
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 8731368e451dc5d138f8c8296d10b8a3d6c06291
Author: guohao15
AuthorDate: Wed Jun 19 15:13:08 2024 +0800
inotify: gro
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 3df638971f448d77807656d86f6dbc927c0e7fa9
Author: guohao15
AuthorDate: Thu Feb 1 16:45:41 2024 +0800
notify:do not
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 a69d3d78fe39c602c351de7a2e8d65db271fbac0
Author: guohao15
AuthorDate: Fri May 31 16:30:53 2024 +0800
inotify: add
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 3ced80c743ffdfb688c8727c959faec8ffa0fb25
Author: guohao15
AuthorDate: Fri Nov 3 14:56:40 2023 +0800
basename: ret
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 86e00896d3580c6f9ac9e9e667b6c5a54534fcbd
Author: guohao15
AuthorDate: Fri Aug 18 20:14:38 2023 +0800
fs:notify ad
xiaoxiang781216 commented on PR #13077:
URL: https://github.com/apache/nuttx/pull/13077#issuecomment-2302646142
> Nice work @guohao15 !!! Please include Documentation/
@guohao15 please create a new pr for document.
--
This is an automated message from the Apache Git Service.
To resp
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 57250a960276be78aabd8273fe01b9379fcd8fa1
Author: guohao15
AuthorDate: Mon May 27 11:07:21 2024 +0800
inotify: use
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 68a64c1a4cac468064b41373f097a34576262ed9
Author: guohao15
AuthorDate: Mon Nov 6 18:41:29 2023 +0800
inotifiy:redu
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 74963decebd304d5c716a71d81b43d0d00658c7d
Author: guohao15
AuthorDate: Mon Nov 6 20:31:11 2023 +0800
inotify:chang
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 a40a8e17fb398f2b34607b5e7c53acd199b77f71
Author: guohao15
AuthorDate: Thu Nov 2 20:20:24 2023 +0800
fsnotify:fix
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 bf919afcbd6d066df459b660b05326d14347d93a
Author: guohao15
AuthorDate: Thu Feb 22 10:56:44 2024 +0800
notify:chang
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 25e2d7bef28f6a14dcf40218e0f4d24ba2d6edb1
Author: guohao15
AuthorDate: Thu Jan 18 12:20:37 2024 +0800
inotify:add
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 6e1dfe2777 include/wchar:Fix mbstate_t Redeclaration in MSVC
new 86e00896d3 fs:notify add support for inotify
xiaoxiang781216 merged PR #13077:
URL: https://github.com/apache/nuttx/pull/13077
--
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 4c6f75d13c sched/irq: correct critical section to spin lock
add 667e92390b nuttx/atomic.h:replace ALL stdatomic
xiaoxiang781216 merged PR #13044:
URL: https://github.com/apache/nuttx/pull/13044
--
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 #13044:
URL: https://github.com/apache/nuttx/pull/13044#issuecomment-2302634329
> > We can use this atomic test in
> >
https://github.com/apache/nuttx-apps/blob/master/testing/atomic/atomic_main.c
>
> Looks good to me as long we're sure every archite
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 4fa5451595 simwifi: Fix the error of the return value in
wifidriver_set_txpower.
add 4c6f75d13c sched/irq: co
xiaoxiang781216 merged PR #13083:
URL: https://github.com/apache/nuttx/pull/13083
--
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 #13086:
URL: https://github.com/apache/nuttx/pull/13086#discussion_r1725473743
##
cmake/menuconfig.cmake:
##
@@ -74,6 +74,24 @@ add_custom_target(
${NUTTX_DEFCONFIG}
WORKING_DIRECTORY ${NUTTX_DIR})
+add_custom_target(
+ ol
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-apps.git
from b883eb592 mbedtls: fix build error when libcxx is enabled.
add 5a04b9a7c tcpdump:fix tcpdump stack overflo
xiaoxiang781216 merged PR #2517:
URL: https://github.com/apache/nuttx-apps/pull/2517
--
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 merged PR #2516:
URL: https://github.com/apache/nuttx-apps/pull/2516
--
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.
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 b883eb592 mbedtls: fix build error when l
pietroalbini opened a new pull request, #13086:
URL: https://github.com/apache/nuttx/pull/13086
## Summary
The [Fast configuration
changes](https://nuttx.apache.org/docs/latest/quickstart/configuring.html#fast-configuration-changes)
section of the documentation mentions the need to r
acassis commented on issue #13062:
URL: https://github.com/apache/nuttx/issues/13062#issuecomment-2302478697
@lzc1001 hmm, I think I discovered the issue: there is not CONFIG_MMU_DEBUG.
Just run: $ git grep MMU_DEBUG
There need to exist an MMU_DEBUG symbol defined inside a Kconfig o
lzc1001 commented on issue #13062:
URL: https://github.com/apache/nuttx/issues/13062#issuecomment-2302448833
@acassis Thanks for your answer!😀 So, I need to write a new "sinfo()" by
myself? Because I found that this function was already written in the code, but
it was wrapped in the macro d
simbit18 opened a new pull request, #13085:
URL: https://github.com/apache/nuttx/pull/13085
## Summary
Resolve compile warning
cl : command line warning D9002: ignoring unknown option
'-fmacro-prefix-map=
## Impact
None
## Testing
local and GITHUB
--
This is an auto
PetervdPerk-NXP commented on PR #13044:
URL: https://github.com/apache/nuttx/pull/13044#issuecomment-2302413257
> We can use this atomic test in
https://github.com/apache/nuttx-apps/blob/master/testing/atomic/atomic_main.c
Looks good to me as long we're sure every architecture is tr
crafcat7 commented on PR #12968:
URL: https://github.com/apache/nuttx/pull/12968#issuecomment-2302402499
> @crafcat7 please rebase the patch
Done
--
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
crafcat7 commented on PR #13044:
URL: https://github.com/apache/nuttx/pull/13044#issuecomment-2302395204
> I think it would be a good idea to add an example/test in nuttx/apps using
libcxxmini. So CI will test the implementation with different toolchains.
We can use this atomic test i
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 be942853c4b7ef3aa78d70020e45e1dd42c69628
Author: liqinhui
AuthorDate: Tue Jun 11 11:26:35 2024 +0800
simwifi: Add
xiaoxiang781216 merged PR #13070:
URL: https://github.com/apache/nuttx/pull/13070
--
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
commit 6d3fdd4f15d088950d70314e9c972c39af1c22aa
Author: liqinhui
AuthorDate: Wed Jun 26 20:27:21 2024 +0800
simwifi: Sup
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 91d849b70e95a49d2a398155c94ee608ad24c827
Author: liqinhui
AuthorDate: Tue Jul 9 22:39:07 2024 +0800
simwifi: Reso
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 577e2fa73fb80c3d51b10d9cd3c4e6f18e37de08
Author: liqinhui
AuthorDate: Mon Jun 24 11:59:23 2024 +0800
simwifi: Avo
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 c19cbdf8d6 cmake: fix invalid syntax when generating version.h from
tags
new be942853c4 simwifi: Add debug inf
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 4fa5451595f827fb8227215a61cf65186ecb23ed
Author: liqinhui
AuthorDate: Tue Jul 9 22:45:57 2024 +0800
simwifi: Fix
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 01b39074a2c6c8399da1edca66dd13a00b592e88
Author: liqinhui
AuthorDate: Tue Jun 11 20:18:49 2024 +0800
simwifi: Sup
xiaoxiang781216 commented on PR #12968:
URL: https://github.com/apache/nuttx/pull/12968#issuecomment-2302385455
@crafcat7 please rebase the patch
--
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 t
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new c19cbdf8d6 cmake: fix invalid syntax when gene
xiaoxiang781216 merged PR #13081:
URL: https://github.com/apache/nuttx/pull/13081
--
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 #11438: CMake version.h compilation error
URL: https://github.com/apache/nuttx/issues/11438
--
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 unsu
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 8d1f4e9697 sim_camera: rename video to camera
add d99717765e bcm43xxx: Fix the warnings.
add a60185cc40 ne
xiaoxiang781216 merged PR #13054:
URL: https://github.com/apache/nuttx/pull/13054
--
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 568917bfd2 espressif: Fix MCUboot build on RISC-V and unify linker
script
add 6ff3ed83fc m2m sim codec: add wq
xiaoxiang781216 merged PR #13078:
URL: https://github.com/apache/nuttx/pull/13078
--
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
commit 568917bfd295e2eb3a97c235dd1e628209db44fa
Author: Tiago Medicci Serrano
AuthorDate: Mon Aug 12 17:20:01 2024 -0300
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 c40358ff0d pm: update document, add pm_idle interface for not-smp case
new 5680e9d5a4 espressif: Update interna
xiaoxiang781216 merged PR #13022:
URL: https://github.com/apache/nuttx/pull/13022
--
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 #13080:
URL: https://github.com/apache/nuttx/pull/13080#issuecomment-2302367233
> @acassis
>
> BSD-2 clause license https://opensource.org/license/bsd-2-clause
>
> BSD- 3 clause license https://opensource.org/license/bsd-3-clause
>
> As you
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 c4d8d937d5 libs/libc/obstack: correctly append null byte at the end of
string
add c40358ff0d pm: update docume
xiaoxiang781216 merged PR #13072:
URL: https://github.com/apache/nuttx/pull/13072
--
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 PR #13048:
URL: https://github.com/apache/nuttx/pull/13048#issuecomment-2302354009
@PetervdPerk-NXP CAN chardev header is in `include/can/can.h`. Merged
headers are for SocketCAN only which are: `include/netpacket/can.h` and
`include/nuttx/can.h`.
Changes in `incl
PetervdPerk-NXP commented on PR #13048:
URL: https://github.com/apache/nuttx/pull/13048#issuecomment-2302293913
Overall I'm not a fan of merging the CHRDEV header with the SocketCAN
header. Those are 2 distinct subsystems.
Also I would like to maintain compatibility with Linux I think thi
PetervdPerk-NXP commented on code in PR #13048:
URL: https://github.com/apache/nuttx/pull/13048#discussion_r1725233352
##
include/nuttx/can.h:
##
@@ -313,43 +276,85 @@ typedef uint32_t can_err_mask_t;
* can_dlc: frame payload length in byte (0 .. 8) aka data length code
*
1 - 100 of 192 matches
Mail list logo