(nuttx) branch master updated: drivers/leds/CMakeLists.txt: Aligned Cmake with Make

2025-08-20 Thread lupyuen
This is an automated email from the ASF dual-hosted git repository. lupyuen 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 50bbad510a5 drivers/leds/CMakeLists.txt: Aligned

Re: [PR] drivers/leds/CMakeLists.txt: Aligned Cmake with Make [nuttx]

2025-08-20 Thread via GitHub
lupyuen merged PR #16871: URL: https://github.com/apache/nuttx/pull/16871 -- 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

Re: [PR] drivers/audio/CMakeLists.txt: Aligned Cmake with Make [nuttx]

2025-08-20 Thread via GitHub
lupyuen merged PR #16870: URL: https://github.com/apache/nuttx/pull/16870 -- 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 (2713c5e9dfd -> d54fb6ad005)

2025-08-20 Thread lupyuen
This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 2713c5e9dfd boards/esp32s3: Add SPI slave device support add d54fb6ad005 drivers/audio/CMakeLists.txt: Aligned Cm

[PR] arch/arm: Add missing barriers.h [nuttx]

2025-08-20 Thread via GitHub
TangMeng12 opened a new pull request, #16881: URL: https://github.com/apache/nuttx/pull/16881 This commit adds the missing `barriers.h` for arm. Change-Id: Ia8c33ccbac47830ac179108a2d59fd75f5ede400 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nutt

Re: [PR] include/nuttx/compiler.h: [nuttx]

2025-08-20 Thread via GitHub
wangchdo commented on code in PR #16879: URL: https://github.com/apache/nuttx/pull/16879#discussion_r2289701444 ## include/nuttx/compiler.h: ## @@ -268,7 +268,7 @@ /* The nooptimiziation_function attribute no optimize */ -# if defined(__clang__) +# if defined(__clang__) |

[PR] arch: Add Cmake build support for raspberrypi-4b board & bcm2711 chip [nuttx]

2025-08-20 Thread via GitHub
wangchdo opened a new pull request, #16880: URL: https://github.com/apache/nuttx/pull/16880 closed previous pull request and just reopen this new pull request Add: arch/arm64/src/bcm2711/CMakeLists.txt boards/arm64/bcm2711/raspberrypi-4b/CMakeLists.txt boards/arm64/bcm2711/raspb

Re: [PR] arch: Add Cmake build support for raspberrypi-4b board & bcm2711 chip [nuttx]

2025-08-20 Thread via GitHub
wangchdo closed pull request #16872: arch: Add Cmake build support for raspberrypi-4b board & bcm2711 chip URL: https://github.com/apache/nuttx/pull/16872 -- 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 g

Re: [PR] include/nuttx/compiler.h: [nuttx]

2025-08-20 Thread via GitHub
xiaoxiang781216 commented on code in PR #16879: URL: https://github.com/apache/nuttx/pull/16879#discussion_r2289689918 ## include/nuttx/compiler.h: ## @@ -268,7 +268,7 @@ /* The nooptimiziation_function attribute no optimize */ -# if defined(__clang__) +# if defined(__cla

[PR] include/nuttx/compiler.h: [nuttx]

2025-08-20 Thread via GitHub
wangchdo opened a new pull request, #16879: URL: https://github.com/apache/nuttx/pull/16879 include/nuttx/compiler.h: fix nooptimiziation_function definition problem for tricore gnu compiler arch/tricore: move tricore_csa2addr and tricore_addr2csa definition

Re: [PR] arch: Add Cmake build support for raspberrypi-4b board & bcm2711 chip [nuttx]

2025-08-20 Thread via GitHub
anchao commented on PR #16872: URL: https://github.com/apache/nuttx/pull/16872#issuecomment-3208643502 @wangchdo please don't merge branch, rebase is fine, let us discard this commit: https://github.com/user-attachments/assets/b4c3a979-72ec-4331-8c69-a2d1431d82a4"; /> -- This

(nuttx-website) branch asf-site updated: Publishing web: 9694bc613262aaa0e4e5b8ccb54017a1c229e44e docs: 2713c5e9dfdc5baf25272425314a42dc4e215cbb

