Re: [I] esp32s3-devkit:usbnsh not compiling [nuttx]

2024-02-02 Thread via GitHub
mirkokral commented on issue #11645: URL: https://github.com/apache/nuttx/issues/11645#issuecomment-1925155398 Works after pull. -- 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 comme

Re: [I] esp32s3-devkit:usbnsh not compiling [nuttx]

2024-02-02 Thread via GitHub
mirkokral closed issue #11645: esp32s3-devkit:usbnsh not compiling URL: https://github.com/apache/nuttx/issues/11645 -- 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 unsubscr

Re: [PR] tools: Allow trigger docker build manually [nuttx]

2024-02-02 Thread via GitHub
no1wudi closed pull request #11641: tools: Allow trigger docker build manually URL: https://github.com/apache/nuttx/pull/11641 -- 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. T

Re: [PR] tools: Allow trigger docker build manually [nuttx]

2024-02-02 Thread via GitHub
no1wudi commented on PR #11641: URL: https://github.com/apache/nuttx/pull/11641#issuecomment-1925142578 @acassis Thanks for your information, let me try other approaches first. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [I] esp32s3-devkit:usbnsh not compiling [nuttx]

2024-02-02 Thread via GitHub
mirkokral commented on issue #11645: URL: https://github.com/apache/nuttx/issues/11645#issuecomment-1925136359 I got it to compile with some (questionable) hacks that make incompatibility with every other board that is not xtensa. -- This is an automated message from the Apache Git Servic

Re: [PR] fs/vfat: Fix typo in the macro DIRSEC_BYTENDX [nuttx]

2024-02-02 Thread via GitHub
resyfer commented on code in PR #11647: URL: https://github.com/apache/nuttx/pull/11647#discussion_r1476971523 ## .gitignore: ## @@ -63,3 +63,5 @@ uImage .DS_Store tools/gdb/__pycache__ /build +.ccls-cache +compile_commands.json Review Comment: `compile_commands.json` is

(nuttx-website) branch asf-site updated: Publishing web: 69485786e52ff306670ab74f7df988cf8658ee69 docs: 3e85c1886e61dad56e9abc1ae42fc437d9411b86

2024-02-02 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 51568c42 Publishing web: 69485786

Re: [PR] fs/vfat: Fix typo in the macro DIRSEC_BYTENDX [nuttx]

2024-02-02 Thread via GitHub
acassis commented on code in PR #11647: URL: https://github.com/apache/nuttx/pull/11647#discussion_r1476814030 ## .gitignore: ## @@ -63,3 +63,5 @@ uImage .DS_Store tools/gdb/__pycache__ /build +.ccls-cache +compile_commands.json Review Comment: Why did you include these f

[PR] fs/vfat: Fix typo in the macro DIRSEC_BYTENDX [nuttx]

2024-02-02 Thread via GitHub
resyfer opened a new pull request, #11647: URL: https://github.com/apache/nuttx/pull/11647 The `DIRSEC_BYTENDX(f, i)` is supposed to have `DIRSEC_NDXMASK(f)` in its expansion instead of `DIRSEC_NDXMASK(fs)`. It went unnoticed in the codebase as `DIRSEC_BYTENDX(fs, idx)` is the way it is use

Re: [PR] RISC-V/QEMU: Use ROMFS image to load user applications in kernel mode and update `rv-virt` board documentation [nuttx]

2024-02-02 Thread via GitHub
acassis commented on code in PR #11631: URL: https://github.com/apache/nuttx/pull/11631#discussion_r1476716939 ## Documentation/platforms/risc-v/qemu-rv/boards/rv-virt/index.rst: ## @@ -277,3 +277,50 @@ smp64 Similar to the `nsh`_ configuration, but with SMP support This con

Re: [PR] driver/alt1250: Notice instance information [nuttx]

2024-02-02 Thread via GitHub
acassis commented on PR #11589: URL: https://github.com/apache/nuttx/pull/11589#issuecomment-1924585816 @hartmannathan OK is 0, TRUE is 1. If the returns OK he needs to change the logic test in the calling function -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] driver/alt1250: Notice instance information [nuttx]

