[PR] esp32s3/spi: Add SPI bus init in bringup and fix SPI bus 2 and 3 conflict [nuttx]

2024-01-15 Thread via GitHub
w2016561536 opened a new pull request, #11554: URL: https://github.com/apache/nuttx/pull/11554 ## Summary 1. Add spi bus init in esp32s3_bringup.c 2. Fix IOMUX conflict between spi bus 2 and 3 3. Add spi defconfig ## Impact Fix esp32s3 spi bus and close #11539 ##

Re: [PR] arch/risc-v: add ARCH_QPFPU for Quad-Precision Floating-Point [nuttx]

2024-01-15 Thread via GitHub
anchao closed pull request #11546: arch/risc-v: add ARCH_QPFPU for Quad-Precision Floating-Point URL: https://github.com/apache/nuttx/pull/11546 -- 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

Re: [PR] arch/risc-v: add ARCH_QPFPU for Quad-Precision Floating-Point [nuttx]

2024-01-15 Thread via GitHub
anchao commented on PR #11546: URL: https://github.com/apache/nuttx/pull/11546#issuecomment-1893199967 https://github.com/apache/nuttx/pull/11549 merged, close duplicate PR -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] esp32s3/spi: Add SPI bus init in bringup and fix SPI bus 2 and 3 conflict [nuttx]

2024-01-15 Thread via GitHub
w2016561536 closed pull request #11553: esp32s3/spi: Add SPI bus init in bringup and fix SPI bus 2 and 3 conflict URL: https://github.com/apache/nuttx/pull/11553 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] rptun: Strip rpmsg and rptun. Extract common rpmsg api in rptun.c to rpmsg.c, rpmsg provide rpmsg_ops to each backend for specific implementation. [nuttx]

2024-01-15 Thread via GitHub
xiaoxiang781216 commented on PR #11536: URL: https://github.com/apache/nuttx/pull/11536#issuecomment-1893160245 please rebase to the last master the ci break is fixed, @wyr8899 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] tools/export: add hello_zig support in kernel mode for linux host [nuttx]

2024-01-15 Thread via GitHub
xiaoxiang781216 commented on PR #11548: URL: https://github.com/apache/nuttx/pull/11548#issuecomment-1893160016 please rebase to the last master, ci break is fixed.@yf13 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] esp32s3/spi: Add SPI bus init in bringup and fix SPI bus 2 and 3 conflict [nuttx]

2024-01-15 Thread via GitHub
xiaoxiang781216 commented on PR #11553: URL: https://github.com/apache/nuttx/pull/11553#issuecomment-1893160596 please rebase to the last master, ci break is fixed. @w2016561536 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] drivers/usbhost: Add a USB bluetooth driver. [nuttx]

2024-01-15 Thread via GitHub
xiaoxiang781216 commented on PR #11552: URL: https://github.com/apache/nuttx/pull/11552#issuecomment-1893159589 @ldube please rebase to the last master, ci break is fixed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] tools/export: add hello_zig support in kernel mode for linux host [nuttx]

2024-01-15 Thread via GitHub
yf13 commented on code in PR #11548: URL: https://github.com/apache/nuttx/pull/11548#discussion_r1452979308 ## tools/Zig.defs: ## @@ -39,4 +39,6 @@ endif # Convert cortex-xxx/sifive-exx to cortex_xxx/sifive_exx +ifneq ($(LLVM_CPUTYPE),) ZIGFLAGS += -mcpu $(subst

Re: [PR] tools/export: add hello_zig support in kernel mode for linux host [nuttx]

2024-01-15 Thread via GitHub
yf13 commented on code in PR #11548: URL: https://github.com/apache/nuttx/pull/11548#discussion_r1452979308 ## tools/Zig.defs: ## @@ -39,4 +39,6 @@ endif # Convert cortex-xxx/sifive-exx to cortex_xxx/sifive_exx +ifneq ($(LLVM_CPUTYPE),) ZIGFLAGS += -mcpu $(subst