2025-08-20 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 89e55a19f Publishing web: 9694bc6

Re: [PR] arch/arm/rp2040: Support pico-sdk 2.2.0 [nuttx]

2025-08-20 Thread via GitHub
cederom commented on PR #16876: URL: https://github.com/apache/nuttx/pull/16876#issuecomment-3208104235 Yup, builds and works fine now on pico-sdk 2.2.0 and real hardware, built git master already :-) ``` % git -C $PICO_SDK_PATH branch * (HEAD detached at 2.2.0) master h

Re: [PR] arch/xtensa/esp32s3: Add EXT1 wakeup support in power management [nuttx]

2025-08-20 Thread via GitHub
thiagofinelon commented on PR #16878: URL: https://github.com/apache/nuttx/pull/16878#issuecomment-3207757459 https://drive.google.com/file/d/1ThlGv1DsYma6dJLjgZsOGfeL0c_Hi69P/view?usp=sharing link to the test -- This is an automated message from the Apache Git Service. To respond to the

[PR] arch/xtensa/esp32s3: Add EXT1 wakeup support in power management [nuttx]

2025-08-20 Thread via GitHub
thiagofinelon opened a new pull request, #16878: URL: https://github.com/apache/nuttx/pull/16878 ## Summary This PR adds **EXT1 wakeup support** to the ESP32-S3 power management subsystem. It enables the ESP32-S3 to wake from **PM_STANDBY** or **PM_SLEEP** using one or more

Re: [PR] drivers/analog/ads7046: Add support for ADS7046 ADC [nuttx]

2025-08-20 Thread via GitHub
fdcavalcanti commented on PR #16836: URL: https://github.com/apache/nuttx/pull/16836#issuecomment-3207562888 You have a build error on CI. ``` Cleaning... Configuring... Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI Building Nut

[PR] Documentation/xedge_demo: Fix RST formatting issues [nuttx]

2025-08-20 Thread via GitHub
JorgeGzm opened a new pull request, #16877: URL: https://github.com/apache/nuttx/pull/16877 ## Summary Fixed RST (reStructuredText) formatting issues in xedge_demo documentation ## Impact Fixes broken formatting that was affecting the visual presentation of the docs

Re: [PR] boards/esp32s3: Add SPI slave device support [nuttx]

2025-08-20 Thread via GitHub
fdcavalcanti merged PR #16866: URL: https://github.com/apache/nuttx/pull/16866 -- 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

(nuttx) branch master updated: boards/esp32s3: Add SPI slave device support

2025-08-20 Thread fdcavalcanti
This is an automated email from the ASF dual-hosted git repository. fdcavalcanti 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 2713c5e9dfd boards/esp32s3: Add SPI slave d

Re: [PR] boards/arm/rp2040: Fix code style and error checking [nuttx]

2025-08-20 Thread via GitHub
cederom commented on PR #16869: URL: https://github.com/apache/nuttx/pull/16869#issuecomment-3207035682 As https://github.com/apache/nuttx/pull/16876 is merged lets see how this CI builds now :-) -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [PR] arch/arm/rp2040: Support pico-sdk 2.2.0 [nuttx]

2025-08-20 Thread via GitHub
cederom commented on PR #16876: URL: https://github.com/apache/nuttx/pull/16876#issuecomment-3207029644 Uhm, Im soldering some stuff right now, sorry for the delay @simbit18, will confirm in a free moment on the actual hardware, thanks @nmaggioni for the fixes!! :-) -- This is an automat

Re: [PR] boards/arm/rp2040: Fix code style and error checking [nuttx]

2025-08-20 Thread via GitHub
hartmannathan commented on code in PR #16869: URL: https://github.com/apache/nuttx/pull/16869#discussion_r2288637970 ## boards/arm/rp2040/common/src/rp2040_common_bringup.c: ## @@ -546,43 +554,72 @@ int rp2040_common_bringup(void) /* Try to register SHT4X device on I2C0 */

(nuttx) 01/03: arch/arm/rp2040: Update include paths for pico-sdk 2.2.0