2024-02-02 Thread via GitHub
acassis commented on PR #11589: URL: https://github.com/apache/nuttx/pull/11589#issuecomment-1924584714 ping @SPRESENSE @jerpelea @masayuki2009 -- 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 th

Re: [PR] video/vnc: add vnc_fb_register [nuttx]

2024-02-02 Thread via GitHub
acassis commented on PR #11383: URL: https://github.com/apache/nuttx/pull/11383#issuecomment-1924580420 Could you please verify the compilation error? -- 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 t

(nuttx) branch master updated: esp32/dac-one-shot: lower-half driver for ESP32 internal DAC

2024-02-02 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 3e85c1886e esp32/dac-one-shot: lower-half driv

Re: [PR] esp32/dac-one-shot: lower-half driver for ESP32 internal DAC [nuttx]

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

(nuttx) branch master updated: fs/shmfs: Fix stat() system call for shmfs object

2024-02-02 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 f0846e1d2d fs/shmfs: Fix stat() system call fo

Re: [PR] fs/shmfs: Fix stat() system call for shmfs object [nuttx]

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

(nuttx) 03/03: shmfs/shmfs_alloc. Fix POSIX violation for shmfs_truncate

2024-02-02 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 07ce2f717ab7cba7079d03130218c9d43ed2b062 Author: Ville Juven AuthorDate: Thu Feb 1 15:23:09 2024 +0200 shmfs/shmf

(nuttx) branch master updated (8562dd5796 -> 07ce2f717a)

2024-02-02 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 8562dd5796 net/udp: Fix source address selection under IPv6 new 15f19c32ac arch/addrenv: Add utility function t

Re: [PR] fs/shmfs: Fix shmfs_truncate [nuttx]

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

(nuttx) 01/03: arch/addrenv: Add utility function to wipe one page

2024-02-02 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 15f19c32ac76f36f2178bf7253650ce1a414372b Author: Ville Juven AuthorDate: Thu Feb 1 14:59:10 2024 +0200 arch/addre

(nuttx) 02/03: arch/arm_addrenv_pgmap.c: Add minimal page map implementation for ARM

2024-02-02 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 8e4b2e8a2a481645d93bbd7edbee753309f6c491 Author: Ville Juven AuthorDate: Thu Feb 1 14:59:35 2024 +0200 arch/arm_a

(nuttx) branch master updated: net/udp: Fix source address selection under IPv6

2024-02-02 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 8562dd5796 net/udp: Fix source address selecti

Re: [PR] net/udp: Fix source address selection under IPv6 [nuttx]

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

(nuttx) branch master updated: Fix typo in mtx_timedlock

2024-02-02 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 b343fd2adb Fix typo in mtx_timedlock b343fd2ad

Re: [PR] Fix typo in mtx_timedlock [nuttx]

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

Re: [I] esp32s3-devkit:usbnsh not compiling [nuttx]

2024-02-02 Thread via GitHub
alandeassis commented on issue #11645: URL: https://github.com/apache/nuttx/issues/11645#issuecomment-1924166988 ping @tmedicci @PilnyTomas -- 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 sp

[I] esp32s3-devkit:usbnsh not compiling [nuttx]

2024-02-02 Thread via GitHub
mirkokral opened a new issue, #11645: URL: https://github.com/apache/nuttx/issues/11645 Log: mirko@mirkopc:~/nuttxspace/nuttx$ ./tools/configure.sh esp32s3-devkit:usbnsh Copy files Select CONFIG_HOST_LINUX=y Refreshing... CP: arch/dummy/Kconfig to /home/mirko/nuttxspace/

Re: [I] ESP32-S3: undefined reference to... [nuttx]

2024-02-02 Thread via GitHub
mirkokral commented on issue #11644: URL: https://github.com/apache/nuttx/issues/11644#issuecomment-1924143412 Works after config tweaks and updating nuttx. -- 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

Re: [I] ESP32-S3: undefined reference to... [nuttx]

