[GitHub] [nuttx] W-Mai opened a new pull request, #8077: sensors/bmi160.c: fix i2C read and write behavior

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] W-Mai opened a new pull request, #8078: sim/posix/sim_linuxspi.c: fix select not work and incorrect behaviour

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] W-Mai opened a new pull request, #8076: sim/Kconfig: move some i2c,spi configs from board to arch

2023-01-10 Thread GitBox
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

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1489: examples/netlink_route: fix compiler warning

2023-01-10 Thread GitBox
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...

[nuttx] branch master updated: move usrsock to kernel space

2023-01-10 Thread xiaoxiang
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

[nuttx-apps] branch master updated: examples/netlink_route: fix compiler warning

2023-01-10 Thread xiaoxiang
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

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8022: switch usrsock server's defconfig to upgraded version

2023-01-10 Thread GitBox
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

[GitHub] [nuttx-apps] anchao opened a new pull request, #1489: examples/netlink_route: fix compiler warning

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] ethanlcz commented on a diff in pull request #8022: switch usrsock server's defconfig to upgraded version

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8075: Minor fs/mmap improvement

2023-01-10 Thread GitBox
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,

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8075: Minor fs/mmap improvement

2023-01-10 Thread GitBox
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,

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8075: Minor fs/mmap improvement

2023-01-10 Thread GitBox
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,

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8075: Minor fs/mmap improvement

2023-01-10 Thread GitBox
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); }

[nuttx-website] branch asf-site updated: Publishing web: 4b401e13a9490577fa0448cbe8b6d393302e43f3 docs: 0a885da43464ab47818f974942ffe53adf2a58e7

2023-01-10 Thread github-bot
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

[GitHub] [nuttx] gustavonihei commented on a diff in pull request #8075: Minor fs/mmap improvement

2023-01-10 Thread GitBox
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); }

[GitHub] [nuttx] gustavonihei commented on a diff in pull request #8075: Minor fs/mmap improvement

2023-01-10 Thread GitBox
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,

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #5997: fs/mmap/msync: support msync and fix minor issue

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #5999: fs/sync: add sync and syncfs api

2023-01-10 Thread GitBox
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

[nuttx] branch master updated (2b7d8981e2 -> 0a885da434)

2023-01-10 Thread xiaoxiang
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

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8073: syscall: Always add munmap into syscalls

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #8075: Minor fs/mmap improvement

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #8074: sem: Remove PRIOINHERIT_FLAGS_ENABLE and use SEM_PRIO_INHERIT instead

2023-01-10 Thread GitBox
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

[nuttx] branch master updated (07342f7957 -> 2b7d8981e2)

2023-01-10 Thread xiaoxiang
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

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8070: arch/xtensa/esp32s3: Add initial support for touch pad polling

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8067: net/local:set POLLIN/POLLOUT threshold for local fifo

2023-01-10 Thread GitBox
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

[nuttx] branch master updated (fdc3c44cc4 -> 07342f7957)

2023-01-10 Thread xiaoxiang
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

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8047: xtensa/esp32: SPI support to configure as R/W/RW mode

2023-01-10 Thread GitBox
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

[nuttx] branch master updated: sched/group: fix task info heap-use-after-free

2023-01-10 Thread xiaoxiang
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

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8066: sched/group: fix task info heap-use-after-free

2023-01-10 Thread GitBox
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

[nuttx] branch master updated (904624d73b -> 88dd705d27)

2023-01-10 Thread xiaoxiang
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

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8069: stm32/stm32f7 CANv1: protect TX buffer during CAN error frame generation

2023-01-10 Thread GitBox
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

[nuttx] branch master updated (3ea7a6fb77 -> f730cf8ad8)

2023-01-10 Thread xiaoxiang
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

[nuttx] branch master updated (f730cf8ad8 -> 904624d73b)

2023-01-10 Thread xiaoxiang
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

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8071: documentation: Add release notes for 12.0.0 release

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8072: fs/poll: Fix poll_notify for CONFIG_BUILD_KERNEL

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] jlaitine opened a new pull request, #8073: syscall: Always add munmap into syscalls

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] pussuw opened a new pull request, #8072: fs/poll: Fix poll_notify for CONFIG_BUILD_KERNEL

2023-01-10 Thread GitBox
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

[nuttx] branch master updated: mm/shm: Clean up the System-V shm driver

2023-01-10 Thread xiaoxiang
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

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8068: mm/shm: Clean up the System-V shm driver

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] jerpelea opened a new pull request, #8071: documentation: Add release notes for 12.0.0 release

2023-01-10 Thread GitBox
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

[nuttx] branch master updated (e34f79aa28 -> eef818e51f)

2023-01-10 Thread gustavonihei
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

[GitHub] [nuttx] gustavonihei closed issue #8061: ESP32-C3 Wi-Fi miss-behavior depending on the Access Point

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] gustavonihei merged pull request #8064: risc-v/esp32c3: correct receive buffer size