2025-08-20 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 commit 093f4d368874a19f2be0ce42ffa1224235decf2f Author: Niccolò Maggioni AuthorDate: Wed Aug 20 13:19:05 2025 +0200 arch/a

(nuttx) branch master updated (0dbbce3a8fe -> 06cc058b61d)

2025-08-20 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 0dbbce3a8fe sched: Remove unnecessary affinity restriction & restoration over smp calls new 093f4d36887 arch/arm

(nuttx) 03/03: Documentation/platforms/rp2350: Update the docs for pico-sdk 2.2.0

2025-08-20 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 commit 06cc058b61d0de240d901ac5b38f0c634adc7544 Author: Niccolò Maggioni AuthorDate: Wed Aug 20 13:53:02 2025 +0200 Docume

(nuttx) 02/03: Documentation/platforms/rp2040: Update the docs for pico-sdk 2.2.0

2025-08-20 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 commit a6b8210580bf62299fc60648f072a9434578140e Author: Niccolò Maggioni AuthorDate: Wed Aug 20 13:22:48 2025 +0200 Docume

Re: [PR] arch/arm/rp2040: Support pico-sdk 2.2.0 [nuttx]

2025-08-20 Thread via GitHub
acassis merged PR #16876: URL: https://github.com/apache/nuttx/pull/16876 -- 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

Re: [PR] boards/esp32s3: Add SPI slave device support [nuttx]

2025-08-20 Thread via GitHub
thiagofinelon commented on PR #16866: URL: https://github.com/apache/nuttx/pull/16866#issuecomment-3206699668 @acassis Just added the board config and a spislv section to esp32s3 devkit documentation -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] boards/esp32s3: Add SPI slave device support [nuttx]

2025-08-20 Thread via GitHub
thiagofinelon commented on code in PR #16866: URL: https://github.com/apache/nuttx/pull/16866#discussion_r2288065801 ## boards/xtensa/esp32s3/common/src/Make.defs: ## @@ -36,9 +36,10 @@ endif ifeq ($(CONFIG_SPI_DRIVER),y) CSRCS += esp32s3_board_spidev.c - ifeq ($(CONFIG_S

Re: [PR] drivers/can/kvaser_pci: configure number of passes in interrupt handler [nuttx]

2025-08-20 Thread via GitHub
raiden00pl commented on code in PR #16875: URL: https://github.com/apache/nuttx/pull/16875#discussion_r2288222948 ## drivers/can/Kconfig: ## @@ -273,6 +273,15 @@ config CAN_KVASER if CAN_KVASER +config CAN_KVASER_IRQ_PASSES + int "Kvaser PCI interrupt passes" +

Re: [PR] boards/esp32s3: Add SPI slave device support [nuttx]

2025-08-20 Thread via GitHub
acassis commented on PR #16866: URL: https://github.com/apache/nuttx/pull/16866#issuecomment-3206388972 > @acassis Do I need to add a board config for spi slave ? Yes, it is important to make it easy for other people to test it. -- This is an automated message from the Apache Git Se

Re: [PR] boards/esp32s3: Add SPI slave device support [nuttx]

2025-08-20 Thread via GitHub
thiagofinelon commented on PR #16866: URL: https://github.com/apache/nuttx/pull/16866#issuecomment-3206363009 @acassis Do I need to add a board config for spi slave ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [PR] boards/esp32s3: Add SPI slave device support [nuttx]

2025-08-20 Thread via GitHub
thiagofinelon commented on code in PR #16866: URL: https://github.com/apache/nuttx/pull/16866#discussion_r2288129427 ## boards/xtensa/esp32s3/common/src/esp32s3_board_spislavedev.c: ## @@ -1,5 +1,5 @@ /

Re: [PR] boards/esp32s3: Add SPI slave device support [nuttx]

2025-08-20 Thread via GitHub
thiagofinelon commented on code in PR #16866: URL: https://github.com/apache/nuttx/pull/16866#discussion_r2288126163 ## boards/xtensa/esp32s3/esp32s3-devkit/src/esp32s3_bringup.c: ## @@ -188,15 +192,34 @@ int esp32s3_bringup(void) #endif #if defined(CONFIG_ESP32S3_SPI) && de

