[GitHub] [nuttx] xiaoxiang781216 closed pull request #8119: libc: Add the mininal sys/cdefs.h

2023-01-15 Thread GitBox
xiaoxiang781216 closed pull request #8119: libc: Add the mininal sys/cdefs.h URL: https://github.com/apache/nuttx/pull/8119 -- 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] xiaoxiang781216 commented on a diff in pull request #8109: Add shmfs

2023-01-15 Thread GitBox
xiaoxiang781216 commented on code in PR #8109: URL: https://github.com/apache/nuttx/pull/8109#discussion_r1070638526 ## fs/shm/shmfs.c: ## @@ -0,0 +1,384 @@ +/ + * fs/shm/shmfs.c + * + * Licensed to the

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8114: Revert "arch: Don't free the context if the reference doesn't equal z…

2023-01-15 Thread GitBox
xiaoxiang781216 commented on PR #8114: URL: https://github.com/apache/nuttx/pull/8114#issuecomment-1383129674 Ok. -- 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] xiaoxiang781216 merged pull request #8114: Revert "arch: Don't free the context if the reference doesn't equal z…

2023-01-15 Thread GitBox
xiaoxiang781216 merged PR #8114: URL: https://github.com/apache/nuttx/pull/8114 -- 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:

[nuttx] branch master updated (ee9787a254 -> f9c8b4015f)

2023-01-15 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 ee9787a254 libc: Let _SC_PAGESIZE return 4096 when CONFIG_MM_PGSIZE isn't defined add f9c8b4015f Revert

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #8118: libc: Add sys/endian.h to improve the compatiblity with bionic libc

2023-01-15 Thread GitBox
xiaoxiang781216 opened a new pull request, #8118: URL: https://github.com/apache/nuttx/pull/8118 ## Summary and move the definition from endian.h to sys/endian.h ## Impact New header files ## Testing Pass CI -- This is an automated message from the

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8117: Fixbug strtold

2023-01-15 Thread GitBox
xiaoxiang781216 merged PR #8117: URL: https://github.com/apache/nuttx/pull/8117 -- 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:

[nuttx] branch master updated (f9c8b4015f -> 04f15d9dc1)

2023-01-15 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 f9c8b4015f Revert "arch: Don't free the context if the reference doesn't equal zero" add 04f15d9dc1 fix the

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #8119: libc: Add the mininal sys/cdefs.h

2023-01-15 Thread GitBox
xiaoxiang781216 opened a new pull request, #8119: URL: https://github.com/apache/nuttx/pull/8119 ## Summary since most libc implementation contain sys/cdefs.h: https://android.googlesource.com/platform/bionic/+/master/libc/include/sys/cdefs.h

[nuttx] branch master updated: libc: Add sys/endian.h to improve the compatiblity with bionic libc

2023-01-15 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 32d0c2ce9d libc: Add sys/endian.h to improve

[GitHub] [nuttx] acassis merged pull request #8118: libc: Add sys/endian.h to improve the compatiblity with bionic libc

2023-01-15 Thread GitBox
acassis merged PR #8118: URL: https://github.com/apache/nuttx/pull/8118 -- 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:

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8109: Add shmfs

2023-01-15 Thread GitBox
xiaoxiang781216 commented on code in PR #8109: URL: https://github.com/apache/nuttx/pull/8109#discussion_r1070627942 ## fs/shm/shmfs_alloc.c: ## @@ -0,0 +1,142 @@ +/ + * fs/shm/shmfs_alloc.c Review

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8109: Add shmfs

2023-01-15 Thread GitBox
xiaoxiang781216 commented on PR #8109: URL: https://github.com/apache/nuttx/pull/8109#issuecomment-1383197665 @jlaitine do you plan to implement -- 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

[GitHub] [nuttx] raiden00pl commented on issue #8098: FOC get Back EMF

2023-01-15 Thread GitBox
raiden00pl commented on issue #8098: URL: https://github.com/apache/nuttx/issues/8098#issuecomment-1383151205 > raiden00pl ... FOC driver pick up physical state of motor as current or else, and BEMF not very strong different the current. I think, it right place to take the current and BEMF

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8113: fs: Support O_NOFOLLOW flag