2023-01-10 Thread GitBox
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

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1488: netutils/dhcpc:fix dhcp hostname len error in dhcpc_sendmsg

2023-01-10 Thread GitBox
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...

[nuttx-apps] branch master updated: netutils/dhcpc:fix dhcp hostname len error in dhcpc_sendmsg

2023-01-10 Thread xiaoxiang
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8026: Add mm map

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] lucasssvaz opened a new pull request, #8070: arch/xtensa/esp32s3: Add initial support for touch pad polling

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] raiden00pl opened a new pull request, #8069: stm32/stm32f7 CANv1: protect TX buffer during CAN error frame generation

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] jlaitine commented on a diff in pull request #8026: Add mm map

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] jlaitine opened a new pull request, #8068: mm/shm: Clean up the System-V shm driver

2023-01-10 Thread GitBox
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

[nuttx] branch master updated: libc: don't redefined __ARM_ARCH_XXX when __ARM_ARCH defined

2023-01-10 Thread pkarashchenko
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

[GitHub] [nuttx] pkarashchenko merged pull request #8065: libc: don't redefined __ARM_ARCH_XXX when __ARM_ARCH defined

2023-01-10 Thread GitBox
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.

[GitHub] [nuttx] XinStellaris commented on pull request #8067: net/local:set POLLIN/POLLOUT threshold for local fifo

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] XinStellaris opened a new pull request, #8067: net/local:set POLLIN/POLLOUT threshold for local fifo

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8026: Add mm map

2023-01-10 Thread GitBox
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

[GitHub] [nuttx-apps] XinStellaris opened a new pull request, #1488: netutils/dhcpc:fix dhcp hostname len error in dhcpc_sendmsg

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8026: Add mm map

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8026: Add mm map

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] raiden00pl commented on pull request #8060: stm32: protect TX buffer during CAN error frame generation.

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] jlaitine commented on a diff in pull request #8026: Add mm map

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] jlaitine commented on a diff in pull request #8026: Add mm map

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] jlaitine commented on a diff in pull request #8026: Add mm map

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] pussuw commented on a diff in pull request #8066: sched/group: fix task info heap-use-after-free

2023-01-10 Thread GitBox
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

[nuttx] 06/06: Move rammaps to use mm_map list

2023-01-10 Thread xiaoxiang
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

[nuttx] 02/06: Add mm/mm_map virtual memory mapping list

2023-01-10 Thread xiaoxiang
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/

[nuttx] 03/06: mm/shm: Remove gs_vaddr from task group and use dynamic vm_map instead

2023-01-10 Thread xiaoxiang
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

[nuttx] 01/06: include/nuttx/mm/map.h: Change mm_map_entry "priv" into union type

2023-01-10 Thread xiaoxiang
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

[nuttx] 04/06: fs/mmap: Add mappings to mm_map list if CONFIG_MM_MAP is defined

2023-01-10 Thread xiaoxiang
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

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8026: Add mm map

2023-01-10 Thread GitBox
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

[nuttx] 05/06: Move anonymous mapping emulation into own module under fs/mmap

2023-01-10 Thread xiaoxiang
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

[nuttx] branch master updated (f864e5f657 -> b8f23fc3f7)

2023-01-10 Thread xiaoxiang
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

[GitHub] [nuttx] anchao commented on a diff in pull request #8066: sched/group: fix task info heap-use-after-free

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] pussuw commented on a diff in pull request #8066: sched/group: fix task info heap-use-after-free

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8026: Add mm map

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] anchao opened a new pull request, #8066: sched/group: fix task info heap-use-after-free

2023-01-10 Thread GitBox
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. ```

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8045: wireless/bluetooth: add interrupt_context hander for netsnoop

2023-01-10 Thread GitBox
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

[nuttx] branch master updated: wireless/bluetooth: add interrupt_context hander for netsnoop

2023-01-10 Thread xiaoxiang
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

[GitHub] [nuttx] jlaitine commented on a diff in pull request #8026: Add mm map

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] zyfeier opened a new pull request, #8065: libc: don't redefined __ARM_ARCH_XXX when __ARM_ARCH defined

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] anchao commented on issue #8061: ESP32-C3 Wi-Fi miss-behavior depending on the Access Point

2023-01-10 Thread GitBox
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/

[GitHub] [nuttx] anchao opened a new pull request, #8064: risc-v/esp32c3: correct receive buffer size

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8026: Add mm map

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] jlaitine commented on a diff in pull request #8026: Add mm map

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] jlaitine commented on a diff in pull request #8026: Add mm map

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] XuNeo commented on a diff in pull request #8063: libc/math: add simple implementation for sincos API

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8026: Add mm map

2023-01-10 Thread GitBox
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

[GitHub] [nuttx] jlaitine commented on pull request #8026: Add mm map

2023-01-10 Thread GitBox
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