(nuttx) 07/07: risc-v/toolchain: configurable vendor ISA extensions

2024-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 commit 95fcc286a29b904a374c9330d21873465777d94e Author: chao an AuthorDate: Tue Jan 16 09:45:35 2024 +0800

(nuttx) 06/07: risc-v/kconfig: move ARCH_HAVE_MMU into mmu type define

2024-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 commit ce201bba618d1a855639ca6e7fb9225109f95e12 Author: chao an AuthorDate: Tue Jan 16 09:10:46 2024 +0800

(nuttx) 03/07: sim/usbdev: refresh defconfig to fix ci break

2024-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 commit 0cb09ce0ab4eb54a8103ba3dc8b02a915998cbce Author: chao an AuthorDate: Tue Jan 16 07:55:50 2024 +0800 sim/usbdev:

(nuttx) 02/07: risc-v/toolchain: add "Q" Standard Extension into command line

2024-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 commit 3ee422766870c51b2c51d29387d87b257da08d8a Author: chao an AuthorDate: Mon Jan 15 20:55:24 2024 +0800

(nuttx) 05/07: risc-v/toolchain: move zicsr/zifencei extension into Kconfig

2024-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 commit 52e99bc66be483358fb36ff2ee8e1727db62fcd7 Author: chao an AuthorDate: Tue Jan 16 08:57:01 2024 +0800

(nuttx) 04/07: risc-v/toolchain: add "V" Standard Extension into command line

2024-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 commit f95bbb29499238a5a36234e042a318cb041462f8 Author: chao an AuthorDate: Tue Jan 16 08:33:53 2024 +0800

(nuttx) 01/07: arch/risc-v: add ARCH_QPFPU for Quad-Precision Floating-Point

2024-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 commit 90f24ec29d0731cdda4b1db14ec73a87d88c50bf Author: chao an AuthorDate: Mon Jan 15 20:48:09 2024 +0800 arch/risc-v:

(nuttx) branch master updated (d2c4de6167 -> 95fcc286a2)

2024-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 d2c4de6167 board: Add CONFIG_LIBC_EXECFUNCS and CONFIG_PSEUDOTERM to adb config new 90f24ec29d arch/risc-v:

Re: [PR] risc-v/toolchain: configurable vendor ISA extensions [nuttx]

2024-01-15 Thread via GitHub
xiaoxiang781216 merged PR #11549: URL: https://github.com/apache/nuttx/pull/11549 -- 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] esp32s3/spi: Add SPI bus init in bringup and fix SPI bus 2 and 3 conflict [nuttx]

2024-01-15 Thread via GitHub
w2016561536 opened a new pull request, #11553: URL: https://github.com/apache/nuttx/pull/11553 ## Summary 1. Add spi bus init in esp32s3_bringup.c 2. Fix IOMUX conflict between spi bus 2 and 3 3. Add spi defconfig ## Impact Fix esp32s3 spi bus and close #11539 ##

Re: [PR] esp32s3/spi: Add SPI bus init in bringup and fix SPI bus 2 and 3 conflict [nuttx]

2024-01-15 Thread via GitHub
w2016561536 closed pull request #11543: esp32s3/spi: Add SPI bus init in bringup and fix SPI bus 2 and 3 conflict URL: https://github.com/apache/nuttx/pull/11543 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[PR] drivers/usbhost: Add a USB bluetooth driver. [nuttx]

2024-01-15 Thread via GitHub
ldube opened a new pull request, #11552: URL: https://github.com/apache/nuttx/pull/11552 This change adds support for the USB Transport Layer as described in the bluetooth spec. Isochronous endpoints are not yet supported. Because of limitations in the NuttX bluetooth stack, only one USB

Re: [I] raspberrypi-pico/usbnsh: it's not work, if we add a usb-hub between the pico [nuttx]

