(nuttx) branch master updated (9a23ebdbc0 -> 1eaeef5251)

2024-02-22 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 9a23ebdbc0 net/pkt: Support binding to devices other than ETH new da536bed9c Documentation: Move nat.rst and

(nuttx) 02/02: Documentation: Add documentation for packet sockets

2024-02-22 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 commit 1eaeef5251de184cdabe5f421d815d5c1cb58df4 Author: Zhe Weng AuthorDate: Fri Feb 23 11:39:24 2024 +0800

(nuttx) 01/02: Documentation: Move nat.rst and netdev.rst to net/

2024-02-22 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 commit da536bed9c7ccd17d9148570af4e77e95ec90537 Author: Zhe Weng AuthorDate: Fri Feb 23 10:56:49 2024 +0800

Re: [PR] Documentation: Improve network docs [nuttx]

2024-02-22 Thread via GitHub
jerpelea merged PR #11755: URL: https://github.com/apache/nuttx/pull/11755 -- 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:

Re: [I] RP2040 Raspberry Pico W SPI not working [nuttx]

2024-02-22 Thread via GitHub
paolovolpi commented on issue #9392: URL: https://github.com/apache/nuttx/issues/9392#issuecomment-1960848068 The problem with the spi was related to my custom pcb. The issue related to the SDK still remain. If you want to use sdk 1.5 you need to replace the sdk direcotry lib/cyw43-driver

Re: [I] RP2040 Raspberry Pico W SPI not working [nuttx]

2024-02-22 Thread via GitHub
paolovolpi closed issue #9392: RP2040 Raspberry Pico W SPI not working URL: https://github.com/apache/nuttx/issues/9392 -- 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

Re: [PR] cmake:fix the problems of using cmake to compile custom board [nuttx]

2024-02-22 Thread via GitHub
xuxin930 commented on code in PR #11745: URL: https://github.com/apache/nuttx/pull/11745#discussion_r1500264224 ## CMakeLists.txt: ## @@ -84,7 +84,8 @@ if(NOT KCONFIGLIB) $ pip install kconfiglib") endif() -if(EXISTS ${BOARD_CONFIG} AND EXISTS ${BOARD_CONFIG}/defconfig)

Re: [PR] cmake:fix the problems of using cmake to compile custom board [nuttx]

2024-02-22 Thread via GitHub
anchao commented on code in PR #11745: URL: https://github.com/apache/nuttx/pull/11745#discussion_r1500230541 ## CMakeLists.txt: ## @@ -84,7 +84,8 @@ if(NOT KCONFIGLIB) $ pip install kconfiglib") endif() -if(EXISTS ${BOARD_CONFIG} AND EXISTS ${BOARD_CONFIG}/defconfig)

(nuttx-apps) branch master updated: cmake: add lvgl cmake support

2024-02-22 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 c1dfeae0b cmake: add lvgl cmake support

Re: [PR] cmake: add lvgl cmake support [nuttx-apps]

2024-02-22 Thread via GitHub
xiaoxiang781216 merged PR #2304: URL: https://github.com/apache/nuttx-apps/pull/2304 -- 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:

Re: [PR] cmake: add lvgl cmake support [nuttx-apps]

2024-02-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #2304: URL: https://github.com/apache/nuttx-apps/pull/2304#discussion_r1500220939 ## examples/lvgldemo/CMakeLists.txt: ## @@ -28,6 +28,8 @@ if(CONFIG_EXAMPLES_LVGLDEMO) ${CONFIG_EXAMPLES_LVGLDEMO_STACKSIZE} MODULE

(nuttx-apps) branch master updated: apps/tcpdump: Support capture RAW IP interfaces like TUN

2024-02-22 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 9236d9a2f apps/tcpdump: Support capture

Re: [PR] apps/tcpdump: Support capture RAW IP interfaces like TUN [nuttx-apps]

2024-02-22 Thread via GitHub
xiaoxiang781216 merged PR #2303: URL: https://github.com/apache/nuttx-apps/pull/2303 -- 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: net/pkt: Support binding to devices other than ETH

2024-02-22 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 9a23ebdbc0 net/pkt: Support binding to

Re: [PR] net/pkt: Support binding to devices other than ETH [nuttx]