Re: [PR] boards/esp32s3: Add SPI slave device support [nuttx]

2025-08-20 Thread via GitHub
thiagofinelon commented on code in PR #16866: URL: https://github.com/apache/nuttx/pull/16866#discussion_r2288127008 ## boards/xtensa/esp32s3/common/include/esp32s3_board_spislavedev.h: ## @@ -1,5 +1,5 @@ /

Re: [PR] drivers/can/kvaser_pci: configure number of passes in interrupt handler [nuttx]

2025-08-20 Thread via GitHub
acassis commented on code in PR #16875: URL: https://github.com/apache/nuttx/pull/16875#discussion_r2288092863 ## drivers/can/Kconfig: ## @@ -273,6 +273,15 @@ config CAN_KVASER if CAN_KVASER +config CAN_KVASER_IRQ_PASSES + int "Kvaser PCI interrupt passes" + def

Re: [PR] boards/esp32s3: Add SPI slave device support [nuttx]

2025-08-20 Thread via GitHub
fdcavalcanti commented on PR #16866: URL: https://github.com/apache/nuttx/pull/16866#issuecomment-3206225833 Please resolve the changes requested and we can approve. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] boards/esp32s3: Add SPI slave device support [nuttx]

2025-08-20 Thread via GitHub
thiagofinelon commented on code in PR #16866: URL: https://github.com/apache/nuttx/pull/16866#discussion_r2288061322 ## boards/xtensa/esp32s3/common/src/esp32s3_board_spislavedev.c: ## @@ -32,7 +32,7 @@ #include -#include "esp32s3_board_spislavedev.h" +#include "esp32s3_sp

Re: [PR] boards/esp32s3: Add SPI slave device support [nuttx]

2025-08-20 Thread via GitHub
thiagofinelon commented on PR #16866: URL: https://github.com/apache/nuttx/pull/16866#issuecomment-3206160052 https://github.com/user-attachments/assets/917861b5-31b9-49ed-a856-21db7f28fcdf"; /> I retested, queing slave data @fdcavalcanti -- This is an automated message from the A

Re: [PR] boards/esp32s3: Add SPI slave device support [nuttx]

2025-08-20 Thread via GitHub
xiaoxiang781216 commented on code in PR #16866: URL: https://github.com/apache/nuttx/pull/16866#discussion_r2288010299 ## boards/xtensa/esp32s3/esp32s3-devkit/src/esp32s3_bringup.c: ## @@ -188,15 +192,34 @@ int esp32s3_bringup(void) #endif #if defined(CONFIG_ESP32S3_SPI) &&

Re: [PR] arch/arm/rp2040: Support pico-sdk 2.2.0 [nuttx]

2025-08-20 Thread via GitHub
simbit18 commented on PR #16876: URL: https://github.com/apache/nuttx/pull/16876#issuecomment-3206094541 Hi @cederom, can you test it with a Raspberry Pi board?? -- 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] tools/rp{2040,23xx}: Ensure that picotool is found or built [nuttx]

2025-08-20 Thread via GitHub
nmaggioni commented on PR #16855: URL: https://github.com/apache/nuttx/pull/16855#issuecomment-3206017032 I'll rebase on top of #16876 when possible, that should fix CI. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] boards/arm/rp2040: Fix code style and error checking [nuttx]

2025-08-20 Thread via GitHub
nmaggioni commented on PR #16869: URL: https://github.com/apache/nuttx/pull/16869#issuecomment-3205977892 @cederom Care to try #16876? The fix was simple enough but, as you said, the upstream did not mark it as a breaking change (...?). -- This is an automated message from the Apache Git

Re: [PR] boards/arm/rp2040: Fix code style and error checking [nuttx]

2025-08-20 Thread via GitHub
nmaggioni commented on PR #16869: URL: https://github.com/apache/nuttx/pull/16869#issuecomment-3206058194 > no mention on headers relocation / change :-P In their defense, I suppose not using the SDK in its entirety is outside their scope - even if they should care about that IMO.