2024-01-15 Thread via GitHub
damon-yun commented on issue #11503: URL: https://github.com/apache/nuttx/issues/11503#issuecomment-1892961289 @acassis Unfortunately I didn't make this tool, but I compared it with i.mx rt & stm32h7. All work good with Win11 & Ubuntu 22.04, except raspberrypi-pico. Maybe we can wait for

Re: [PR] Run "refresh.sh -silent stm32f4discovery/adb" [nuttx]

2024-01-15 Thread via GitHub
xiaoxiang781216 closed pull request #11551: Run "refresh.sh -silent stm32f4discovery/adb" URL: https://github.com/apache/nuttx/pull/11551 -- 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

Re: [PR] Run "refresh.sh -silent stm32f4discovery/adb" [nuttx]

2024-01-15 Thread via GitHub
xiaoxiang781216 commented on PR #11551: URL: https://github.com/apache/nuttx/pull/11551#issuecomment-1892960926 close, use https://github.com/apache/nuttx/pull/11549 instead. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[PR] fs/romfs: Move rn_child/rn_count before rn_namesize [nuttx]

2024-01-15 Thread via GitHub
xiaoxiang781216 opened a new pull request, #11550: URL: https://github.com/apache/nuttx/pull/11550 ## Summary which could save 4 bytes for each node ## Impact minor ## Testing internal test -- This is an automated message from the Apache Git Service. To

Re: [PR] tools/export: add hello_zig support in kernel mode for linux host [nuttx]

2024-01-15 Thread via GitHub
yf13 commented on code in PR #11548: URL: https://github.com/apache/nuttx/pull/11548#discussion_r1452822372 ## tools/Zig.defs: ## @@ -39,4 +39,6 @@ endif # Convert cortex-xxx/sifive-exx to cortex_xxx/sifive_exx +ifneq ($(LLVM_CPUTYPE),) ZIGFLAGS += -mcpu $(subst

[PR] risc-v/toolchain: add "V" Standard Extension into command line [nuttx]

2024-01-15 Thread via GitHub
anchao opened a new pull request, #11549: URL: https://github.com/apache/nuttx/pull/11549 ## Summary risc-v/toolchain: add "V" Standard Extension into command line "V" Standard Extension for Vector Operations ## Impact N/A ## Testing SiFive-x280 --

Re: [PR] tools/export: add hello_zig support in kernel mode for linux host [nuttx]

2024-01-15 Thread via GitHub
yf13 commented on code in PR #11548: URL: https://github.com/apache/nuttx/pull/11548#discussion_r1452822372 ## tools/Zig.defs: ## @@ -39,4 +39,6 @@ endif # Convert cortex-xxx/sifive-exx to cortex_xxx/sifive_exx +ifneq ($(LLVM_CPUTYPE),) ZIGFLAGS += -mcpu $(subst

Re: [PR] tools/export: add hello_zig support in kernel mode for linux host [nuttx]

2024-01-15 Thread via GitHub
acassis commented on code in PR #11548: URL: https://github.com/apache/nuttx/pull/11548#discussion_r1452820167 ## tools/Zig.defs: ## @@ -39,4 +39,6 @@ endif # Convert cortex-xxx/sifive-exx to cortex_xxx/sifive_exx +ifneq ($(LLVM_CPUTYPE),) ZIGFLAGS += -mcpu $(subst

(nuttx-website) branch asf-site updated: Publishing web: b5839eef93f7280871281371cee9248b373c78cd docs: d2c4de6167f411a0891db6fe02f9c2277d1c62c7

2024-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 df7b7272 Publishing web:

Re: [PR] arch/risc-v: add ARCH_QPFPU for Quad-Precision Floating-Point [nuttx]

2024-01-15 Thread via GitHub
anchao commented on PR #11546: URL: https://github.com/apache/nuttx/pull/11546#issuecomment-1892892025 commit https://github.com/apache/nuttx/pull/11546/commits/7d345a834b079ec98d782d005382e3c79c37fb9e fix ci break -- This is an automated message from the Apache Git Service. To respond

[PR] hello-zig: add build support in kernel mode [nuttx-apps]