2024-02-22 Thread via GitHub
xiaoxiang781216 merged PR #11744: URL: https://github.com/apache/nuttx/pull/11744 -- 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: stm32/stm32f30xxx_rcc.c: fix broken flash setup

2024-02-22 Thread raiden00
This is an automated email from the ASF dual-hosted git repository. raiden00 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 aa75b7f27c stm32/stm32f30xxx_rcc.c: fix broken

Re: [PR] stm32/stm32f30xxx_rcc.c: fix broken flash setup [nuttx]

2024-02-22 Thread via GitHub
raiden00pl merged PR #11752: URL: https://github.com/apache/nuttx/pull/11752 -- 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:

[PR] Documentation: Improve network docs [nuttx]

2024-02-22 Thread via GitHub
wengzhe opened a new pull request, #11755: URL: https://github.com/apache/nuttx/pull/11755 ## Summary - Documentation: Move nat.rst and netdev.rst to net/ - Documentation: Add docummentation for packet sockets ## Impact Minor ## Testing N/A -- This is an

Re: [PR] cmake:fix the problems of using cmake to compile custom board [nuttx]

2024-02-22 Thread via GitHub
xuxin930 commented on code in PR #11745: URL: https://github.com/apache/nuttx/pull/11745#discussion_r1500182454 ## CMakeLists.txt: ## @@ -84,7 +84,8 @@ if(NOT KCONFIGLIB) $ pip install kconfiglib") endif() -if(EXISTS ${BOARD_CONFIG} AND EXISTS ${BOARD_CONFIG}/defconfig)

Re: [PR] net/pkt: Support binding to devices other than ETH [nuttx]

2024-02-22 Thread via GitHub
wengzhe commented on PR #11744: URL: https://github.com/apache/nuttx/pull/11744#issuecomment-1960664725 > Hi @wengzhe I approved the PR, but I think we need at least so minimum documentation about it: https://nuttx.apache.org/docs/latest/components/net/index.html @acassis Thanks for

[PR] rptun: remove notify_wait in remoteproc ops [nuttx]

2024-02-22 Thread via GitHub
wyr8899 opened a new pull request, #11754: URL: https://github.com/apache/nuttx/pull/11754 ## Summary remove notify_wait in remoteproc ops, rptun implements notify_wait through rpmsg_notify_wait_cb. ## Impact simplify code logic. ## Testing tested in sim vela.

[PR] risc-v/k230: update AMP related document [nuttx]

2024-02-22 Thread via GitHub
yf13 opened a new pull request, #11753: URL: https://github.com/apache/nuttx/pull/11753 ## Summary This patch update documents to reflect the fact that remote node is kicked off by master node. It also adds debug dump to aid the MISA reading issue investigation. ## Impact

Re: [PR] cmake:fix the problems of using cmake to compile custom board [nuttx]

2024-02-22 Thread via GitHub
anchao commented on code in PR #11745: URL: https://github.com/apache/nuttx/pull/11745#discussion_r1500078532 ## CMakeLists.txt: ## @@ -84,7 +84,8 @@ if(NOT KCONFIGLIB) $ pip install kconfiglib") endif() -if(EXISTS ${BOARD_CONFIG} AND EXISTS ${BOARD_CONFIG}/defconfig)

(nuttx) branch master updated: arch/x86_64: add cmake support

2024-02-22 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 9b0017659c arch/x86_64: add cmake support

Re: [PR] arch/x86_64: add cmake support [nuttx]

2024-02-22 Thread via GitHub
anchao merged PR #11747: URL: https://github.com/apache/nuttx/pull/11747 -- 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:

Re: [I] Build error in sixaxis_main.c [nuttx]

2024-02-22 Thread via GitHub
maurosollar commented on issue #11751: URL: https://github.com/apache/nuttx/issues/11751#issuecomment-1960357998 Thanks Alan, exactly what it says. It worked! I really like NuttX, but I still know very little about this RTOS, before I used Microchip with Assembly. I'm from Minas Gerais

Re: [I] Build error in sixaxis_main.c [nuttx]

2024-02-22 Thread via GitHub
maurosollar closed issue #11751: Build error in sixaxis_main.c URL: https://github.com/apache/nuttx/issues/11751 -- 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

