[GitHub] [nuttx] anchao opened a new pull request, #8348: sim/rpserver/rpproxy: remove colon from syslog prefix

2023-01-30 Thread via GitHub
anchao opened a new pull request, #8348: URL: https://github.com/apache/nuttx/pull/8348 ## Summary sim/rpserver/rpproxy: remove colon from syslog prefix Before: ``` [server: ] show_tasks:PID PRISTACKBASE STACKSIZE COMMAND [server: ] dump_task: 0 0

[GitHub] [nuttx] wengzhe commented on pull request #8344: net/slip: Change SLIP to use IOB

2023-01-30 Thread via GitHub
wengzhe commented on PR #8344: URL: https://github.com/apache/nuttx/pull/8344#issuecomment-1408156242 > > @michi-jung could you help us verify this patch? > > Hi @xiaoxiang781216 and @wengzhe. Yes, patch is working fine for me. Thanks! > > Could you please increase the `buffer`

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8182: sched/mutex: Return the error code correctly in nxmutex_timedlock

2023-01-30 Thread via GitHub
xiaoxiang781216 commented on PR #8182: URL: https://github.com/apache/nuttx/pull/8182#issuecomment-1408157702 @masayuki2009 could you verify this patch again? Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [nuttx] michi-jung commented on pull request #8344: net/slip: Change SLIP to use IOB

2023-01-30 Thread via GitHub
michi-jung commented on PR #8344: URL: https://github.com/apache/nuttx/pull/8344#issuecomment-1408158558 > > > @michi-jung could you help us verify this patch? > > > > > > Hi @xiaoxiang781216 and @wengzhe. Yes, patch is working fine for me. Thanks! > > Could you please increase

[GitHub] [nuttx] anchao opened a new pull request, #8349: libs/netdb: add sanity check to avoid null pointer reference

2023-01-30 Thread via GitHub
anchao opened a new pull request, #8349: URL: https://github.com/apache/nuttx/pull/8349 ## Summary libs/netdb: add sanity check to avoid null pointer reference Signed-off-by: chao an ## Impact N/A ## Testing ci-check -- This is an automated messag

[GitHub] [nuttx] CV-Bowen commented on a diff in pull request #8252: tlsr82/backtrace: tc32 backtrace bug fix

2023-01-30 Thread via GitHub
CV-Bowen commented on code in PR #8252: URL: https://github.com/apache/nuttx/pull/8252#discussion_r1090307345 ## arch/arm/src/tlsr82/tc32/tc32_backtrace.c: ## @@ -63,6 +63,22 @@ static void **g_backtrace_code_regions; +/**

[GitHub] [nuttx] pussuw opened a new pull request, #8350: icicle/configs: Update some configs

2023-01-30 Thread via GitHub
pussuw opened a new pull request, #8350: URL: https://github.com/apache/nuttx/pull/8350 ## Summary - Remove the annoying color terminal for nsh target - Add SHMFS for nsh and pnsh - Increase stack user and kernel sizes for kernel mode ## Impact Icicle board only ## Testing

[GitHub] [nuttx] wengzhe opened a new pull request, #8351: net: Implement socket shutdown() interface

2023-01-30 Thread via GitHub
wengzhe opened a new pull request, #8351: URL: https://github.com/apache/nuttx/pull/8351 ## Summary Patches included: - net: Implement shutdown() interface and tcp shutdown - net: Implement shutdown() for usrsock - net: Implement shutdown() for local stream socket ## Impact

[GitHub] [nuttx-apps] Gary-Hobson opened a new pull request, #1515: Makefile: adjust compilation flags order

2023-01-30 Thread via GitHub
Gary-Hobson opened a new pull request, #1515: URL: https://github.com/apache/nuttx-apps/pull/1515 ## Summary Move compile flags to third argument ## Impact Depended on by https://github.com/apache/nuttx/pull/8347 ## Testing -- This is an automated message from t

[GitHub] [nuttx] Gary-Hobson opened a new pull request, #8352: libc/stream: fix syslogstream_addstring length error

2023-01-30 Thread via GitHub
Gary-Hobson opened a new pull request, #8352: URL: https://github.com/apache/nuttx/pull/8352 ## Summary When len is greater than CONFIG_IOB_BUFSIZE, len is not updated in time, which will lead to memory stampede ## Impact ## Testing -- This is an automated message

[GitHub] [nuttx] GooTal commented on pull request #6242: rv-virt:knsh64