2024-01-15 Thread via GitHub
yf13 opened a new pull request, #2260: URL: https://github.com/apache/nuttx-apps/pull/2260 ## Summary This patch adds support of building hello-zig app for kernel mode NuttX. works with `nuttx-export` containing Zig macros which is available in

[PR] tools/export: add hello_zig support in kernel mode for linux host [nuttx]

2024-01-15 Thread via GitHub
yf13 opened a new pull request, #11548: URL: https://github.com/apache/nuttx/pull/11548 ## Summary Export Zig related macros to `nuttx-export-x.y.z.tar.gz` for apps side to build hello_zig app on Linux host. ## Impact None ## Testing checked with

Re: [PR] esp32s3/spi: Add SPI bus init in bringup and fix SPI bus 2 and 3 conflict [nuttx]

2024-01-15 Thread via GitHub
tmedicci commented on PR #11543: URL: https://github.com/apache/nuttx/pull/11543#issuecomment-1892644586 @eren-terzioglu and @PilnyTomas, could you please take a look at this PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] esp32s3/spi: Add SPI bus init in bringup and fix SPI bus 2 and 3 conflict [nuttx]

2024-01-15 Thread via GitHub
tmedicci commented on PR #11543: URL: https://github.com/apache/nuttx/pull/11543#issuecomment-1892618381 > Sorry for that force push, I have never make a pull request in such a popular repository. I do not know merge operation will affect the souce repo. You can take a look at

[I] CXX C11 Atomic support [nuttx]

2024-01-15 Thread via GitHub
PetervdPerk-NXP opened a new issue, #11547: URL: https://github.com/apache/nuttx/issues/11547 If you've got a C C11 library that's using `` and you want to use this library in CXX you simply can't. C++ provides a compatibility header `` but if you use the NuttX libcxxmini library it

Re: [PR] esp32s3/spi: Add SPI bus init in bringup and fix SPI bus 2 and 3 conflict [nuttx]

2024-01-15 Thread via GitHub
w2016561536 commented on PR #11543: URL: https://github.com/apache/nuttx/pull/11543#issuecomment-1892170009 Sorry for that force push, I have never make a pull request in such a popular repository. I do not know merge operation will affect the souce repo. -- This is an automated message

[PR] arch/risc-v: add ARCH_QPFPU for Quad-Precision Floating-Point [nuttx]

2024-01-15 Thread via GitHub
anchao opened a new pull request, #11546: URL: https://github.com/apache/nuttx/pull/11546 ## Summary 1. arch/risc-v: add ARCH_QPFPU for Quad-Precision Floating-Point new options to enable toolchain support for quadruple precision (128 bits or 16 bytes) floating point if both

(nuttx-apps) 02/02: adb: Don't declare variables in the middle of function

2024-01-15 Thread ligd
This is an automated email from the ASF dual-hosted git repository. ligd pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit e4e43a1ca01f0f9b27d6722bd2dc90afba0278e8 Author: Xiang Xiao AuthorDate: Sun Jan 7 02:29:59 2024 +0800 adb: Don't

(nuttx-apps) branch master updated (893074383 -> e4e43a1ca)

2024-01-15 Thread ligd
This is an automated email from the ASF dual-hosted git repository. ligd pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git from 893074383 Wasm.mk: disable by default new db0e0b9bf adbd/logcat: Change alog_ prefix to logcat_ new

Re: [PR] Minor fix for adb [nuttx-apps]

2024-01-15 Thread via GitHub
GUIDINGLI merged PR #2257: URL: https://github.com/apache/nuttx-apps/pull/2257 -- 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-apps) 01/02: adbd/logcat: Change alog_ prefix to logcat_

2024-01-15 Thread ligd
This is an automated email from the ASF dual-hosted git repository. ligd pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit db0e0b9bfecea3ee408718b247452044d5b501c7 Author: Xiang Xiao AuthorDate: Sun Jan 7 01:20:03 2024 +0800