Re: [I] Build error in sixaxis_main.c [nuttx]

2024-02-22 Thread via GitHub
maurosollar commented on issue #11751: URL: https://github.com/apache/nuttx/issues/11751#issuecomment-1960356674 Thanks Alan, exactly what it says. It worked! I really like NuttX, but I still know very little about this RTOS, before I used Microchip with Assembly. I'm from Minas Gerais

Re: [I] Build error in sixaxis_main.c [nuttx]

2024-02-22 Thread via GitHub
acassis commented on issue #11751: URL: https://github.com/apache/nuttx/issues/11751#issuecomment-1960349545 @fdcavalcanti maybe you also can help here, because you added support to BMI160 on tm4c1294-launchpad board :-) -- This is an automated message from the Apache Git Service. To

Re: [PR] arch/intel64: fix various issues with stack misalignment [nuttx]

2024-02-22 Thread via GitHub
acassis commented on code in PR #11748: URL: https://github.com/apache/nuttx/pull/11748#discussion_r1499949712 ## arch/x86_64/src/intel64/intel64_stackframe.c: ## @@ -85,7 +85,7 @@ void *up_stack_frame(struct tcb_s *tcb, size_t frame_size) } ret = tcb->stack_base_ptr;

Re: [PR] arch/xmc4 Add tickless support [nuttx]

2024-02-22 Thread via GitHub
acassis commented on PR #11737: URL: https://github.com/apache/nuttx/pull/11737#issuecomment-1960303777 @nicolas71640 please fix also the coding style issues raised by CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] Build error in sixaxis_main.c [nuttx]

2024-02-22 Thread via GitHub
acassis commented on issue #11751: URL: https://github.com/apache/nuttx/issues/11751#issuecomment-1960027590 @maurosollar I think you selected the BMI160 example but forgot to enable the BMI160 driver: CONFIG_SENSORS_BMI160 Also you need to initialize your BMI160 driver in your board

Re: [PR] arch/xmc4 Add tickless support [nuttx]

2024-02-22 Thread via GitHub
nicolas71640 commented on PR #11737: URL: https://github.com/apache/nuttx/pull/11737#issuecomment-1959934095 I have found the issue. It was hardware indeed, but not from the side I've looked for... On the xmc, the CCU clocks is by default disable on sleep mode... Didn't know... So the

Re: [PR] tools/ci: Modify cibuild.sh to support new platforms [nuttx]

2024-02-22 Thread via GitHub
simbit18 commented on PR #11676: URL: https://github.com/apache/nuttx/pull/11676#issuecomment-1959845776 @xiaoxiang781216 Kept the common code in cibuild.sh. @hartmannathan thanks for the link to the ShellCheck tool. -- This is an automated message from the Apache Git Service. To

Re: [PR] tools/ci: Modify cibuild.sh to support new platforms [nuttx]

2024-02-22 Thread via GitHub
simbit18 commented on code in PR #11676: URL: https://github.com/apache/nuttx/pull/11676#discussion_r1499549333 ## tools/ci/platforms/ubuntu.sh: ## @@ -0,0 +1,543 @@ +#!/usr/bin/env bash + +#

(nuttx) branch master updated: DOC: Fix NXPlayer name typo

2024-02-22 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 45fd5d44bd DOC: Fix NXPlayer name typo

Re: [PR] DOC: Fix NXPlayer name typo [nuttx]

2024-02-22 Thread via GitHub
xiaoxiang781216 merged PR #11750: URL: https://github.com/apache/nuttx/pull/11750 -- 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:

[I] Build error in sixaxis_main.c [nuttx]

2024-02-22 Thread via GitHub
maurosollar opened a new issue, #11751: URL: https://github.com/apache/nuttx/issues/11751 After this steps, I have this build error: ./tools/configure.sh -l nrf52832-dk:nsh menu configure Application Configuration Examples (*) BMI160 make -j CC:

Re: [I] RP2040 Raspberry Pico W SPI not working [nuttx]

2024-02-22 Thread via GitHub
acassis commented on issue #9392: URL: https://github.com/apache/nuttx/issues/9392#issuecomment-1959720406 @paolovolpi it worked here! I clone 1.4.0 updated the firmware submodule lib/, then cp -a lib /tmp, clone 1.5.0 removed lib and cp -a /tmp/lib . -- This is an automated message from