2023-01-15 Thread GitBox
xiaoxiang781216 commented on PR #8113: URL: https://github.com/apache/nuttx/pull/8113#issuecomment-1383185513 Yes, I think that it's better to align our macros definition to one of popular implementation(Linux and glibc is one candidate). Actually, many people include me do the unification

[nuttx] branch master updated (04f15d9dc1 -> 5c0a5a6627)

2023-01-15 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 04f15d9dc1 fix the bug of strtold add adaca6a5ce mm/mempool: using inline list instead of queue to avoid

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8116: mm/mempool: fix crash by kasan report and enhance mempool

2023-01-15 Thread GitBox
xiaoxiang781216 merged PR #8116: URL: https://github.com/apache/nuttx/pull/8116 -- 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:

[GitHub] [nuttx] acassis merged pull request #8111: net: consistent the net sem wait naming conversion

2023-01-15 Thread GitBox
acassis merged PR #8111: URL: https://github.com/apache/nuttx/pull/8111 -- 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:

[nuttx] branch master updated (32d0c2ce9d -> a851ad84c3)

2023-01-15 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 32d0c2ce9d libc: Add sys/endian.h to improve the compatiblity with bionic libc add a851ad84c3 net: consistent

[GitHub] [nuttx] acassis commented on pull request #8113: fs: Support O_NOFOLLOW flag

2023-01-15 Thread GitBox
acassis commented on PR #8113: URL: https://github.com/apache/nuttx/pull/8113#issuecomment-1383180629 @xiaoxiang781216 I was trying to port 8086tiny to NuttX and noticed the author used some hardcoded valued when using open function: open(*argv, 32898) Do you think make sense to change

[GitHub] [nuttx] flyingfish89 opened a new pull request, #8117: Fixbug strtold

2023-01-15 Thread GitBox
flyingfish89 opened a new pull request, #8117: URL: https://github.com/apache/nuttx/pull/8117 ## Summary fix a bug of strtold ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8109: Add shmfs

2023-01-15 Thread GitBox
xiaoxiang781216 commented on code in PR #8109: URL: https://github.com/apache/nuttx/pull/8109#discussion_r1070660030 ## fs/shm/shm_open.c: ## @@ -0,0 +1,163 @@ +/ + * fs/shm/shm_open.c + * + * Licensed

[GitHub] [nuttx] jlaitine commented on pull request #8109: Add shmfs

2023-01-15 Thread GitBox
jlaitine commented on PR #8109: URL: https://github.com/apache/nuttx/pull/8109#issuecomment-1383217432 > @jlaitine do you plan to implement SystemV share memory(mm/shm) on top of POSIX share memory(fs/shm)? No -- This is an automated message from the Apache Git Service. To respond

[GitHub] [nuttx] jlaitine commented on pull request #8109: Add shmfs

2023-01-15 Thread GitBox
jlaitine commented on PR #8109: URL: https://github.com/apache/nuttx/pull/8109#issuecomment-1383220259 Most of the comments provided here are just making things look different, not better. Also commented parts are not violating any coding standard, nuttx inviolables nor they are bugs. I'll

[GitHub] [nuttx] jlaitine commented on a diff in pull request #8109: Add shmfs

2023-01-15 Thread GitBox
jlaitine commented on code in PR #8109: URL: https://github.com/apache/nuttx/pull/8109#discussion_r1070659381 ## fs/shm/shm_open.c: ## @@ -0,0 +1,163 @@ +/ + * fs/shm/shm_open.c + * + * Licensed to the

[GitHub] [nuttx] jlaitine commented on a diff in pull request #8109: Add shmfs

2023-01-15 Thread GitBox
jlaitine commented on code in PR #8109: URL: https://github.com/apache/nuttx/pull/8109#discussion_r1070659010 ## boards/risc-v/mpfs/icicle/configs/knsh/defconfig: ## @@ -68,7 +69,6 @@ CONFIG_LIBM=y CONFIG_MEMSET_64BIT=y CONFIG_MEMSET_OPTSPEED=y CONFIG_MM_PGALLOC=y

[GitHub] [nuttx] jlaitine commented on a diff in pull request #8109: Add shmfs