Re: [PR] rptun: Strip rpmsg and rptun. Extract common rpmsg api in rptun.c to rpmsg.c, rpmsg provide rpmsg_ops to each backend for specific implementation. [nuttx]

2024-01-15 Thread via GitHub
CV-Bowen commented on PR #11536: URL: https://github.com/apache/nuttx/pull/11536#issuecomment-1891668012 @wyr8899 Let's fix the CI problem. -- 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

(nuttx) branch master updated: board: Add CONFIG_LIBC_EXECFUNCS and CONFIG_PSEUDOTERM to adb config

2024-01-15 Thread ligd
This is an automated email from the ASF dual-hosted git repository. ligd 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 d2c4de6167 board: Add CONFIG_LIBC_EXECFUNCS and

Re: [PR] board: Add CONFIG_LIBC_EXECFUNCS and CONFIG_PSEUDOTERM to adb config [nuttx]

2024-01-15 Thread via GitHub
GUIDINGLI merged PR #11499: URL: https://github.com/apache/nuttx/pull/11499 -- 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-website) branch asf-site updated: Publishing web: b5839eef93f7280871281371cee9248b373c78cd docs: df147406db4011267c57d86f029bcfa89fdd369d

2024-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 41e2a628 Publishing web:

Re: [PR] CMake: arm/armv8-r: init armv8-r cmake build [nuttx]

2024-01-15 Thread via GitHub
xiaoxiang781216 merged PR #11545: URL: https://github.com/apache/nuttx/pull/11545 -- 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 (df147406db -> 45cca933f8)

2024-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 df147406db rptun_ping: decoupling rptun ping and rptun. ping is not only rptun support, so move it to public part.

(nuttx) 02/02: CMake: arm/armv8-r: init armv8-r cmake build

2024-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 commit 45cca933f879f9b9cf623fc6f060b6d65e39d818 Author: chao an AuthorDate: Mon Jan 15 14:25:14 2024 +0800 CMake:

(nuttx) 01/02: armv8-r/perf: enable perf count only ARCH_PERF_EVENTS is enabled

2024-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 commit 7c89f943c08102849d0cb25917f8100793bec04e Author: chao an AuthorDate: Mon Jan 15 14:22:07 2024 +0800

(nuttx-website) branch master updated: Add NuttX 12.4.0 release

2024-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-website.git The following commit(s) were added to refs/heads/master by this push: new b5839eef Add NuttX 12.4.0 release

Re: [PR] Add NuttX 12.4.0 release [nuttx-website]

2024-01-15 Thread via GitHub
xiaoxiang781216 merged PR #103: URL: https://github.com/apache/nuttx-website/pull/103 -- 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] rptun: Strip rpmsg and rptun. Extract common rpmsg api in rptun.c to rpmsg.c, rpmsg provide rpmsg_ops to each backend for specific implementation. [nuttx]

2024-01-15 Thread via GitHub
wyr8899 commented on code in PR #11536: URL: https://github.com/apache/nuttx/pull/11536#discussion_r1452043581 ## include/nuttx/rptun/rptun.h: ## @@ -30,7 +30,9 @@ #ifdef CONFIG_RPTUN #include -#include +#include Review Comment: Yes, this PR should be submited after

[PR] Add NuttX 12.4.0 release [nuttx-website]

2024-01-15 Thread via GitHub
jerpelea opened a new pull request, #103: URL: https://github.com/apache/nuttx-website/pull/103 ## Summary Add NuttX 12.4.0 release notes ## Impact RELEASE ## Testing WEB -- This is an automated message from the Apache Git Service. To respond to the message,

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

2024-01-15 Thread jerpelea
Author: jerpelea Date: Mon Jan 15 08:01:34 2024 New Revision: 66608 Log: Add apache-nuttx-12.4.0 release Added: release/nuttx/12.4.0/ release/nuttx/12.4.0/apache-nuttx-12.4.0.tar.gz (with props) release/nuttx/12.4.0/apache-nuttx-12.4.0.tar.gz.asc