2023-01-30 Thread via GitHub
GooTal commented on PR #6242: URL: https://github.com/apache/nuttx/pull/6242#issuecomment-1408244997 Hello, i tried to run rv-virt:knsh64. But it didn`t work well. Here are the commands: ``` ./tools/configure.sh -l rv-virt:knsh64 # step1 make -j8 # step2 qemu-system-riscv64 -

[GitHub] [nuttx] CV-Bowen opened a new pull request, #8353: Reduce the memory node overhead size

2023-01-30 Thread via GitHub
CV-Bowen opened a new pull request, #8353: URL: https://github.com/apache/nuttx/pull/8353 ## Summary This PR reduces the memory node overhead size to half of the original by move the `node->preceding` to previous free node in physical like TLSF does (http://www.gii.upv.es/tlsf/main/docs)

[GitHub] [nuttx-apps] fjpanag commented on pull request #1514: Fixed compiler warnings in dd.

2023-01-30 Thread via GitHub
fjpanag commented on PR #1514: URL: https://github.com/apache/nuttx-apps/pull/1514#issuecomment-1408307893 My environment is mostly dictated by the project, and some times it is different by what it is used in CI. I am currently using: ```sh bash-5.2$ arm-none-eabi-gcc --versi

[GitHub] [nuttx] fjpanag commented on a diff in pull request #8340: Fixed non-UTF characters.

2023-01-30 Thread via GitHub
fjpanag commented on code in PR #8340: URL: https://github.com/apache/nuttx/pull/8340#discussion_r1090411655 ## boards/arm/sama5/jupiter-nano/include/board_sdram.h: ## @@ -107,7 +107,7 @@ #define BOARD_ADC_PRESCAL (7) #define BOARD_TSD_STARTUP (40)/

[GitHub] [nuttx] fjpanag commented on pull request #8340: Fixed non-UTF characters.

2023-01-30 Thread via GitHub
fjpanag commented on PR #8340: URL: https://github.com/apache/nuttx/pull/8340#issuecomment-1408332135 BTW, this is how our CI checks for invalid characters: ```sh cvt2utf convert -i h c --nobak . if [ -n "$(git status -s)" ]; then exit 1 else exit 0 fi

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #6242: rv-virt:knsh64

2023-01-30 Thread via GitHub
xiaoxiang781216 commented on PR #6242: URL: https://github.com/apache/nuttx/pull/6242#issuecomment-1408361175 @masayuki2009 could you help? -- 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 spe

[GitHub] [nuttx] masayuki2009 commented on pull request #6242: rv-virt:knsh64

2023-01-30 Thread via GitHub
masayuki2009 commented on PR #6242: URL: https://github.com/apache/nuttx/pull/6242#issuecomment-1408363469 @GooTal Please see boards/risc-v/qemu-rv/rv-virt/README.txt ``` 3.2 Configure and build NuttX for BUILD_KERNEL $ mkdir ./nuttx; cd ./nuttx $ git clone https:/

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8340: Fixed non-UTF characters.

2023-01-30 Thread via GitHub
xiaoxiang781216 commented on PR #8340: URL: https://github.com/apache/nuttx/pull/8340#issuecomment-1408364223 > BTW, this is how our CI checks for invalid characters: > > ```shell > cvt2utf convert -i h c --nobak . > > if [ -n "$(git status -s)" ]; then >exit 1 > el

[GitHub] [nuttx] masayuki2009 commented on pull request #8182: Add the holder for mutex

2023-01-30 Thread via GitHub
masayuki2009 commented on PR #8182: URL: https://github.com/apache/nuttx/pull/8182#issuecomment-1408380187 @xiaoxiang781216 I will try the latest PR tomorrow. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [nuttx] fjpanag commented on pull request #8340: Fixed non-UTF characters.

2023-01-30 Thread via GitHub
fjpanag commented on PR #8340: URL: https://github.com/apache/nuttx/pull/8340#issuecomment-1408388418 > > BTW, this is how our CI checks for invalid characters: > > ```shell > > cvt2utf convert -i h c --nobak . > > > > if [ -n "$(git status -s)" ]; then > > exit 1 > > else

[GitHub] [nuttx] Donny9 opened a new pull request, #8354: arch/sim: add toolchain library libm

2023-01-30 Thread via GitHub
Donny9 opened a new pull request, #8354: URL: https://github.com/apache/nuttx/pull/8354 ## Summary arch/sim: add toolchain library libm Signed-off-by: Jiuzhu Dong ## Impact add toolchain math library when disable CONFIG_LIBM ## Testing Vela CI -- This is

[GitHub] [nuttx] davids5 commented on issue #8346: Regression in many places due to change of nxsem_timedwait_uninterruptible with nxsem_tickwait_uninterruptible