2024-02-02 Thread via GitHub
mirkokral closed issue #11644: ESP32-S3: undefined reference to... URL: https://github.com/apache/nuttx/issues/11644 -- 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 unsubscr

Re: [I] ESP32-S3: undefined reference to... [nuttx]

2024-02-02 Thread via GitHub
mirkokral commented on issue #11644: URL: https://github.com/apache/nuttx/issues/11644#issuecomment-1924126657 > Ahh, maybe you are using the S3 before Espressif move the Native port to a port based on their HAL. Please clone a pristine nuttx and apps and use the esp32s3-devkit as reference

Re: [PR] tools: Allow trigger docker build manually [nuttx]

2024-02-02 Thread via GitHub
acassis commented on PR #11641: URL: https://github.com/apache/nuttx/pull/11641#issuecomment-1924119943 @no1wudi please include the Summary comment in the commit log message! I think a documentation about how to use Docker with NuttX and CI should be nice! I did some initial documenta

Re: [PR] boards/stm32_bbsram.c: fix some build error when enable BBSRAM [nuttx]

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

(nuttx) branch master updated: boards/stm32_bbsram.c: fix some build error when enable BBSRAM

2024-02-02 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 03e90d9311 boards/stm32_bbsram.c: fix some build

Re: [I] ESP32-S3: undefined reference to... [nuttx]

2024-02-02 Thread via GitHub
mirkokral commented on issue #11644: URL: https://github.com/apache/nuttx/issues/11644#issuecomment-1924114709 I will try compiling the crosstool myself -- 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

Re: [I] ESP32-S3: undefined reference to... [nuttx]

2024-02-02 Thread via GitHub
mirkokral commented on issue #11644: URL: https://github.com/apache/nuttx/issues/11644#issuecomment-1924113849 On the wifi config, i get only /home/mirko/Documents/xtensa-esp-elf-13.2.0_20230928-x86_64-linux-gnu/xtensa-esp-elf/bin/xtensa-esp-elf-ld:/home/mirko/nuttxspace/nuttx/boards/xten

Re: [I] ESP32-S3: undefined reference to... [nuttx]

2024-02-02 Thread via GitHub
acassis commented on issue #11644: URL: https://github.com/apache/nuttx/issues/11644#issuecomment-1924113006 Ahh, maybe you are using the S3 before Espressif move the Native port to a port based on their HAL. Please clone a pristine nuttx and apps and use the esp32s3-devkit as reference.

Re: [I] ESP32-S3: undefined reference to... [nuttx]

2024-02-02 Thread via GitHub
acassis commented on issue #11644: URL: https://github.com/apache/nuttx/issues/11644#issuecomment-1924109898 WiFi config, as you can see inside esp32s3_wifi_log.txt file -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] ESP32-S3: undefined reference to... [nuttx]

2024-02-02 Thread via GitHub
mirkokral commented on issue #11644: URL: https://github.com/apache/nuttx/issues/11644#issuecomment-1924108472 > I just tested here using the esp32s3-devkit with wifi board profile and it worked like a charm: > > ``` > alan@dev:~/nuttxspace/nuttx$ minicom > > > Welcome t

Re: [I] ESP32-S3: undefined reference to... [nuttx]

2024-02-02 Thread via GitHub
acassis commented on issue #11644: URL: https://github.com/apache/nuttx/issues/11644#issuecomment-1924103391 I just tested here using the esp32s3-devkit with wifi board profile and it worked like a charm: ``` alan@dev:~/nuttxspace/nuttx$ minicom Welcome to minicom 2.8

[I] ESP32-S3: undefined reference to... [nuttx]

2024-02-02 Thread via GitHub
mirkokral opened a new issue, #11644: URL: https://github.com/apache/nuttx/issues/11644 While compiling for the ESP32-S3, i can't link. [.config](https://pastebin.com/B1CvAHaS) Log: ```log mirko@mirkopc:~/nuttxspace/nuttx$ make -j4 Create version.h Espressif HAL for 3rd Party P