Re: [I] RP2040 Raspberry Pico W SPI not working [nuttx]

2024-02-22 Thread via GitHub
acassis commented on issue #9392: URL: https://github.com/apache/nuttx/issues/9392#issuecomment-1959702009 @paolovolpi my friend @JorgeGzm is facing similar issue. So you need to mix the wifi firmware from sdk 1.4.2 with sdk 1.5.0 to get WiFi working? Could you please share more details

[PR] DOC: Fix NXPlayer name typo [nuttx]

2024-02-22 Thread via GitHub
acassis opened a new pull request, #11750: URL: https://github.com/apache/nuttx/pull/11750 ## Summary Fix NXPlayer name typo ## Impact N/A ## Testing N/A -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] cmake: add lvgl cmake support [nuttx-apps]

2024-02-22 Thread via GitHub
XuNeo commented on PR #2304: URL: https://github.com/apache/nuttx-apps/pull/2304#issuecomment-1959642903 There's still one issue for cmake is the CONFIG_INIT_ARGS must be set to empty string for config `lvgl_fb`. The generated config.h is wrong `#define CONFIG_INIT_ARGS \widgets\` --

Re: [PR] cmake: add lvgl cmake support [nuttx-apps]

2024-02-22 Thread via GitHub
XuNeo closed pull request #2304: cmake: add lvgl cmake support URL: https://github.com/apache/nuttx-apps/pull/2304 -- 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

Re: [PR] cmake: add lvgl cmake support [nuttx-apps]

2024-02-22 Thread via GitHub
XuNeo commented on code in PR #2304: URL: https://github.com/apache/nuttx-apps/pull/2304#discussion_r1499391874 ## examples/lvgldemo/CMakeLists.txt: ## @@ -28,6 +28,8 @@ if(CONFIG_EXAMPLES_LVGLDEMO) ${CONFIG_EXAMPLES_LVGLDEMO_STACKSIZE} MODULE

Re: [PR] add cmocka testsuites for syscall test [nuttx-apps]

2024-02-22 Thread via GitHub
xiaoxiang781216 merged PR #2292: URL: https://github.com/apache/nuttx-apps/pull/2292 -- 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:

Re: [PR] cmake: add lvgl cmake support [nuttx-apps]

2024-02-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #2304: URL: https://github.com/apache/nuttx-apps/pull/2304#discussion_r1499371799 ## examples/lvgldemo/CMakeLists.txt: ## @@ -28,6 +28,8 @@ if(CONFIG_EXAMPLES_LVGLDEMO) ${CONFIG_EXAMPLES_LVGLDEMO_STACKSIZE} MODULE

Re: [PR] cmake: add lvgl cmake support [nuttx-apps]

2024-02-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #2304: URL: https://github.com/apache/nuttx-apps/pull/2304#discussion_r1499371799 ## examples/lvgldemo/CMakeLists.txt: ## @@ -28,6 +28,8 @@ if(CONFIG_EXAMPLES_LVGLDEMO) ${CONFIG_EXAMPLES_LVGLDEMO_STACKSIZE} MODULE

[PR] fix(cmake): fix external library mode [nuttx]

2024-02-22 Thread via GitHub
XuNeo opened a new pull request, #11749: URL: https://github.com/apache/nuttx/pull/11749 ## Summary According to > `cmake_parse_arguments( ...)` It seems like `MODE` should be in position of `one_value_keywords`. ## Impact ## Testing Tested with

[PR] cmake: add lvgl cmake support [nuttx-apps]

2024-02-22 Thread via GitHub
XuNeo opened a new pull request, #2304: URL: https://github.com/apache/nuttx-apps/pull/2304 ## Summary Add LVGL cmake support. ## Impact ## Testing cmake -Bbuild -DBOARD_CONFIG=boards/sim/sim/sim/configs/lvgl_fb -GNinja -- This is an automated message from the

[PR] arch/intel64: fix various issues with stack misalignment [nuttx]