2023-01-30 Thread via GitHub
davids5 commented on issue #8346: URL: https://github.com/apache/nuttx/issues/8346#issuecomment-1408448749 > @davids5 : Related to this, I see that PX4 changed all the boards to have 1ms systick lately in the main branch. It causes a huge CPU load overhead, and I am not able to use that in

[GitHub] [nuttx] pussuw opened a new pull request, #8355: arch/addrenv: Refactor address environment handling, by moving tg_addrenv out of the group structure

2023-01-30 Thread via GitHub
pussuw opened a new pull request, #8355: URL: https://github.com/apache/nuttx/pull/8355 ## Summary This moves address environments from the group structure into the TCB. The reason for doing this is that the group is destroyed too soon when a process exits and this leaves the system with

[GitHub] [nuttx] davids5 commented on a diff in pull request #8338: sensors/ioctl: add common cmd for accelerators

2023-01-30 Thread via GitHub
davids5 commented on code in PR #8338: URL: https://github.com/apache/nuttx/pull/8338#discussion_r1090505807 ## include/nuttx/sensors/ioctl.h: ## @@ -234,6 +234,13 @@ #define SNIOC_READROMCODE _SNIOC(0x0067) /* Arg: uint64_t* pointer */ #define SNIOC_SETALARM

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8348: sim/rpserver/rpproxy: remove colon from syslog prefix

2023-01-30 Thread via GitHub
xiaoxiang781216 merged PR #8348: URL: https://github.com/apache/nuttx/pull/8348 -- 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 (2ffe564fa2 -> ac77492dd1)

2023-01-30 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 2ffe564fa2 fs/procfs: sort level0 process id add ac77492dd1 sim/rpserver/rpproxy: remove colon from syslog pref

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8340: Fixed non-UTF characters.

2023-01-30 Thread via GitHub
xiaoxiang781216 merged PR #8340: URL: https://github.com/apache/nuttx/pull/8340 -- 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: Fixed non-UTF characters.

2023-01-30 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 2fe8f37001 Fixed non-UTF characters. 2fe8f3700

[GitHub] [nuttx] jlaitine commented on issue #8346: Regression in many places due to change of nxsem_timedwait_uninterruptible with nxsem_tickwait_uninterruptible

2023-01-30 Thread via GitHub
jlaitine commented on issue #8346: URL: https://github.com/apache/nuttx/issues/8346#issuecomment-1408506072 > We have always run at 1 mS since day one. So it is un related. That's right, sorry I confused something. -- This is an automated message from the Apache Git Service. To resp

[GitHub] [nuttx] xaowang96 opened a new pull request, #8356: libc/stdio: fix rounding errors for fractional values less than 1

2023-01-30 Thread via GitHub
xaowang96 opened a new pull request, #8356: URL: https://github.com/apache/nuttx/pull/8356 Signed-off-by: wangxuedong ## Summary Now all decimal values greater than 0.5 and less than 1 are converted to strings with wrong results. This PR is to solve this problem. If

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8354: arch/sim: add toolchain library libm

2023-01-30 Thread via GitHub
xiaoxiang781216 merged PR #8354: URL: https://github.com/apache/nuttx/pull/8354 -- 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 (2fe8f37001 -> 17f410e647)

2023-01-30 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 2fe8f37001 Fixed non-UTF characters. add 17f410e647 arch/sim: add toolchain library libm No new revisions were

[GitHub] [nuttx] Gary-Hobson opened a new pull request, #8357: tools: add separate flags parameter for COMPILE/COMPILEXX

2023-01-30 Thread via GitHub
Gary-Hobson opened a new pull request, #8357: URL: https://github.com/apache/nuttx/pull/8357 ## Summary The first parameter of the COMPILE function is the input file name, but in some places flags are also passed in Add the third parameter as flags, and uniformly modify the first param

[GitHub] [nuttx] pussuw commented on a diff in pull request #8355: arch/addrenv: Refactor address environment handling, by moving tg_addrenv out of the group structure

2023-01-30 Thread via GitHub
pussuw commented on code in PR #8355: URL: https://github.com/apache/nuttx/pull/8355#discussion_r1090588218 ## arch/risc-v/src/common/riscv_doirq.c: ## @@ -98,7 +98,7 @@ uintptr_t *riscv_doirq(int irq, uintptr_t *regs) * thread at the head of the ready-to-run list.

[GitHub] [nuttx] anjiahao1 opened a new pull request, #8358: watchdog:fix Kconfig typo