[PR] arch/arm/rp2040: Support pico-sdk 2.2.0 [nuttx]

2025-08-20 Thread via GitHub
nmaggioni opened a new pull request, #16876: URL: https://github.com/apache/nuttx/pull/16876 ## Summary Version 2.2.0 of the pico-sdk seems to have unified some RP2040 and RP2350 headers under a new path. Now both the old and the new paths are searched during compilation. The

Re: [PR] boards/arm/rp2040: Fix code style and error checking [nuttx]

2025-08-20 Thread via GitHub
cederom commented on PR #16869: URL: https://github.com/apache/nuttx/pull/16869#issuecomment-3206027867 > @cederom Care to try #16876? The fix was simple enough but, as you said, the upstream did not mark it as a breaking change (...?). Im on it, thanks! :-) Looking at https://

Re: [PR] boards/arm/rp2040: Fix code style and error checking [nuttx]

2025-08-20 Thread via GitHub
cederom commented on code in PR #16869: URL: https://github.com/apache/nuttx/pull/16869#discussion_r2287916101 ## boards/arm/rp2040/common/src/rp2040_common_bringup.c: ## @@ -478,17 +482,21 @@ int rp2040_common_bringup(void) { syslog(LOG_ERR, "Failed to initialize SP

[PR] drivers/can/kvaser_pci: configure number of passes in interrupt handler [nuttx]

2025-08-20 Thread via GitHub
szafonimateusz-mi opened a new pull request, #16875: URL: https://github.com/apache/nuttx/pull/16875 ## Summary Configure number of passes in interrupt handler logic to avoid losing RX frames in QEMU environment. ## Impact Fixes the problem with lost frames when flooding

Re: [PR] boards/arm/rp2040: Fix code style and error checking [nuttx]

2025-08-20 Thread via GitHub
cederom commented on PR #16869: URL: https://github.com/apache/nuttx/pull/16869#issuecomment-3205877955 * This CI build comes from pico-sdk version 2.2.0. I had exactly the same problem in local build, so had to revert pico-sdk to version 2.1.0. * https://github.com/apache/nuttx/pull/1686

[PR] Add missing PSE52 interfaces [nuttx]

2025-08-20 Thread via GitHub
szafonimateusz-mi opened a new pull request, #16874: URL: https://github.com/apache/nuttx/pull/16874 ## Summary Add missing PSE52 interfaces: - pthread_setconcurrency() and pthread_getconcurrency() - sigsetjmp() and siglongjmp() - confstr() - pthread_attr_getguardsize()

Re: [PR] boards/arm/rp2040: Fix code style and error checking [nuttx]

2025-08-20 Thread via GitHub
simbit18 commented on PR #16869: URL: https://github.com/apache/nuttx/pull/16869#issuecomment-3205678617 There are errors in Linux (arm-06) https://github.com/apache/nuttx/actions/runs/17084057983/job/48447096636#logs` ``

Re: [PR] boards/arm/rp2040: Fix code style and error checking [nuttx]

2025-08-20 Thread via GitHub
nmaggioni commented on PR #16869: URL: https://github.com/apache/nuttx/pull/16869#issuecomment-3205637993 @acassis Thanks for having taken care of this, I've retested my hw and the sensor still works fine. @cederom I'm on it, SDK 2.2.0 is misbehaving on clean pulls for me too. Sorry

Re: [PR] drivers/audio/CMakeLists.txt: Aligned Cmake with Make [nuttx]

2025-08-20 Thread via GitHub
simbit18 commented on PR #16870: URL: https://github.com/apache/nuttx/pull/16870#issuecomment-3205632329 Configuration/Tool: raspberrypi-pico-w/nsh-flash,CONFIG_ARM_TOOLCHAIN_GNU_EABI 2025-08-20 10:05

Re: [PR] drivers/analog/ads7046: Add support for ADS7046 ADC [nuttx]