2023-01-15 Thread GitBox
jlaitine commented on code in PR #8109: URL: https://github.com/apache/nuttx/pull/8109#discussion_r1070659615 ## fs/shm/shm_open.c: ## @@ -0,0 +1,163 @@ +/ + * fs/shm/shm_open.c + * + * Licensed to the

[GitHub] [nuttx] jlaitine commented on a diff in pull request #8109: Add shmfs

2023-01-15 Thread GitBox
jlaitine commented on code in PR #8109: URL: https://github.com/apache/nuttx/pull/8109#discussion_r1070659291 ## fs/shm/shmfs_alloc.c: ## @@ -0,0 +1,142 @@ +/ + * fs/shm/shmfs_alloc.c Review Comment:

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #8120: libxx: Add CXX_STANDARD to select -std=c++??

2023-01-15 Thread GitBox
xiaoxiang781216 opened a new pull request, #8120: URL: https://github.com/apache/nuttx/pull/8120 ## Summary and default to "c++17" ## Impact New compiler flag for c++ ## Testing Pass CI -- This is an automated message from the Apache Git Service. To

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #8121: arch:xtensa:toolchain: add -Wno-atmoic-alignment flags

2023-01-15 Thread GitBox
xiaoxiang781216 opened a new pull request, #8121: URL: https://github.com/apache/nuttx/pull/8121 ## Summary to avoid the compiler warning ## Impact xtensa ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [nuttx] jlaitine commented on a diff in pull request #8109: Add shmfs

2023-01-15 Thread GitBox
jlaitine commented on code in PR #8109: URL: https://github.com/apache/nuttx/pull/8109#discussion_r1070661398 ## fs/shm/Kconfig: ## @@ -3,16 +3,16 @@ # see the file kconfig-language.txt in the NuttX tools repository. # -config FS_SHM +config FS_SHMFS Review Comment:

[GitHub] [nuttx] acassis closed pull request #8086: Reserved

2023-01-15 Thread GitBox
acassis closed pull request #8086: Reserved URL: https://github.com/apache/nuttx/pull/8086 -- 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:

[GitHub] [nuttx] acassis opened a new pull request, #8122: esp32: Fix QEnconder reset position and small typo

2023-01-15 Thread GitBox
acassis opened a new pull request, #8122: URL: https://github.com/apache/nuttx/pull/8122 The PCNT RST bit needs to be set to zeroing the counter and then this same bit needs to be cleared to returning counting. ## Summary Fix QEnconder reset position and small typo ## Impact

[GitHub] [nuttx] lupyuen opened a new pull request, #8123: arm64/pinephone: Add driver for PinePhone Touch Panel

2023-01-15 Thread GitBox
lupyuen opened a new pull request, #8123: URL: https://github.com/apache/nuttx/pull/8123 ## Summary This PR adds the existing Goodix GT9XX Touch Panel Driver to the Bringup Function for PINE64 PinePhone. With this PR, LVGL Touchscreen Apps will respond to Touch Input on

[GitHub] [nuttx-apps] lupyuen opened a new pull request, #1494: examples/lvgldemo: Select default demo

2023-01-15 Thread GitBox
lupyuen opened a new pull request, #1494: URL: https://github.com/apache/nuttx-apps/pull/1494 ## Summary The LVGL Example App `lvgldemo` currently requires 1 argument: the name of the demo to show. ```bash lvgldemo widgets ``` In this PR, we propose to make the

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8122: esp32: Fix QEnconder reset position and small typo

2023-01-15 Thread GitBox
xiaoxiang781216 merged PR #8122: URL: https://github.com/apache/nuttx/pull/8122 -- 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:

[nuttx] branch master updated: esp32: Fix QEnconder reset position and small typo

2023-01-15 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 97402f9121 esp32: Fix QEnconder reset

[GitHub] [nuttx] zyfeier opened a new pull request, #8126: sched/wqueue: do work_cancel when worker is not null

2023-01-15 Thread GitBox
zyfeier opened a new pull request, #8126: URL: https://github.com/apache/nuttx/pull/8126 ## Summary work_cancel is called only when the worker is not empty, which can optimize the performance of the work_queue. ## Impact NA ## Testing sabre-6quad:nsh --

[GitHub] [nuttx] zyfeier opened a new pull request, #8127: arch/arm: Add missing kconfig for arm