2023-01-30 Thread via GitHub
anjiahao1 opened a new pull request, #8358: URL: https://github.com/apache/nuttx/pull/8358 Signed-off-by: anjiahao ## Summary watchdog:fix Kconfig typo ## Impact watchdog ## Testing none -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [nuttx] jerpelea merged pull request #8352: libc/stream: fix syslogstream_addstring length error

2023-01-30 Thread via GitHub
jerpelea merged PR #8352: URL: https://github.com/apache/nuttx/pull/8352 -- 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

[nuttx] branch master updated: libc/stream: fix syslogstream_addstring length error

2023-01-30 Thread jerpelea
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.git The following commit(s) were added to refs/heads/master by this push: new 2466c07aa3 libc/stream: fix syslogstream_addstr

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8350: icicle/configs: Update some configs

2023-01-30 Thread via GitHub
xiaoxiang781216 merged PR #8350: URL: https://github.com/apache/nuttx/pull/8350 -- 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 (2466c07aa3 -> 0bebb94923)

2023-01-30 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 2466c07aa3 libc/stream: fix syslogstream_addstring length error add 0bebb94923 icicle/configs: Update some conf

[GitHub] [nuttx] Donny9 opened a new pull request, #8359: drivers/pipes: fix write busy loop because POLLOUT always ready.

2023-01-30 Thread via GitHub
Donny9 opened a new pull request, #8359: URL: https://github.com/apache/nuttx/pull/8359 ## Summary drivers/pipes: fix write busy loop because POLLOUT always ready. the size of pipes buffer +1 as compensate the full indicator Signed-off-by: dongjiuzhu1 ## Impact

[GitHub] [nuttx] anchao opened a new pull request, #8360: arm/unwinder: set default unwinder type to arm exidx/extab

2023-01-30 Thread via GitHub
anchao opened a new pull request, #8360: URL: https://github.com/apache/nuttx/pull/8360 ## Summary arm/unwinder: set default unwinder type to arm exidx/extab Signed-off-by: chao an ## Impact N/A ## Testing arm backtrace -- This is an automated mes

[GitHub] [nuttx] pussuw commented on pull request #8355: arch/addrenv: Refactor address environment handling, by moving tg_addrenv out of the group structure

2023-01-30 Thread via GitHub
pussuw commented on PR #8355: URL: https://github.com/apache/nuttx/pull/8355#issuecomment-1408675705 There is some cleanup still to be done for other platforms. It seems the call to "group_addrenv" exists on platforms that do not and never have supported address environments, so it is a bit

[GitHub] [nuttx] anchao opened a new pull request, #8361: net/devif: check the net device before use

2023-01-30 Thread via GitHub
anchao opened a new pull request, #8361: URL: https://github.com/apache/nuttx/pull/8361 ## Summary net/devif: check the net device before use Signed-off-by: chao an ## Impact N/A ## Testing tcp/udp test -- This is an automated message from the

[GitHub] [nuttx] jerpelea merged pull request #8358: watchdog:fix Kconfig typo

2023-01-30 Thread via GitHub
jerpelea merged PR #8358: URL: https://github.com/apache/nuttx/pull/8358 -- 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

[nuttx] branch master updated: watchdog:fix Kconfig typo

2023-01-30 Thread jerpelea
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.git The following commit(s) were added to refs/heads/master by this push: new 6f2f62f4ce watchdog:fix Kconfig typo 6f2f62f4ce

[GitHub] [nuttx] hartmannathan opened a new pull request, #8362: arch/tiva: Remove dead store

2023-01-30 Thread via GitHub
hartmannathan opened a new pull request, #8362: URL: https://github.com/apache/nuttx/pull/8362 ## Summary In `arch/arm/src/tiva/common/tiva_can.c` function `tiva_can_initialize()`, remove the local variable `canmod`, which was assigned but never used. ## Impact Fixes thi

[GitHub] [nuttx] pussuw commented on a diff in pull request #8355: arch/addrenv: Refactor address environment handling, by moving tg_addrenv out of the group structure

2023-01-30 Thread via GitHub
pussuw commented on code in PR #8355: URL: https://github.com/apache/nuttx/pull/8355#discussion_r1090746638 ## sched/addrenv/addrenv.c: ## @@ -0,0 +1,523 @@ +/ + * sched/addrenv/addrenv.c + * + * License

[GitHub] [nuttx] hartmannathan opened a new pull request, #8363: Remove executable permissions from source files

2023-01-30 Thread via GitHub
hartmannathan opened a new pull request, #8363: URL: https://github.com/apache/nuttx/pull/8363 ## Summary Remove executable permissions from the following source files: - arch/arm/src/sama5/sam_flexcom_spi.h - arch/risc-v/src/mpfs/mpfs_ihc_sbi.c - drivers/usbdev/adb.c -