Re: [I] ESP32-S3: chip/esp32s3_wlan.c:134:22: error: field 'rxb' has incomplete type [nuttx]

2024-02-02 Thread via GitHub
mirkokral closed issue #11643: ESP32-S3: chip/esp32s3_wlan.c:134:22: error: field 'rxb' has incomplete type URL: https://github.com/apache/nuttx/issues/11643 -- 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 t

Re: [I] ESP32-S3: chip/esp32s3_wlan.c:134:22: error: field 'rxb' has incomplete type [nuttx]

2024-02-02 Thread via GitHub
mirkokral commented on issue #11643: URL: https://github.com/apache/nuttx/issues/11643#issuecomment-1924044139 Seems like if i make IOB_NCHAINS more than 0 then it works. Also btw using a custom definition of the lilygo t-deck. -- This is an automated message from the Apache Git Service

Re: [I] ESP32-S3: chip/esp32s3_wlan.c:134:22: error: field 'rxb' has incomplete type [nuttx]

2024-02-02 Thread via GitHub
alandeassis commented on issue #11643: URL: https://github.com/apache/nuttx/issues/11643#issuecomment-1924005248 Hi @mirkokral thank you for posting this issue. What board and board profile are you using? Seems like you forgot to enable something related to IOB. @tmedicci did you know

[I] ESP32-S3: chip/esp32s3_wlan.c:134:22: error: field 'rxb' has incomplete type [nuttx]

2024-02-02 Thread via GitHub
mirkokral opened a new issue, #11643: URL: https://github.com/apache/nuttx/issues/11643 With the wifi support, this error happens. log: ```log Create version.h LN: platform/board to /home/mirko/nuttxspace/apps/platform/dummy Register: coremark Register: nsh Register: sh

Re: [PR] RISC-V/QEMU: Use ROMFS image to load user applications in kernel mode and update `rv-virt` board documentation [nuttx]

2024-02-02 Thread via GitHub
tmedicci commented on code in PR #11631: URL: https://github.com/apache/nuttx/pull/11631#discussion_r1475903339 ## Documentation/platforms/risc-v/qemu-rv/boards/rv-virt/index.rst: ## @@ -277,3 +277,50 @@ smp64 Similar to the `nsh`_ configuration, but with SMP support This co

Re: [PR] fs/shmfs: Fix stat() system call for shmfs object [nuttx]

2024-02-02 Thread via GitHub
pussuw commented on code in PR #11634: URL: https://github.com/apache/nuttx/pull/11634#discussion_r1475828541 ## fs/shm/shmfs.c: ## @@ -238,8 +238,13 @@ static int shmfs_truncate(FAR struct file *filep, off_t length) filep->f_inode->i_private = shmfs_alloc_object(len

Re: [PR] boards/stm32_bbsram.c: fix some build error when enable BBSRAM [nuttx]

2024-02-02 Thread via GitHub
zouboan commented on code in PR #11642: URL: https://github.com/apache/nuttx/pull/11642#discussion_r1475794644 ## boards/arm/stm32/nucleo-f429zi/src/stm32_bbsram.c: ## @@ -237,7 +237,7 @@ typedef struct int lineno; /* __LINE__ to up_assert */ pid_

Re: [PR] boards/stm32_bbsram.c: fix some build error when enable BBSRAM [nuttx]

2024-02-02 Thread via GitHub
no1wudi commented on code in PR #11642: URL: https://github.com/apache/nuttx/pull/11642#discussion_r1475772813 ## boards/arm/stm32/nucleo-f429zi/src/stm32_bbsram.c: ## @@ -237,7 +237,7 @@ typedef struct int lineno; /* __LINE__ to up_assert */ pid_

Re: [PR] esp32/dac-one-shot: lower-half driver for ESP32 internal DAC [nuttx]

2024-02-02 Thread via GitHub
PilnyTomas commented on code in PR #11636: URL: https://github.com/apache/nuttx/pull/11636#discussion_r1475764000 ## Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst: ## @@ -329,6 +329,17 @@ was successful by running ``cxxtest``:: Invalid file! /invalid