2023-01-15 Thread GitBox
zyfeier opened a new pull request, #8127: URL: https://github.com/apache/nuttx/pull/8127 ## Summary 1. Add PL310 Kconfig; 2. Move hard code macro to Kconfig; ## Impact NA ## Testing CI pass -- This is an automated message from the Apache Git

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8109: Add shmfs

2023-01-15 Thread GitBox
xiaoxiang781216 commented on code in PR #8109: URL: https://github.com/apache/nuttx/pull/8109#discussion_r1070814386 ## fs/shm/shmfs_alloc.c: ## @@ -0,0 +1,142 @@ +/ + * fs/shm/shmfs_alloc.c Review

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

2023-01-15 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 04716525 Publishing web:

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8109: Add shmfs

2023-01-15 Thread GitBox
xiaoxiang781216 commented on PR #8109: URL: https://github.com/apache/nuttx/pull/8109#issuecomment-1383446231 > Most of the comments provided here are just making things look different, not better. Also commented parts are not violating any coding standard, nuttx inviolables nor they are

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8109: Add shmfs

2023-01-15 Thread GitBox
xiaoxiang781216 commented on code in PR #8109: URL: https://github.com/apache/nuttx/pull/8109#discussion_r1070815407 ## fs/shm/shmfs.h: ## @@ -0,0 +1,72 @@ +/ + * fs/shm/shmfs.h + * + * Licensed to the

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8109: Add shmfs

2023-01-15 Thread GitBox
xiaoxiang781216 commented on code in PR #8109: URL: https://github.com/apache/nuttx/pull/8109#discussion_r1070815827 ## fs/shm/shmfs.h: ## @@ -0,0 +1,72 @@ +/ + * fs/shm/shmfs.h + * + * Licensed to the

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8109: Add shmfs

2023-01-15 Thread GitBox
xiaoxiang781216 commented on code in PR #8109: URL: https://github.com/apache/nuttx/pull/8109#discussion_r1070815320 ## fs/shm/Kconfig: ## @@ -3,16 +3,16 @@ # see the file kconfig-language.txt in the NuttX tools repository. # -config FS_SHM +config FS_SHMFS Review Comment:

[GitHub] [nuttx] julianoes opened a new pull request, #8124: stm32h7: add SMPS PWR option for STM32H7X7

2023-01-15 Thread GitBox
julianoes opened a new pull request, #8124: URL: https://github.com/apache/nuttx/pull/8124 ## Summary The dual core STM32H747 / STM32H757 there is an additional option to select SMPS rather than LDO as the power selection. This commit adds this option to the STM32H747 config

[GitHub] [nuttx] zyfeier opened a new pull request, #8125: arch/arm: Fix error in cache ops

2023-01-15 Thread GitBox
zyfeier opened a new pull request, #8125: URL: https://github.com/apache/nuttx/pull/8125 ## Summary 1. Add cp15_invalidate_icache for invalidate the instruction cache within the specified region; 2. Fix typo error in cp15_cacheops.h; 3. Add barrier instruction for cache ops;

[GitHub] [nuttx] masayuki2009 opened a new pull request, #8128: boards: rv-virt: Add knetnsh64 and knetnsh64_smp

2023-01-15 Thread GitBox
masayuki2009 opened a new pull request, #8128: URL: https://github.com/apache/nuttx/pull/8128 ## Summary - This commit adds knetnsh64 and knetnsh64_smp ## Impact - None ## Testing - Tested with ping, telnet and iperf on QEMU-7.1 -- This is an

[GitHub] [nuttx] wengzhe commented on a diff in pull request #8080: net/netdev: Avoid hardcoded guardsize when using d_iob

2023-01-15 Thread GitBox
wengzhe commented on code in PR #8080: URL: https://github.com/apache/nuttx/pull/8080#discussion_r1070803832 ## include/nuttx/net/netdev.h: ## @@ -161,8 +161,8 @@ * headers */ -#define IPBUF(hl) ((FAR void *)\ - >d_iob->io_data[CONFIG_NET_LL_GUARDSIZE +

[GitHub] [nuttx] masayuki2009 commented on pull request #8125: arch/arm: Fix error in cache ops