[GitHub] [nuttx] pussuw commented on a diff in pull request #8355: arch/addrenv: Refactor address environment handling, by moving tg_addrenv out of the group structure

2023-01-30 Thread via GitHub
pussuw commented on code in PR #8355: URL: https://github.com/apache/nuttx/pull/8355#discussion_r1090746638 ## sched/addrenv/addrenv.c: ## @@ -0,0 +1,523 @@ +/ + * sched/addrenv/addrenv.c + * + * License

[GitHub] [nuttx] Donny9 closed pull request #8359: drivers/pipes: fix write busy loop because POLLOUT always ready.

2023-01-30 Thread via GitHub
Donny9 closed pull request #8359: drivers/pipes: fix write busy loop because POLLOUT always ready. URL: https://github.com/apache/nuttx/pull/8359 -- 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

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8349: libs/netdb: add sanity check to avoid null pointer reference

2023-01-30 Thread via GitHub
xiaoxiang781216 merged PR #8349: URL: https://github.com/apache/nuttx/pull/8349 -- 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: libs/netdb: add sanity check to avoid null pointer reference

2023-01-30 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 fa63da22ae libs/netdb: add sanity check to avo

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8356: libc/stdio: fix rounding errors for fractional values less than 1

2023-01-30 Thread via GitHub
xiaoxiang781216 merged PR #8356: URL: https://github.com/apache/nuttx/pull/8356 -- 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 (fa63da22ae -> ba016eb5eb)

2023-01-30 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 fa63da22ae libs/netdb: add sanity check to avoid null pointer reference add ba016eb5eb libc/stdio: fix rounding

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8239: Remove use of IPv[4|6]BUF macro from net/slip

2023-01-30 Thread via GitHub
xiaoxiang781216 commented on PR #8239: URL: https://github.com/apache/nuttx/pull/8239#issuecomment-1408850177 let use #8344 and close this pr. -- 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

[GitHub] [nuttx] xiaoxiang781216 closed pull request #8239: Remove use of IPv[4|6]BUF macro from net/slip

2023-01-30 Thread via GitHub
xiaoxiang781216 closed pull request #8239: Remove use of IPv[4|6]BUF macro from net/slip URL: https://github.com/apache/nuttx/pull/8239 -- 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 c

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8344: net/slip: Change SLIP to use IOB

2023-01-30 Thread via GitHub
xiaoxiang781216 merged PR #8344: URL: https://github.com/apache/nuttx/pull/8344 -- 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: net/slip: Change SLIP to use IOB

2023-01-30 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 af0a35f9ae net/slip: Change SLIP to use IOB af

[GitHub] [nuttx] TimJTi commented on issue #8325: RNDIS/CDC-ECM/CDC-NCM

2023-01-30 Thread via GitHub
TimJTi commented on issue #8325: URL: https://github.com/apache/nuttx/issues/8325#issuecomment-1408879666 Initial results today, on Ubuntu which, I now remember, is exactly what I saw > 1 year ago and I gave up at that time as it wasn't important then. It is now :( [282860.884239] us

[GitHub] [nuttx] acassis commented on a diff in pull request #8361: net/devif: check the net device before use

2023-01-30 Thread via GitHub
acassis commented on code in PR #8361: URL: https://github.com/apache/nuttx/pull/8361#discussion_r1090830195 ## net/devif/devif_iobsend.c: ## @@ -56,67 +57,53 @@ void devif_iob_send(FAR struct net_driver_s *dev, FAR struct iob_s *iob, unsigned int len, unsi

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8360: arm/unwinder: set default unwinder type to arm exidx/extab

2023-01-30 Thread via GitHub
xiaoxiang781216 merged PR #8360: URL: https://github.com/apache/nuttx/pull/8360 -- 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: arm/unwinder: set default unwinder type to arm exidx/extab

2023-01-30 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 0f35ad29a8 arm/unwinder: set default unwinder

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8343: net/tun: Change TUN/TAP to use IOB

2023-01-30 Thread via GitHub
xiaoxiang781216 merged PR #8343: URL: https://github.com/apache/nuttx/pull/8343 -- 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] 02/02: net/tun: Change TUN/TAP to use IOB

2023-01-30 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 ff68d9ac04bdf20a12b8420b622f3cef282459d2 Author: Zhe Weng AuthorDate: Tue Jan 10 20:03:02 2023 +0800 net/tun: Cha

[nuttx] branch master updated (0f35ad29a8 -> ff68d9ac04)