2024-02-22 Thread via GitHub
szafonimateusz-mi opened a new pull request, #11748: URL: https://github.com/apache/nuttx/pull/11748 ## Summary - arch/intel64/stackframe.c: fix memset size - arch/intel64: fix stack alignment The stack pointer must be aligned to 16 bytes, otherwise the system crash on the

[PR] arch/x86_64: add cmake support [nuttx]

2024-02-22 Thread via GitHub
szafonimateusz-mi opened a new pull request, #11747: URL: https://github.com/apache/nuttx/pull/11747 ## Summary arch/x86_64: add cmake support ## Impact ## Testing qemu and intel64 hardware -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] fix variable set but not used [nuttx-apps]

2024-02-22 Thread via GitHub
xiaoxiang781216 closed pull request #2302: fix variable set but not used URL: https://github.com/apache/nuttx-apps/pull/2302 -- 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

Re: [PR] fix variable set but not used [nuttx-apps]

2024-02-22 Thread via GitHub
xiaoxiang781216 commented on PR #2302: URL: https://github.com/apache/nuttx-apps/pull/2302#issuecomment-1959542353 I think it doesn't need with the new approach. Let's close it now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] arch/xmc4 Add tickless support [nuttx]

2024-02-22 Thread via GitHub
nicolas71640 commented on PR #11737: URL: https://github.com/apache/nuttx/pull/11737#issuecomment-1959491855 Sorry about wrong closes/reopen the PR. > @nicolas71640 do you need to change some XMC45's timer register to let the second event to happen? Seems like a hardware issue.

Re: [PR] arch/xmc4 Add tickless support [nuttx]

2024-02-22 Thread via GitHub
nicolas71640 closed pull request #11746: arch/xmc4 Add tickless support URL: https://github.com/apache/nuttx/pull/11746 -- 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

Re: [PR] arch/xmc4 Add tickless support [nuttx]

2024-02-22 Thread via GitHub
nicolas71640 commented on PR #11746: URL: https://github.com/apache/nuttx/pull/11746#issuecomment-1959486659 Wrong manipulation. Closed this PR by error : https://github.com/apache/nuttx/pull/11737 -- This is an automated message from the Apache Git Service. To respond to the

[PR] arch/xmc4 Add tickless support [nuttx]

2024-02-22 Thread via GitHub
nicolas71640 opened a new pull request, #11746: URL: https://github.com/apache/nuttx/pull/11746 ## Summary Add Tickless support of xmc4 chip ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] fix variable set but not used [nuttx-apps]

2024-02-22 Thread via GitHub
acassis commented on PR #2302: URL: https://github.com/apache/nuttx-apps/pull/2302#issuecomment-1959482652 Please verify the issues with sim/zipfs -- 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

Re: [PR] arch/xmc4 Add tickless support [nuttx]

2024-02-22 Thread via GitHub
nicolas71640 commented on PR #11737: URL: https://github.com/apache/nuttx/pull/11737#issuecomment-1959478205 # -- 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

Re: [PR] arch/xmc4 Add tickless support [nuttx]

2024-02-22 Thread via GitHub
nicolas71640 closed pull request #11737: arch/xmc4 Add tickless support URL: https://github.com/apache/nuttx/pull/11737 -- 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

Re: [PR] arch/xmc4 Add tickless support [nuttx]

2024-02-22 Thread via GitHub
acassis commented on PR #11737: URL: https://github.com/apache/nuttx/pull/11737#issuecomment-1959453045 > For a bit more info : > > I do a usleep(60) between two Hello world print, and here's the output. > > ``` > Hello, World!! > up_timer_gettime: usec=349525 ts=(0,

Re: [PR] net/pkt: Support binding to devices other than ETH [nuttx]

2024-02-22 Thread via GitHub
acassis commented on PR #11744: URL: https://github.com/apache/nuttx/pull/11744#issuecomment-1959448395 Hi @wengzhe I approved the PR, but I think we need at least so minimum documentation about it: https://nuttx.apache.org/docs/latest/components/net/index.html -- This is an automated

[PR] cmake:fix the problems of using cmake to compile custom board [nuttx]

2024-02-22 Thread via GitHub
xuxin930 opened a new pull request, #11745: URL: https://github.com/apache/nuttx/pull/11745 ## Summary ### 1. **No config found when reconfig** when reconfiguring a custom configuration, because `${BOARD_CONFIG}` uses a _relative path_, it will cause the following error:

(nuttx) branch master updated: Deinitialize ESP32-S3 SPI slave GDMA engine

2024-02-22 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 d2b4734756 Deinitialize ESP32-S3 SPI slave

Re: [PR] Deinitialize ESP32-S3 SPI slave GDMA engine [nuttx]

2024-02-22 Thread via GitHub
xiaoxiang781216 merged PR #11743: URL: https://github.com/apache/nuttx/pull/11743 -- 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:

Re: [PR] arch/xtensa/esp32s3: fix build when mbedTLS is enabled in apps [nuttx]

2024-02-22 Thread via GitHub
tmedicci commented on PR #11738: URL: https://github.com/apache/nuttx/pull/11738#issuecomment-1959341160 > ## Summary > @tmedicci could you please integrate [espressif/esp-hal-3rdparty#2](https://github.com/espressif/esp-hal-3rdparty/pull/2) in `esp-hal-3rdparty`? I'm checking

Re: [PR] nshlib/prompt: add runtime prompt string determination [nuttx-apps]

2024-02-22 Thread via GitHub
yf13 commented on PR #2300: URL: https://github.com/apache/nuttx-apps/pull/2300#issuecomment-1959282742 @xiaoxiang781216 please see if this version works or not? it has PS1 support. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] arch/xtensa/esp32s3: fix build when mbedTLS is enabled in apps [nuttx]

2024-02-22 Thread via GitHub
pkarashchenko commented on PR #11738: URL: https://github.com/apache/nuttx/pull/11738#issuecomment-1959272291 @xiaoxiang781216 I created this patch for visibility mostly. It fixes only a part of my use case and the change in esp 3p repo is mandatory -- This is an automated message from

[PR] apps/tcpdump: Support capture RAW IP interfaces like TUN [nuttx-apps]

2024-02-22 Thread via GitHub
wengzhe opened a new pull request, #2303: URL: https://github.com/apache/nuttx-apps/pull/2303 ## Summary Support capture RAW IP interfaces like TUN ## Impact tcpdump capture file header only ## Testing Together with https://github.com/apache/nuttx/pull/11744, capturing

[PR] net/pkt: Support binding to devices other than ETH [nuttx]

2024-02-22 Thread via GitHub
wengzhe opened a new pull request, #11744: URL: https://github.com/apache/nuttx/pull/11744 ## Summary We're using the `sll_ifindex` inside `struct sockaddr_ll` to bind device, so we don't need to translate it into mac address, we can just match the index, which also let us bind to

[PR] Deinitialize ESP32-S3 SPI slave GDMA engine [nuttx]

2024-02-22 Thread via GitHub
nuttxs opened a new pull request, #11743: URL: https://github.com/apache/nuttx/pull/11743 ## Summary Deinitialize ESP32-S3 SPI slave GDMA engine. ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] nshlib/prompt: allow runtime fallback to hostname [nuttx-apps]

2024-02-22 Thread via GitHub
yf13 commented on PR #2300: URL: https://github.com/apache/nuttx-apps/pull/2300#issuecomment-1958975981 @xiaoxiang781216 we may need check how readline works. it has an internal copy of g_nshprompt and assumes that g_nshprompt is readonly since then? -- This is an automated message from

Re: [PR] nshlib/prompt: allow runtime fallback to hostname [nuttx-apps]

2024-02-22 Thread via GitHub
xiaoxiang781216 commented on PR #2300: URL: https://github.com/apache/nuttx-apps/pull/2300#issuecomment-1958946377 > @xiaoxiang781216 did you mean that NSH already supports special variables `PS1`? I tried using `set PS1 aaa` in NSH session, I can see `PS1=aaa` via `env` command, but the

Re: [PR] nshlib/prompt: allow runtime fallback to hostname [nuttx-apps]

2024-02-22 Thread via GitHub
yf13 commented on PR #2300: URL: https://github.com/apache/nuttx-apps/pull/2300#issuecomment-1958923139 @xiaoxiang781216 did you mean that NSH already supports special variables `PS1`? I tried using `set PS1 aaa` in NSH session, I can see `PS1=aaa` via `env` command, but the prompt string