2023-01-15 Thread GitBox
masayuki2009 commented on PR #8125: URL: https://github.com/apache/nuttx/pull/8125#issuecomment-1383443148 @zyfeier ``` In file included from armv7-a/arm_cache.c:29: Error: armv7-a/cp15_cacheops.h:951:6: error: conflicting types for 'cp15_invalidate_icache'; have

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8109: Add shmfs

2023-01-15 Thread GitBox
xiaoxiang781216 commented on code in PR #8109: URL: https://github.com/apache/nuttx/pull/8109#discussion_r1070632394 ## fs/shm/shm_unlink.c: ## @@ -0,0 +1,140 @@ +/ + * fs/shm/shm_unlink.c + * + *

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8109: Add shmfs

2023-01-15 Thread GitBox
xiaoxiang781216 commented on code in PR #8109: URL: https://github.com/apache/nuttx/pull/8109#discussion_r1070815043 ## fs/shm/shm_open.c: ## @@ -0,0 +1,163 @@ +/ + * fs/shm/shm_open.c + * + * Licensed

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8124: stm32h7: add SMPS PWR option for STM32H7X7

2023-01-15 Thread GitBox
xiaoxiang781216 merged PR #8124: URL: https://github.com/apache/nuttx/pull/8124 -- 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:

[nuttx] branch master updated (fc623949a3 -> 22fa59074f)

2023-01-15 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 fc623949a3 arch/arm: move hard code macro to kconfig add 22fa59074f stm32h7: add SMPS PWR option for STM32H7X7

[nuttx] branch master updated (896dbb2499 -> fc623949a3)

2023-01-15 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 896dbb2499 boards: rv-virt: Add knetnsh64 and knetnsh64_smp add 6975bbb38d arch/arm/src: add pl310 l2cache's

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8127: arch/arm: Add missing kconfig for arm

2023-01-15 Thread GitBox
xiaoxiang781216 merged PR #8127: URL: https://github.com/apache/nuttx/pull/8127 -- 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:

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8126: sched/wqueue: do work_cancel when worker is not null

2023-01-15 Thread GitBox
xiaoxiang781216 merged PR #8126: URL: https://github.com/apache/nuttx/pull/8126 -- 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:

[nuttx] branch master updated (22fa59074f -> 63039b80e1)

2023-01-15 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 22fa59074f stm32h7: add SMPS PWR option for STM32H7X7 add 63039b80e1 sched/wqueue: do work_cancel when worker

[GitHub] [nuttx] anchao opened a new pull request, #8130: net/tcp: fix potential busy loop on tcp_send_buffered.c

2023-01-15 Thread GitBox
anchao opened a new pull request, #8130: URL: https://github.com/apache/nuttx/pull/8130 ## Summary net/tcp: fix potential busy loop on tcp_send_buffered.c if the wrbuffer does not have enough space to send the rest of the data, then the send function will loop infinitely

[nuttx] branch master updated (63039b80e1 -> c07bd5d644)

2023-01-15 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 63039b80e1 sched/wqueue: do work_cancel when worker is not null add c07bd5d644 arm64/pinephone: Add driver for

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8123: arm64/pinephone: Add driver for PinePhone Touch Panel

2023-01-15 Thread GitBox
xiaoxiang781216 merged PR #8123: URL: https://github.com/apache/nuttx/pull/8123 -- 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:

[GitHub] [nuttx] Donny9 opened a new pull request, #8131: mm/mm_heap/tlsf: support global mempool to optimize small block performance

2023-01-15 Thread GitBox
Donny9 opened a new pull request, #8131: URL: https://github.com/apache/nuttx/pull/8131 ## Summary This PR is based on https://github.com/apache/nuttx/pull/8116. Support global mempool to optimize small block performance for default mm_heap and tlsf manager, you can enable this

[GitHub] [nuttx] donghengqaz opened a new pull request, #8132: xtensa/esp32: Partition device supports encryption mode

2023-01-15 Thread GitBox
donghengqaz opened a new pull request, #8132: URL: https://github.com/apache/nuttx/pull/8132 ## Summary Partition device supports encryption mode. ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [nuttx] anchao opened a new pull request, #8129: net/tcp: correct behavior of SO_LINGER