2023-01-30 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 0f35ad29a8 arm/unwinder: set default unwinder type to arm exidx/extab new be89bcc044 mm/iob: Support negative o

[nuttx] 01/02: mm/iob: Support negative offset when copyin/out.

2023-01-30 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 be89bcc0445eba4101d09960f0b58ee63824dbfd Author: Zhe Weng AuthorDate: Wed Jan 18 19:58:52 2023 +0800 mm/iob: Supp

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8359: drivers/pipes: fix write busy loop because POLLOUT always ready.

2023-01-30 Thread via GitHub
xiaoxiang781216 commented on PR #8359: URL: https://github.com/apache/nuttx/pull/8359#issuecomment-1408965627 why close this PR, @Donny9 ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

[GitHub] [nuttx] masayuki2009 commented on a diff in pull request #8182: Add the holder for mutex

2023-01-30 Thread via GitHub
masayuki2009 commented on code in PR #8182: URL: https://github.com/apache/nuttx/pull/8182#discussion_r1090885862 ## boards/sim/sim/sim/configs/usrsocktest/defconfig: ## @@ -13,6 +13,8 @@ CONFIG_ARCH_CHIP="sim" CONFIG_ARCH_SIM=y CONFIG_BOARDCTL_POWEROFF=y CONFIG_BUILTIN=y +CO

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8357: tools: add separate flags parameter for COMPILE/COMPILEXX

2023-01-30 Thread via GitHub
xiaoxiang781216 commented on code in PR #8357: URL: https://github.com/apache/nuttx/pull/8357#discussion_r1090887480 ## tools/Config.mk: ## @@ -303,7 +303,7 @@ endef define COMPILEXX @echo "CXX: $1" - $(Q) $(CCACHE) $(CXX) -c $(CXXFLAGS) $($(strip $1)_CXXFLAGS)

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8357: tools: add separate flags parameter for COMPILE/COMPILEXX

2023-01-30 Thread via GitHub
xiaoxiang781216 commented on code in PR #8357: URL: https://github.com/apache/nuttx/pull/8357#discussion_r1090887881 ## tools/Config.mk: ## @@ -285,11 +285,11 @@ endef define COMPILE @echo "CC: $1" - $(Q) $(CCACHE) $(CC) -c $(CFLAGS) $($(strip $1)_CFLAGS) $1 -o

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8182: Add the holder for mutex

2023-01-30 Thread via GitHub
xiaoxiang781216 commented on code in PR #8182: URL: https://github.com/apache/nuttx/pull/8182#discussion_r1090892898 ## boards/sim/sim/sim/configs/usrsocktest/defconfig: ## @@ -13,6 +13,8 @@ CONFIG_ARCH_CHIP="sim" CONFIG_ARCH_SIM=y CONFIG_BOARDCTL_POWEROFF=y CONFIG_BUILTIN=y

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #8364: boards: Enable assert for citest

2023-01-30 Thread via GitHub
xiaoxiang781216 opened a new pull request, #8364: URL: https://github.com/apache/nuttx/pull/8364 ## Summary to find more error in daily ci ## Impact citest ## Testing CI -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8182: Add the holder for mutex

2023-01-30 Thread via GitHub
xiaoxiang781216 commented on code in PR #8182: URL: https://github.com/apache/nuttx/pull/8182#discussion_r1090897946 ## boards/sim/sim/sim/configs/usrsocktest/defconfig: ## @@ -13,6 +13,8 @@ CONFIG_ARCH_CHIP="sim" CONFIG_ARCH_SIM=y CONFIG_BOARDCTL_POWEROFF=y CONFIG_BUILTIN=y

[GitHub] [nuttx] acassis commented on a diff in pull request #8280: Add more battery operation

2023-01-30 Thread via GitHub
acassis commented on code in PR #8280: URL: https://github.com/apache/nuttx/pull/8280#discussion_r1090905217 ## include/nuttx/power/battery_ioctl.h: ## @@ -143,6 +143,7 @@ enum batio_operate_e BATIO_OPRTN_SYSON, BATIO_OPRTN_RESET, BATIO_OPRTN_WDOG, + BATIO_OPRTN_SHIPMO

[GitHub] [nuttx] acassis commented on a diff in pull request #8280: Add more battery operation

2023-01-30 Thread via GitHub
acassis commented on code in PR #8280: URL: https://github.com/apache/nuttx/pull/8280#discussion_r1090905217 ## include/nuttx/power/battery_ioctl.h: ## @@ -143,6 +143,7 @@ enum batio_operate_e BATIO_OPRTN_SYSON, BATIO_OPRTN_RESET, BATIO_OPRTN_WDOG, + BATIO_OPRTN_SHIPMO