2025-08-20 Thread via GitHub
nmaggioni commented on PR #16836: URL: https://github.com/apache/nuttx/pull/16836#issuecomment-3205511986 @acassis Rebased, refreshed, tested :+1: -- 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: Add Cmake build support for raspberrypi-4b board & bcm2711 chip [nuttx]

2025-08-20 Thread via GitHub
wangchdo commented on PR #16872: URL: https://github.com/apache/nuttx/pull/16872#issuecomment-3205354884 Change-Id was removed from commit message -- 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

[PR] drivers/ioexpander/CMakeLists.txt: Aligned Cmake with Make [nuttx]

2025-08-20 Thread via GitHub
simbit18 opened a new pull request, #16873: URL: https://github.com/apache/nuttx/pull/16873 ## Summary Add: iC-JX driver #11590 ISO1H812G driver #10426 ISO1I813T driver #10435 PCA9557 driver #16042 mcp23008 driver #10532 ## Impact Impact

Re: [PR] arch: Add Cmake build support for raspberrypi-4b board & bcm2711 chip [nuttx]

2025-08-20 Thread via GitHub
xiaoxiang781216 commented on PR #16872: URL: https://github.com/apache/nuttx/pull/16872#issuecomment-3205295959 please remove Change-Id from commit message. -- 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

[PR] drivers/leds/CMakeLists.txt: Aligned Cmake with Make [nuttx]

2025-08-20 Thread via GitHub
simbit18 opened a new pull request, #16871: URL: https://github.com/apache/nuttx/pull/16871 ## Summary Add KTD2052 led driver #16217 ## Impact Impact on user: NO Impact on build: This PR Aligned Cmake with Make Impact on hardware: NO Impact on

[PR] arch: Add Cmake build support for raspberrypi-4b board & bcm2711 chip [nuttx]

2025-08-20 Thread via GitHub
wangchdo opened a new pull request, #16872: URL: https://github.com/apache/nuttx/pull/16872 Add: arch/arm64/src/bcm2711/CMakeLists.txt boards/arm64/bcm2711/raspberrypi-4b/CMakeLists.txt boards/arm64/bcm2711/raspberrypi-4b/src/CMakeLists.txt Change-Id: Ie721a65e5d52d76ae7a7954

[PR] drivers/audio/CMakeLists.txt: Aligned Cmake with Make [nuttx]

2025-08-20 Thread via GitHub
simbit18 opened a new pull request, #16870: URL: https://github.com/apache/nuttx/pull/16870 ## Summary Add fake audio driver https://github.com/apache/nuttx/pull/15295 ## Impact Impact on user: NO Impact on build: This PR Aligned Cmake with Make Impac

Re: [PR] sched: Fix smp scheduling [nuttx]

2025-08-20 Thread via GitHub
jlaitine commented on PR #16673: URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3204854277 Big thanks to everyone who helped in testing and to the reviewers! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] boards/esp32s3: Add SPI slave device support [nuttx]

2025-08-20 Thread via GitHub
eren-terzioglu commented on PR #16866: URL: https://github.com/apache/nuttx/pull/16866#issuecomment-3204617647 Just a minor comment. Rest of it related to driver itself. Thanks for contribution. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] boards/esp32s3: Add SPI slave device support [nuttx]

2025-08-20 Thread via GitHub
eren-terzioglu commented on code in PR #16866: URL: https://github.com/apache/nuttx/pull/16866#discussion_r2287258808 ## boards/xtensa/esp32s3/common/src/Make.defs: ## @@ -36,6 +36,9 @@ endif ifeq ($(CONFIG_SPI_DRIVER),y) CSRCS += esp32s3_board_spidev.c + ifeq ($(CONFIG_S

Re: [PR] boards/esp32s3: Add SPI slave device support [nuttx]

2025-08-20 Thread via GitHub
eren-terzioglu commented on code in PR #16866: URL: https://github.com/apache/nuttx/pull/16866#discussion_r2287258808 ## boards/xtensa/esp32s3/common/src/Make.defs: ## @@ -36,6 +36,9 @@ endif ifeq ($(CONFIG_SPI_DRIVER),y) CSRCS += esp32s3_board_spidev.c + ifeq ($(CONFIG_S