W-Mai opened a new pull request, #8077:
URL: https://github.com/apache/nuttx/pull/8077
## Summary
There is a problem with the original driver reading and writing behavior,
refer to the driver of mpu60x0 to make corresponding changes.
## Impact
## Testing
--
Th
W-Mai opened a new pull request, #8078:
URL: https://github.com/apache/nuttx/pull/8078
## Summary
Fixed missing `SPI_SELECT` method and incorrect sending behavior in
sim_linuxspi
## Impact
N/A
## Testing
N/A
--
This is an automated message from t
W-Mai opened a new pull request, #8076:
URL: https://github.com/apache/nuttx/pull/8076
## Summary
Move `SIM_I2CBUS_ID` and `SIM_SPIDEV_NAME` from board to arch. This allows
you not to rely on board configuration.
## Impact
N/A
## Testing
N/A
--
This is an automa
xiaoxiang781216 merged PR #1489:
URL: https://github.com/apache/nuttx-apps/pull/1489
--
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.git
The following commit(s) were added to refs/heads/master by this push:
new aca1a065a8 move usrsock to kernel space
aca1a0
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 8b368b768 examples/netlink_route: fix com
xiaoxiang781216 merged PR #8022:
URL: https://github.com/apache/nuttx/pull/8022
--
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
anchao opened a new pull request, #1489:
URL: https://github.com/apache/nuttx-apps/pull/1489
## Summary
examples/netlink_route: fix compiler warning
```
netlink_route_main.c: In function ‘dump_neighbor’:
netlink_route_main.c:151:26: warning: format ‘%x’ expects argument
ethanlcz commented on code in PR #8022:
URL: https://github.com/apache/nuttx/pull/8022#discussion_r1066546725
##
drivers/usrsock/usrsock_rpmsg_server.c:
##
@@ -0,0 +1,1135 @@
+/
+ * drivers/usrsock/usrso
xiaoxiang781216 commented on code in PR #8075:
URL: https://github.com/apache/nuttx/pull/8075#discussion_r1066523973
##
fs/mmap/fs_anonmap.c:
##
@@ -39,32 +39,69 @@ static int unmap_anonymous(FAR struct task_group_s *group,
FAR void *start,
xiaoxiang781216 commented on code in PR #8075:
URL: https://github.com/apache/nuttx/pull/8075#discussion_r1066522469
##
fs/mmap/fs_anonmap.c:
##
@@ -39,32 +39,69 @@ static int unmap_anonymous(FAR struct task_group_s *group,
FAR void *start,
xiaoxiang781216 commented on code in PR #8075:
URL: https://github.com/apache/nuttx/pull/8075#discussion_r1066522469
##
fs/mmap/fs_anonmap.c:
##
@@ -39,32 +39,69 @@ static int unmap_anonymous(FAR struct task_group_s *group,
FAR void *start,
xiaoxiang781216 commented on code in PR #8075:
URL: https://github.com/apache/nuttx/pull/8075#discussion_r1066521324
##
fs/mmap/fs_mmap.c:
##
@@ -128,45 +105,48 @@ static int file_mmap_(FAR struct file *filep, FAR void
*start,
return map_anonymous(&entry, kernel);
}
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 3c2ba0fe Publishing web: 4b401e13
gustavonihei commented on code in PR #8075:
URL: https://github.com/apache/nuttx/pull/8075#discussion_r1066297644
##
fs/mmap/fs_mmap.c:
##
@@ -128,45 +105,48 @@ static int file_mmap_(FAR struct file *filep, FAR void
*start,
return map_anonymous(&entry, kernel);
}
gustavonihei commented on code in PR #8075:
URL: https://github.com/apache/nuttx/pull/8075#discussion_r1066296367
##
fs/mmap/fs_anonmap.c:
##
@@ -39,32 +39,69 @@ static int unmap_anonymous(FAR struct task_group_s *group,
FAR void *start,
xiaoxiang781216 commented on PR #5997:
URL: https://github.com/apache/nuttx/pull/5997#issuecomment-1377768067
@Donny9 we can implement with the new mmap infrastructure which is simpler
now: https://github.com/apache/nuttx/pull/8000 and
https://github.com/apache/nuttx/pull/8026.
--
This i
xiaoxiang781216 commented on code in PR #5999:
URL: https://github.com/apache/nuttx/pull/5999#discussion_r1066247349
##
libs/libc/unistd/lib_sync.c:
##
@@ -0,0 +1,85 @@
+/
+ * libs/libc/unistd/lib_sync.c
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 2b7d8981e2 arch/xtensa/esp32s3: Add initial support for touch pad
polling
add 0a885da434 syscall: Always add m
xiaoxiang781216 merged PR #8073:
URL: https://github.com/apache/nuttx/pull/8073
--
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 opened a new pull request, #8075:
URL: https://github.com/apache/nuttx/pull/8075
## Summary
- fs/mmap: Remove the duplication rammap handling
- fs/mmap: Support the no backing file for anonymous mapping
- fs/mmap: Suppor the partial unmap for anonymous mapping
xiaoxiang781216 opened a new pull request, #8074:
URL: https://github.com/apache/nuttx/pull/8074
## Summary
and refine the code to prepare the support of new flags
## Impact
code refactor only
## Testing
Pass CI
--
This is an automated message from th
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 07342f7957 xtensa/esp32: SPI support to configure as R/W/RW mode
add c8dd4b068d arch/xtensa/esp32s3: Add missin
xiaoxiang781216 merged PR #8070:
URL: https://github.com/apache/nuttx/pull/8070
--
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 code in PR #8067:
URL: https://github.com/apache/nuttx/pull/8067#discussion_r1066117503
##
net/local/local_fifo.c:
##
@@ -636,6 +701,16 @@ int local_open_sender(FAR struct local_conn_s *conn, FAR
const char *path,
/* Policy: Free FIFO resourc
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 fdc3c44cc4 sched/group: fix task info heap-use-after-free
add 07342f7957 xtensa/esp32: SPI support to configure
xiaoxiang781216 merged PR #8047:
URL: https://github.com/apache/nuttx/pull/8047
--
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.git
The following commit(s) were added to refs/heads/master by this push:
new fdc3c44cc4 sched/group: fix task info heap-use
xiaoxiang781216 merged PR #8066:
URL: https://github.com/apache/nuttx/pull/8066
--
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 904624d73b documentation: Add release notes for 12.0.0 release
add 88dd705d27 stm32/stm32f7 CANv1: protect TX b
xiaoxiang781216 merged PR #8069:
URL: https://github.com/apache/nuttx/pull/8069
--
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 3ea7a6fb77 mm/shm: Clean up the System-V shm driver
add f730cf8ad8 fs/poll: Fix poll_notify for CONFIG_BUILD_KE
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 f730cf8ad8 fs/poll: Fix poll_notify for CONFIG_BUILD_KERNEL
add 904624d73b documentation: Add release notes for
xiaoxiang781216 merged PR #8071:
URL: https://github.com/apache/nuttx/pull/8071
--
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 merged PR #8072:
URL: https://github.com/apache/nuttx/pull/8072
--
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
jlaitine opened a new pull request, #8073:
URL: https://github.com/apache/nuttx/pull/8073
Munmap interface is always enabled just like mmap is
Signed-off-by: Jukka Laitinen
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
pussuw opened a new pull request, #8072:
URL: https://github.com/apache/nuttx/pull/8072
## Summary
With flat addressing the user pollfd list is given directly to the drivers
that perform the notification. This is fine when the addressing is flat, as
there is no ambiguity on who gets noti
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 3ea7a6fb77 mm/shm: Clean up the System-V shm d
xiaoxiang781216 merged PR #8068:
URL: https://github.com/apache/nuttx/pull/8068
--
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
jerpelea opened a new pull request, #8071:
URL: https://github.com/apache/nuttx/pull/8071
## Summary
This is a local copy taken from the confluence notes
https://cwiki.apache.org/confluence/display/NUTTX/NuttX+12.0.0
## Impact
RELEASE
## Testing
NONE
--
This is
This is an automated email from the ASF dual-hosted git repository.
gustavonihei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from e34f79aa28 libc: don't redefined __ARM_ARCH_XXX when __ARM_ARCH defined
add eef818e51f risc-v/esp32c3: corre
gustavonihei closed issue #8061: ESP32-C3 Wi-Fi miss-behavior depending on the
Access Point
URL: https://github.com/apache/nuttx/issues/8061
--
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
gustavonihei merged PR #8064:
URL: https://github.com/apache/nuttx/pull/8064
--
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 #1488:
URL: https://github.com/apache/nuttx-apps/pull/1488
--
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 2b2c4805a netutils/dhcpc:fix dhcp hostnam
xiaoxiang781216 commented on code in PR #8026:
URL: https://github.com/apache/nuttx/pull/8026#discussion_r1065790373
##
mm/shm/shmdt.c:
##
@@ -178,4 +164,55 @@ int shmdt(FAR const void *shmaddr)
return ERROR;
}
+int shmdt(FAR const void *shmaddr)
+{
+ FAR struct tcb_s *tc
lucasssvaz opened a new pull request, #8070:
URL: https://github.com/apache/nuttx/pull/8070
## Summary
Adds support for polling the touch pad values on ESP32-S3.
## Impact
None at first, as no ESP32-S3 boards currently include touch pads.
## Testing
Tested u
raiden00pl opened a new pull request, #8069:
URL: https://github.com/apache/nuttx/pull/8069
## Summary
stm32/stm32f7 CANv1: protect TX buffer during CAN error frame generation.
Follow up to eb240e0 (PR #8060)
## Impact
## Testing
CI
--
This is an automated me
jlaitine commented on code in PR #8026:
URL: https://github.com/apache/nuttx/pull/8026#discussion_r1065772178
##
mm/shm/shmdt.c:
##
@@ -178,4 +164,55 @@ int shmdt(FAR const void *shmaddr)
return ERROR;
}
+int shmdt(FAR const void *shmaddr)
+{
+ FAR struct tcb_s *tcb;
+ F
jlaitine opened a new pull request, #8068:
URL: https://github.com/apache/nuttx/pull/8068
Move shmdt functionality into shm_unmap, and use shm_unmap as the common
detach function.
Signed-off-by: Jukka Laitinen
--
This is an automated message from the Apache Git Service.
To res
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 e34f79aa28 libc: don't redefined __ARM_ARC
pkarashchenko merged PR #8065:
URL: https://github.com/apache/nuttx/pull/8065
--
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.
XinStellaris commented on PR #8067:
URL: https://github.com/apache/nuttx/pull/8067#issuecomment-1377197968
The local udp socket has some #warning , for example:
```
#ifdef CONFIG_NET_LOCAL_DGRAM
int local_release_halfduplex(FAR struct local_conn_s *conn)
{
#if 1
/* REV
XinStellaris opened a new pull request, #8067:
URL: https://github.com/apache/nuttx/pull/8067
Signed-off-by: 田昕
## Summary
When local udp socket is used, this threshold will avoid non-blocking read
failed with -EAGAIN when only preamble len is sent and read by reader. To do
so, l
xiaoxiang781216 commented on code in PR #8026:
URL: https://github.com/apache/nuttx/pull/8026#discussion_r1065702612
##
mm/shm/shmdt.c:
##
@@ -178,4 +164,55 @@ int shmdt(FAR const void *shmaddr)
return ERROR;
}
+int shmdt(FAR const void *shmaddr)
+{
+ FAR struct tcb_s *tc
XinStellaris opened a new pull request, #1488:
URL: https://github.com/apache/nuttx-apps/pull/1488
Signed-off-by: 田昕
## Summary
Fix len error in dhcpc_sendmsg
## Impact
DHCP
## Testing
Tested on ESP32C3
--
This is an automated message from the Apache Git
xiaoxiang781216 commented on code in PR #8026:
URL: https://github.com/apache/nuttx/pull/8026#discussion_r1065702612
##
mm/shm/shmdt.c:
##
@@ -178,4 +164,55 @@ int shmdt(FAR const void *shmaddr)
return ERROR;
}
+int shmdt(FAR const void *shmaddr)
+{
+ FAR struct tcb_s *tc
xiaoxiang781216 commented on code in PR #8026:
URL: https://github.com/apache/nuttx/pull/8026#discussion_r1065702612
##
mm/shm/shmdt.c:
##
@@ -178,4 +164,55 @@ int shmdt(FAR const void *shmaddr)
return ERROR;
}
+int shmdt(FAR const void *shmaddr)
+{
+ FAR struct tcb_s *tc
raiden00pl commented on PR #8060:
URL: https://github.com/apache/nuttx/pull/8060#issuecomment-1377110747
LGTM. Good find
--
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
jlaitine commented on code in PR #8026:
URL: https://github.com/apache/nuttx/pull/8026#discussion_r1065650437
##
mm/shm/shmdt.c:
##
@@ -178,4 +164,55 @@ int shmdt(FAR const void *shmaddr)
return ERROR;
}
+int shmdt(FAR const void *shmaddr)
+{
+ FAR struct tcb_s *tcb;
+ F
jlaitine commented on code in PR #8026:
URL: https://github.com/apache/nuttx/pull/8026#discussion_r1065630233
##
mm/shm/shmdt.c:
##
@@ -178,4 +164,55 @@ int shmdt(FAR const void *shmaddr)
return ERROR;
}
+int shmdt(FAR const void *shmaddr)
+{
+ FAR struct tcb_s *tcb;
+ F
jlaitine commented on code in PR #8026:
URL: https://github.com/apache/nuttx/pull/8026#discussion_r1065630233
##
mm/shm/shmdt.c:
##
@@ -178,4 +164,55 @@ int shmdt(FAR const void *shmaddr)
return ERROR;
}
+int shmdt(FAR const void *shmaddr)
+{
+ FAR struct tcb_s *tcb;
+ F
pussuw commented on code in PR #8066:
URL: https://github.com/apache/nuttx/pull/8066#discussion_r1065622597
##
sched/group/group_leave.c:
##
@@ -156,12 +155,6 @@ static inline void group_release(FAR struct task_group_s
*group)
pthread_release(group);
#endif
-#ifdef CONFIG
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 b8f23fc3f7b547d5dc69d79a6cbb1ae970255c70
Author: Jukka Laitinen
AuthorDate: Wed Jan 4 16:52:29 2023 +0400
Move ra
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 7f8bec7070077967224af219c733dc4ff6147202
Author: Jukka Laitinen
AuthorDate: Thu Apr 7 16:17:21 2022 +0400
Add mm/
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 51509794888584d89432370da281753cfad8af09
Author: Jukka Laitinen
AuthorDate: Tue Apr 12 16:34:50 2022 +0400
mm/shm
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 6e4ddf78bb8bd7c06fb5b5b3a43c65248a5a6778
Author: Jukka Laitinen
AuthorDate: Tue Jan 3 15:06:39 2023 +0400
include
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 dd97900221a84a2dc50ff229176fd14577ae9604
Author: Jukka Laitinen
AuthorDate: Fri Apr 8 11:31:24 2022 +0400
fs/mmap
xiaoxiang781216 merged PR #8026:
URL: https://github.com/apache/nuttx/pull/8026
--
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.git
commit a5ed8014e876242cb9bea12499fef74ac0bfa76b
Author: Jukka Laitinen
AuthorDate: Mon Jan 9 12:02:24 2023 +0400
Move an
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 f864e5f657 wireless/bluetooth: add interrupt_context hander for
netsnoop
new 6e4ddf78bb include/nuttx/mm/map.h
anchao commented on code in PR #8066:
URL: https://github.com/apache/nuttx/pull/8066#discussion_r1065604589
##
sched/group/group_leave.c:
##
@@ -156,12 +155,6 @@ static inline void group_release(FAR struct task_group_s
*group)
pthread_release(group);
#endif
-#ifdef CONFIG
pussuw commented on code in PR #8066:
URL: https://github.com/apache/nuttx/pull/8066#discussion_r1065595100
##
sched/group/group_leave.c:
##
@@ -156,12 +155,6 @@ static inline void group_release(FAR struct task_group_s
*group)
pthread_release(group);
#endif
-#ifdef CONFIG
xiaoxiang781216 commented on code in PR #8026:
URL: https://github.com/apache/nuttx/pull/8026#discussion_r1065590789
##
mm/shm/shmdt.c:
##
@@ -178,4 +164,55 @@ int shmdt(FAR const void *shmaddr)
return ERROR;
}
+int shmdt(FAR const void *shmaddr)
+{
+ FAR struct tcb_s *tc
anchao opened a new pull request, #8066:
URL: https://github.com/apache/nuttx/pull/8066
## Summary
sched/group: fix task info heap-use-after-free
tg_info is still in use after task_uninit_info() unifies lib_stream_* with
life cycle of task info to avoid this issue.
```
xiaoxiang781216 merged PR #8045:
URL: https://github.com/apache/nuttx/pull/8045
--
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.git
The following commit(s) were added to refs/heads/master by this push:
new f864e5f657 wireless/bluetooth: add interrupt_c
jlaitine commented on code in PR #8026:
URL: https://github.com/apache/nuttx/pull/8026#discussion_r1065567897
##
mm/shm/shmdt.c:
##
@@ -178,4 +164,55 @@ int shmdt(FAR const void *shmaddr)
return ERROR;
}
+int shmdt(FAR const void *shmaddr)
+{
+ FAR struct tcb_s *tcb;
+ F
zyfeier opened a new pull request, #8065:
URL: https://github.com/apache/nuttx/pull/8065
## Summary
Don't redefined __ARM_ARCH_XXX when __ARM_ARCH defined
## Impact
NA
## Testing
CI pass
--
This is an automated message from the Apache Git Service.
To resp
anchao commented on issue #8061:
URL: https://github.com/apache/nuttx/issues/8061#issuecomment-1376909089
Hi @tmedicci ,
Thanks for your analysis, d_len should keep the l2(ethernet) header, I send
a pull request to solve this issue, please review
https://github.com/apache/nuttx/pull/
anchao opened a new pull request, #8064:
URL: https://github.com/apache/nuttx/pull/8064
## Summary
risc-v/esp32c3: correct receive buffer size
1. correct receive buffer size, d_len should keep the l2 header size
2. fix race condition issue of de/enqueue rx queue
Signed
xiaoxiang781216 commented on code in PR #8026:
URL: https://github.com/apache/nuttx/pull/8026#discussion_r1065472046
##
mm/shm/shmdt.c:
##
@@ -178,4 +164,55 @@ int shmdt(FAR const void *shmaddr)
return ERROR;
}
+int shmdt(FAR const void *shmaddr)
+{
+ FAR struct tcb_s *tc
jlaitine commented on code in PR #8026:
URL: https://github.com/apache/nuttx/pull/8026#discussion_r1065468467
##
mm/shm/shmdt.c:
##
@@ -178,4 +164,55 @@ int shmdt(FAR const void *shmaddr)
return ERROR;
}
+int shmdt(FAR const void *shmaddr)
+{
+ FAR struct tcb_s *tcb;
+ F
jlaitine commented on code in PR #8026:
URL: https://github.com/apache/nuttx/pull/8026#discussion_r1065461901
##
mm/map/mm_map.c:
##
@@ -0,0 +1,315 @@
+/
+ * mm/map/mm_map.c
+ *
+ * Licensed to the Apach
XuNeo commented on code in PR #8063:
URL: https://github.com/apache/nuttx/pull/8063#discussion_r1065460966
##
include/nuttx/lib/math.h:
##
@@ -394,6 +394,14 @@ long double frexpl(long double x, int *exp);
/* Trigonometric Functions
xiaoxiang781216 commented on code in PR #8026:
URL: https://github.com/apache/nuttx/pull/8026#discussion_r1065452343
##
mm/map/mm_map.c:
##
@@ -0,0 +1,315 @@
+/
+ * mm/map/mm_map.c
+ *
+ * Licensed to th
jlaitine commented on PR #8026:
URL: https://github.com/apache/nuttx/pull/8026#issuecomment-1376867557
re-based to current master
--
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 comm
87 matches
Mail list logo