[GitHub] [nuttx] acassis merged pull request #8256: drivers/mmcsd: Add MMC_IOC_CMD ioctl

2023-01-30 Thread via GitHub
acassis merged PR #8256: URL: https://github.com/apache/nuttx/pull/8256 -- 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.apache

[nuttx] branch master updated: drivers/mmcsd: Add MMC_IOC_CMD ioctl

2023-01-30 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 4b4004b874 drivers/mmcsd: Add MMC_IOC_CMD ioctl

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8280: Add more battery operation

2023-01-30 Thread via GitHub
xiaoxiang781216 commented on code in PR #8280: URL: https://github.com/apache/nuttx/pull/8280#discussion_r1090931717 ## include/nuttx/power/battery_ioctl.h: ## @@ -144,6 +144,7 @@ enum batio_operate_e BATIO_OPRTN_RESET, BATIO_OPRTN_WDOG, BATIO_OPRTN_SHIPMODE, + BATIO_O

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8280: Add more battery operation

2023-01-30 Thread via GitHub
xiaoxiang781216 commented on code in PR #8280: URL: https://github.com/apache/nuttx/pull/8280#discussion_r1090940485 ## include/nuttx/power/battery_ioctl.h: ## @@ -143,6 +143,7 @@ enum batio_operate_e BATIO_OPRTN_SYSON, BATIO_OPRTN_RESET, BATIO_OPRTN_WDOG, + BATIO_OPRT

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8362: arch/tiva: Remove dead store

2023-01-30 Thread via GitHub
xiaoxiang781216 merged PR #8362: URL: https://github.com/apache/nuttx/pull/8362 -- 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: arch/tiva: Remove dead store

2023-01-30 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 f63754c4c0 arch/tiva: Remove dead store f63754

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8363: Remove executable permissions from source files

2023-01-30 Thread via GitHub
xiaoxiang781216 commented on PR #8363: URL: https://github.com/apache/nuttx/pull/8363#issuecomment-1409042433 @hartmannathan can we add the check to tools/checkpatch.sh? -- 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 pull request #8340: Fixed non-UTF characters.

2023-01-30 Thread via GitHub
xiaoxiang781216 commented on PR #8340: URL: https://github.com/apache/nuttx/pull/8340#issuecomment-1409045471 you can install here: https://github.com/apache/nuttx/blob/master/tools/ci/docker/linux/Dockerfile#L282 https://github.com/apache/nuttx/blob/master/tools/ci/cibuild.sh#L286 -

[GitHub] [nuttx] hartmannathan commented on pull request #8363: Remove executable permissions from source files

2023-01-30 Thread via GitHub
hartmannathan commented on PR #8363: URL: https://github.com/apache/nuttx/pull/8363#issuecomment-1409099006 > @hartmannathan can we add the check to tools/checkpatch.sh? It would be nice to add it. Unfortunately I can't add it right now because of other work. I'll create an issue to t

[GitHub] [nuttx] hartmannathan opened a new issue, #8365: tools/checkpatch.sh should check for wrongly set Executable bit

2023-01-30 Thread via GitHub
hartmannathan opened a new issue, #8365: URL: https://github.com/apache/nuttx/issues/8365 Sometimes source files (e.g., `*.c`, `*.h`, `Make.defs`, etc.) are committed to the repository with the Executable bit unintentionally set (that is, file perms are stored in Git as `100755` instead of

[GitHub] [nuttx] hartmannathan commented on pull request #8363: Remove executable permissions from source files

2023-01-30 Thread via GitHub
hartmannathan commented on PR #8363: URL: https://github.com/apache/nuttx/pull/8363#issuecomment-1409113466 > @hartmannathan can we add the check to tools/checkpatch.sh? Filed as Issue #8365 -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [nuttx] lucasssvaz opened a new pull request, #8366: arch/xtensa/esp32: Fix RTC IRQ status clear

2023-01-30 Thread via GitHub
lucasssvaz opened a new pull request, #8366: URL: https://github.com/apache/nuttx/pull/8366 ## Summary This PR aims to fix a potential problem with the RTC interrupt status register. Clearing the interrupt status register before calling the lower level handlers might impact its re

[GitHub] [nuttx] lucasssvaz commented on pull request #8366: arch/xtensa/esp32: Fix RTC IRQ status clear

2023-01-30 Thread via GitHub
lucasssvaz commented on PR #8366: URL: https://github.com/apache/nuttx/pull/8366#issuecomment-1409254737 @acassis @gustavonihei PTAL -- 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 c