2023-01-15 Thread GitBox
anchao opened a new pull request, #8129: URL: https://github.com/apache/nuttx/pull/8129 ## Summary net/tcp: correct behavior of SO_LINGER 1. Remove tcp_txdrain() from close() to avoid indefinitely block 2. Send TCP_RST immediately if linger timeout Signed-off-by:

[GitHub] [nuttx] anchao commented on issue #7522: SO_LINGER 0 does not drop the connection.

2023-01-15 Thread GitBox
anchao commented on issue #7522: URL: https://github.com/apache/nuttx/issues/7522#issuecomment-1383476563 > @anchao should we correct SO_LINGER? Yes, Please review https://github.com/apache/nuttx/pull/8129 @xiaoxiang781216 @fjpanag -- This is an automated message from the Apache

[GitHub] [nuttx] julianoes commented on pull request #8124: stm32h7: add SMPS PWR option for STM32H7X7

2023-01-15 Thread GitBox
julianoes commented on PR #8124: URL: https://github.com/apache/nuttx/pull/8124#issuecomment-1383482494 Backported and tested on STM32H747 successfully. -- 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

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8128: boards: rv-virt: Add knetnsh64 and knetnsh64_smp

2023-01-15 Thread GitBox
xiaoxiang781216 merged PR #8128: URL: https://github.com/apache/nuttx/pull/8128 -- 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:

[nuttx] branch master updated: boards: rv-virt: Add knetnsh64 and knetnsh64_smp

2023-01-15 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 896dbb2499 boards: rv-virt: Add knetnsh64 and

[GitHub] [nuttx] anchao opened a new pull request, #8133: mm/tlsf: fix compile error/warning on tlsf

2023-01-15 Thread GitBox
anchao opened a new pull request, #8133: URL: https://github.com/apache/nuttx/pull/8133 ## Summary mm/tlsf: fix compile error/warning on tlsf 1. make[1]: Entering directory '/home/archer/code/nuttx/n2/incubator-nuttx/mm' /bin/sh: 1: Syntax error: "(" unexpected 2.

[GitHub] [nuttx-apps] anjiahao1 opened a new pull request, #1495: add a testcase for aescbc

2023-01-15 Thread GitBox
anjiahao1 opened a new pull request, #1495: URL: https://github.com/apache/nuttx-apps/pull/1495 ## Summary add a testcase for aescbc ## Impact crypto test ## Testing sim:crypto -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [nuttx] anjiahao1 opened a new pull request, #8134: crypto:support crypto can handle streaming data

2023-01-15 Thread GitBox
anjiahao1 opened a new pull request, #8134: URL: https://github.com/apache/nuttx/pull/8134 in user space Use the flag (COP_FLAG_UPDATE)structure member to mark whether it is just input data. like this: can do manys times,just input data ``` cryp.ses =

[nuttx-apps] annotated tag nuttx-12.0.0 updated (5592e3825 -> 1f1fb3e55)

2023-01-15 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to annotated tag nuttx-12.0.0 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git *** WARNING: tag nuttx-12.0.0 was modified! *** from 5592e3825 (commit) to 1f1fb3e55 (tag)

[nuttx] annotated tag nuttx-12.0.0 updated (ccf0b5af0d -> e805479a35)

2023-01-15 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to annotated tag nuttx-12.0.0 in repository https://gitbox.apache.org/repos/asf/nuttx.git *** WARNING: tag nuttx-12.0.0 was modified! *** from ccf0b5af0d (commit) to e805479a35 (tag) tagging

svn commit: r59372 - in /release/nuttx/12.0.0: ./ apache-nuttx-12.0.0.tar.gz apache-nuttx-12.0.0.tar.gz.asc apache-nuttx-12.0.0.tar.gz.sha512 apache-nuttx-apps-12.0.0.tar.gz apache-nuttx-apps-12.0.0.t

2023-01-15 Thread jerpelea
Author: jerpelea Date: Mon Jan 16 07:58:35 2023 New Revision: 59372 Log: Add apache-nuttx-12.0.0 release Added: release/nuttx/12.0.0/ release/nuttx/12.0.0/apache-nuttx-12.0.0.tar.gz (with props) release/nuttx/12.0.0/apache-nuttx-12.0.0.tar.gz.asc