[GitHub] [nuttx] lucasssvaz closed pull request #8366: arch/xtensa/esp32: Fix RTC IRQ status clear

2023-01-30 Thread via GitHub
lucasssvaz closed pull request #8366: arch/xtensa/esp32: Fix RTC IRQ status clear URL: https://github.com/apache/nuttx/pull/8366 -- 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.

[GitHub] [nuttx] acassis commented on pull request #8353: mm/mm_heap: reduce the memory node overhead size

2023-01-30 Thread via GitHub
acassis commented on PR #8353: URL: https://github.com/apache/nuttx/pull/8353#issuecomment-1409471945 @CV-Bowen what is "sim mmtest" ? I couldn't find it here :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [nuttx] acassis merged pull request #8363: Remove executable permissions from source files

2023-01-30 Thread via GitHub
acassis merged PR #8363: URL: https://github.com/apache/nuttx/pull/8363 -- 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.apache

[nuttx] branch master updated (f63754c4c0 -> 6b89b6f945)

2023-01-30 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 f63754c4c0 arch/tiva: Remove dead store add 6b89b6f945 Remove executable permissions from source files No new re

[nuttx-website] branch asf-site updated: Publishing web: 94ac6a38fee09a8d54ee96573f16ea8fc881f5d4 docs: 6b89b6f94576fe93865b4da0469f109e6a79c66b

2023-01-30 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 9f1a1ff5 Publishing web: 94ac6a38

[GitHub] [nuttx] no1wudi opened a new pull request, #8367: risc-v/Toolchain.defs: Correct indent

2023-01-30 Thread via GitHub
no1wudi opened a new pull request, #8367: URL: https://github.com/apache/nuttx/pull/8367 ## Summary Minor style fix ## Impact N/A ## Testing CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [nuttx] g2gps opened a new pull request, #8368: litex: Add GPIO driver.

2023-01-30 Thread via GitHub
g2gps opened a new pull request, #8368: URL: https://github.com/apache/nuttx/pull/8368 ## Summary GPIO driver for Litex with optional ISR support. Allows for multiple GPIO peripherals to be specified at an arbitrary addresses. Supports only push / pull output or input. Each periph

[GitHub] [nuttx] CV-Bowen commented on pull request #8353: mm/mm_heap: reduce the memory node overhead size

2023-01-30 Thread via GitHub
CV-Bowen commented on PR #8353: URL: https://github.com/apache/nuttx/pull/8353#issuecomment-1409639844 > @CV-Bowen what is "sim mmtest" ? I couldn't find it here :-) Sorry, the mmtest is `mm` command and you can enable it by set `CONFIG_TESTING_MM=y`. -- This is an automated messag

[GitHub] [nuttx] GooTal commented on pull request #6242: rv-virt:knsh64

2023-01-30 Thread via GitHub
GooTal commented on PR #6242: URL: https://github.com/apache/nuttx/pull/6242#issuecomment-1409648892 Oh thank you. I checked out to releases/12.0 and saw the updated readme. BTW, can knsh64 run ostest? I notice that rv-virt:nsh64 got some built-in apps: ![图片](https://user-images.g

[GitHub] [nuttx] masayuki2009 commented on pull request #8364: boards: Enable assert for citest

2023-01-30 Thread via GitHub
masayuki2009 commented on PR #8364: URL: https://github.com/apache/nuttx/pull/8364#issuecomment-1409649074 @xiaoxiang781216 ``` +++ dirname /github/workspace/sources/nuttx/../nuttx/boards/arm/imx6/sabre-6quad/configs/citest/run ++ cd /github/workspace/sources/nuttx/../nuttx/bo

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #8357: tools: add separate flags parameter for COMPILE/COMPILEXX

2023-01-30 Thread via GitHub
Gary-Hobson commented on code in PR #8357: URL: https://github.com/apache/nuttx/pull/8357#discussion_r1091367423 ## tools/Config.mk: ## @@ -285,11 +285,11 @@ endef define COMPILE @echo "CC: $1" - $(Q) $(CCACHE) $(CC) -c $(CFLAGS) $($(strip $1)_CFLAGS) $1 -o $2 +

[GitHub] [nuttx] Donny9 opened a new pull request, #8369: drivers/pipes: fix write busy loop because POLLOUT always ready.

2023-01-30 Thread via GitHub
Donny9 opened a new pull request, #8369: URL: https://github.com/apache/nuttx/pull/8369 ## Summary drivers/pipes: fix write busy loop because POLLOUT always ready. the size of pipes buffer +1 as compensate the full indicator Signed-off-by: dongjiuzhu1 [dongjiuz...@xiaomi

  1   2   >