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

2025-07-25 Thread via GitHub
jlaitine commented on PR #16673: URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3121265384 @fdcavalcanti I tried to re-produce the issues, which you reported, in qemu. I was not able to reproduce the DEBUGASSERT, which you reported, but I was able to get a double-interru

Re: [PR] Use GNSS lower-half L86 [nuttx]

2025-07-25 Thread via GitHub
linguini1 closed pull request #16777: Use GNSS lower-half L86 URL: https://github.com/apache/nuttx/pull/16777 -- 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-

[PR] drivers/sensors/l86xxx: Use uORB GNSS lower-half [nuttx]

2025-07-25 Thread via GitHub
linguini1 opened a new pull request, #16778: URL: https://github.com/apache/nuttx/pull/16778 ## Summary Updates the L86xxx driver to use the gnss lowerhalf and makes several other small performance improvements. ## Impact Makes it easier to maintain this driver. #

[PR] Use GNSS lower-half L86 [nuttx]

2025-07-25 Thread via GitHub
linguini1 opened a new pull request, #16777: URL: https://github.com/apache/nuttx/pull/16777 ## Summary Updates the L86xxx driver to use the gnss lowerhalf and makes several other small performance improvements. ## Impact Makes it easier to maintain this driver. #

(nuttx-website) branch asf-site updated: Publishing web: 51627ec89e2b02358b2ac0c43bd479968bd14064 docs: 0f73f92ffce74f349aecbe2a20adc69f2d84c601

2025-07-25 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 69ae54643 Publishing web: 51627ec

Re: [PR] include: Fix bug related to string.h's str[|n]dup [nuttx]

2025-07-25 Thread via GitHub
tmedicci commented on PR #16766: URL: https://github.com/apache/nuttx/pull/16766#issuecomment-3120582065 Closing it due to #16768 -- 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 com

Re: [PR] include: Fix bug related to string.h's str[|n]dup [nuttx]

2025-07-25 Thread via GitHub
tmedicci closed pull request #16766: include: Fix bug related to string.h's str[|n]dup URL: https://github.com/apache/nuttx/pull/16766 -- 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 co

[PR] arch/arm/stm32h5: Add DMA Support to STM32H5 Serial Driver [nuttx]

2025-07-25 Thread via GitHub
kywwilson11 opened a new pull request, #16776: URL: https://github.com/apache/nuttx/pull/16776 ## Summary stm32_serial.c - 1. Removed incompatible defines left over from STM32L4 implementation. L4 was used as a reference. 2. Removed DMAMAP defines. STM32H5 uses DMA requests

[PR] graphics/jpgresizetool: Add libjpeg resize tool [nuttx-apps]

2025-07-25 Thread via GitHub
keever50 opened a new pull request, #3143: URL: https://github.com/apache/nuttx-apps/pull/3143 ## Summary Add a libjpeg based JPEG resize tool. Simple resizer that can resize JPEGs using "jpgresize input.jpg output.jpg scale_denom(1,2,4,8) quality%". Tries to use little memo

Re: [I] [BUG] `stat()` does not work on flash partition with BCH layer [nuttx]

2025-07-25 Thread via GitHub
TimJTi commented on issue #16074: URL: https://github.com/apache/nuttx/issues/16074#issuecomment-3119783992 > > Ha. Just tripped up on this and could not for the life of me see why I couldn't stat files on bch/ftl mtd!!! Wasted all day thinking it was me being dumb. > > I have written a

Re: [PR] nucleo-h743zi: Add ADC2 support and expand ADC channel list [nuttx]

2025-07-25 Thread via GitHub
comejv commented on code in PR #16765: URL: https://github.com/apache/nuttx/pull/16765#discussion_r2231703739 ## boards/arm/stm32h7/nucleo-h743zi/src/stm32_adc.c: ## @@ -66,30 +64,46 @@ #ifdef CONFIG_STM32H7_ADC1 /* Identifying number of each ADC channel: Variable Resistor.

Re: [PR] tools/nix: Add Nix flake for reproducible dev environment [nuttx]

2025-07-25 Thread via GitHub
comejv commented on PR #16763: URL: https://github.com/apache/nuttx/pull/16763#issuecomment-3119746718 I separated the two commits and fixed the underline being too short in the docs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] boards/qemu-armv8a: Add `xedge` example program and documentation [nuttx]

2025-07-25 Thread via GitHub
JorgeGzm commented on PR #16665: URL: https://github.com/apache/nuttx/pull/16665#issuecomment-3119654342 > xedge-deps I don't know exactly what is happening. When I test the "make xedge-deps" command directly on my machine, I need to comment out the routines in **apps/netutils/xedge/

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

2025-07-25 Thread via GitHub
jlaitine commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2231589316 ## sched/sched/sched_unlock.c: ## @@ -81,18 +89,28 @@ void sched_unlock(void) sched_note_preemption(rtcb, false); /* Release any ready-to-run t

Re: [I] [BUG] `stat()` does not work on flash partition with BCH layer [nuttx]

2025-07-25 Thread via GitHub
michallenc commented on issue #16074: URL: https://github.com/apache/nuttx/issues/16074#issuecomment-3119354776 > Ha. Just tripped up on this and could not for the life of me see why I couldn't stat files on bch/ftl mtd!!! Wasted all day thinking it was me being dumb. > > I have writ

Re: [I] [BUG] `stat()` does not work on flash partition with BCH layer [nuttx]

2025-07-25 Thread via GitHub
TimJTi commented on issue #16074: URL: https://github.com/apache/nuttx/issues/16074#issuecomment-3118808929 Ha. Just tripped up on this and could not for the life of me see why I couldn't stat files on bch/ftl mtd!!! Wasted all day thinking it was me being dumb. I have written a work

Re: [PR] xtensa/esp32: Add option to disable raw esp-idf Wi-Fi log format [nuttx]

2025-07-25 Thread via GitHub
fdcavalcanti commented on PR #3267: URL: https://github.com/apache/nuttx/pull/3267#issuecomment-3118004163 Closing since this is not relevant to current Wi-Fi support on ESP32. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] xtensa/esp32: Add option to disable raw esp-idf Wi-Fi log format [nuttx]

2025-07-25 Thread via GitHub
fdcavalcanti closed pull request #3267: xtensa/esp32: Add option to disable raw esp-idf Wi-Fi log format URL: https://github.com/apache/nuttx/pull/3267 -- 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 t

Re: [I] [BUG] ESP32C6 SPI Read Issue [nuttx]

2025-07-25 Thread via GitHub
fdcavalcanti commented on issue #13067: URL: https://github.com/apache/nuttx/issues/13067#issuecomment-311805 Closing due to inactivity. -- 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

Re: [I] [BUG] ESP32C6 SPI Read Issue [nuttx]

2025-07-25 Thread via GitHub
fdcavalcanti closed issue #13067: [BUG] ESP32C6 SPI Read Issue URL: https://github.com/apache/nuttx/issues/13067 -- 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,

Re: [PR] boards/qemu-armv8a: Add `xedge` example program and documentation [nuttx]

2025-07-25 Thread via GitHub
xiaoxiang781216 commented on PR #16665: URL: https://github.com/apache/nuttx/pull/16665#issuecomment-3117899745 @JorgeGzm please fix the build error(https://github.com/apache/nuttx/actions/runs/16522725505/job/46728268075?pr=16665): ```

Re: [PR] drivers/sensors/l86xxx: Fix driver registration crashes [nuttx]

2025-07-25 Thread via GitHub
acassis commented on PR #16764: URL: https://github.com/apache/nuttx/pull/16764#issuecomment-3117863580 You can use apps/examples/termios/termios_main.c as reference -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] drivers/sensors/l86xxx: Fix driver registration crashes [nuttx]

2025-07-25 Thread via GitHub
linguini1 commented on PR #16764: URL: https://github.com/apache/nuttx/pull/16764#issuecomment-3117856774 > @linguini1 maybe you can use termios to change the baudrate dynamically or try different baudrates to get communication with the GPS working That would be interesting! -- Thi

Re: [PR] pci: imx95 add pcie ep support [nuttx]

2025-07-25 Thread via GitHub
xiaoxiang781216 commented on PR #16772: URL: https://github.com/apache/nuttx/pull/16772#issuecomment-3117849598 > @lipengfei28 @xiaoxiang781216 still missing Documentation/ and pcitest usage there we can track the documentation in that pr. -- This is an automated message from the A

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

2025-07-25 Thread via GitHub
xiaoxiang781216 commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2231100201 ## sched/sched/sched_unlock.c: ## @@ -81,18 +89,28 @@ void sched_unlock(void) sched_note_preemption(rtcb, false); /* Release any ready-t

[I] [BUG] Conflicting declarations when using toolchain C++ [nuttx]

2025-07-25 Thread via GitHub
Barto22 opened a new issue, #16775: URL: https://github.com/apache/nuttx/issues/16775 ### Description / Steps to reproduce the issue I created a simple C++ application using C++20 features and wanted to use the C++ library from the ARM toolchain. I’m using the latest ARM toolchain ve

Re: [PR] pci: imx95 add pcie ep support [nuttx]

2025-07-25 Thread via GitHub
acassis commented on PR #16772: URL: https://github.com/apache/nuttx/pull/16772#issuecomment-3117833852 @lipengfei28 @xiaoxiang781216 still missing Documentation/ and pcitest usage there -- This is an automated message from the Apache Git Service. To respond to the message, please log on

(nuttx) branch master updated (ac54fe8875 -> 0f73f92ffc)

2025-07-25 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 ac54fe8875 crypto/cryptosoft: fix aadlen used uninitialized warning add 0f73f92ffc add esp32s3-devkit:mbedtls k

Re: [PR] add esp32s3-devkit:mbedtls kconfig [nuttx]

2025-07-25 Thread via GitHub
xiaoxiang781216 merged PR #16773: URL: https://github.com/apache/nuttx/pull/16773 -- 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: [PR] pci: imx95 add pcie ep support [nuttx]

2025-07-25 Thread via GitHub
xiaoxiang781216 commented on PR #16772: URL: https://github.com/apache/nuttx/pull/16772#issuecomment-3117823876 > Please include a board profile to test this feature and a Documentation with this testing information that you demonstrated here @acassis is here: https://github.com/apach

Re: [PR] drivers/sensors/l86xxx: Fix driver registration crashes [nuttx]

2025-07-25 Thread via GitHub
acassis commented on PR #16764: URL: https://github.com/apache/nuttx/pull/16764#issuecomment-3117815005 @linguini1 maybe you can use termios to change the baudrate dynamically or try different baudrates to get communication with the GPS working -- This is an automated message from the Apa

Re: [PR] drivers/sensors/l86xxx: Fix driver registration crashes [nuttx]

2025-07-25 Thread via GitHub
linguini1 commented on PR #16764: URL: https://github.com/apache/nuttx/pull/16764#issuecomment-3117807710 Please don't merge the draft PRs unless I mark them as ready for review! Was trying to do some more testing to make this a little more reliable, I will open another PR when that is read

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

2025-07-25 Thread via GitHub
fdcavalcanti commented on PR #16673: URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3117708374 > Right, looks like I had broken the affinity setting; originally the priority setting caused task switch with equal priority, and I had changed this to change only on different prio

Re: [PR] libc: fix assert "Free memory from the wrong heap" with flat mode and… [nuttx]

2025-07-25 Thread via GitHub
tmedicci commented on PR #16768: URL: https://github.com/apache/nuttx/pull/16768#issuecomment-3117607553 Hi @GUIDINGLI , thanks for your help and attention to this issue. It's an important change it should be extensively tested. I understand that would be the correct approach and I wi

Re: [I] [BUG] mbedtls "alt" functions return errors in a wrong way [nuttx-apps]

2025-07-25 Thread via GitHub
ThePassionate commented on issue #3142: URL: https://github.com/apache/nuttx-apps/issues/3142#issuecomment-3117598661 let me check sha1 test cases and aligning return values -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

(nuttx-apps) branch master updated: examples/xedge_demo: Add Xedge IoT Toolkit with BAS integration

2025-07-25 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 2de49b8b2 examples/xedge_demo: Add Xedge Io

Re: [PR] examples/xedge: Add Xedge example with BAS integration [nuttx-apps]

2025-07-25 Thread via GitHub
acassis merged PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120 -- 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.a

(nuttx) branch master updated (69bcbfb207 -> ac54fe8875)

2025-07-25 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 69bcbfb207 esp32s3_extraheaps.c: add a missing include for xtensa_imm_initialize add ac54fe8875 crypto/cryptosof

Re: [PR] crypto/cryptosoft: fix aadlen used uninitialized warning [nuttx]

2025-07-25 Thread via GitHub
acassis merged PR #16771: URL: https://github.com/apache/nuttx/pull/16771 -- 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: [I] [HELP] NuttX fatfs vs elm-chan.org fatfs [nuttx]

2025-07-25 Thread via GitHub
acassis commented on issue #16761: URL: https://github.com/apache/nuttx/issues/16761#issuecomment-3117494127 @xiaoxiang781216 I think there are others FS there that could be integrated on NuttX like the LROFS -- This is an automated message from the Apache Git Service. To respond to the m

[I] [HELP] stm32f411-minimum board USB device CDC/ACM nsh console [nuttx]

2025-07-25 Thread via GitHub
GigantQuo opened a new issue, #16774: URL: https://github.com/apache/nuttx/issues/16774 ### Description This month, I discovered the NuttX project when I was searching for a versatile RTOS that supports multiple architectures. To be honest, this project is very interesting for me bec

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

2025-07-25 Thread via GitHub
jlaitine commented on PR #16673: URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3117362047 Right, looks like I had broken the affinity setting; originally the priority setting caused task switch with equal priority, and I had changed this to change only on different priority.

Re: [PR] pci: imx95 add pcie ep support [nuttx]

2025-07-25 Thread via GitHub
lipengfei28 commented on code in PR #16772: URL: https://github.com/apache/nuttx/pull/16772#discussion_r2230803896 ## include/nuttx/pci/pci_regs.h: ## @@ -375,6 +379,16 @@ #define PCI_CHSWP_EXT0x40 /* ENUM# status - extraction */ #define PCI_CHSWP_INS

Re: [PR] pci: imx95 add pcie ep support [nuttx]

2025-07-25 Thread via GitHub
lipengfei28 commented on code in PR #16772: URL: https://github.com/apache/nuttx/pull/16772#discussion_r2230803527 ## include/nuttx/pci/pci.h: ## @@ -234,6 +234,56 @@ * Public Types / +/* Values fr

Re: [PR] arch/sim: avoid host-call being interrupted before getting errno [nuttx]

2025-07-25 Thread via GitHub
xiaoxiang781216 commented on PR #16742: URL: https://github.com/apache/nuttx/pull/16742#issuecomment-3117244942 > > ``` > > 2. Many host APIs lack robust error recovery when interrupted by signals. For example, when read() a file is interruped by a signal, it will return error directly.

[PR] add esp32s3-devkit:mbedtls kconfig [nuttx]

2025-07-25 Thread via GitHub
yamt opened a new pull request, #16773: URL: https://github.com/apache/nuttx/pull/16773 ## Summary Note: CONFIG_LIBC_RAND_ORDER=2 is a workaround for https://github.com/apache/nuttx/issues/16760 ## Impact ## Testing selftest and benchmark on esp32s3-devkitc v1.1

Re: [PR] arch/sim: avoid host-call being interrupted before getting errno [nuttx]

2025-07-25 Thread via GitHub
GUIDINGLI commented on PR #16742: URL: https://github.com/apache/nuttx/pull/16742#issuecomment-3117191401 OK, Next patch we can try to move the host errno to context switch -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[I] [BUG] mbedtls "alt" functions return errors in a wrong way [nuttx-apps]

2025-07-25 Thread via GitHub
yamt opened a new issue, #3142: URL: https://github.com/apache/nuttx-apps/issues/3142 ### Description / Steps to reproduce the issue our mbedtls alt functions (eg. https://github.com/apache/nuttx-apps/blob/72668d723447e79a73e850da1956b6edc141fd17/crypto/mbedtls/source/sha1_alt.c#L54-L

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

2025-07-25 Thread via GitHub
jlaitine commented on PR #16673: URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3117126281 Addressed the review comments, still need to look into the esp32 issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

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

2025-07-25 Thread via GitHub
jlaitine commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2230664381 ## sched/sched/sched_suspend.c: ## @@ -172,9 +176,13 @@ void nxsched_suspend(FAR struct tcb_s *tcb) { switch_needed = nxsched_remove_readytorun(tcb

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

2025-07-25 Thread via GitHub
jlaitine commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2230662252 ## sched/sched/sched_unlock.c: ## @@ -81,18 +89,28 @@ void sched_unlock(void) sched_note_preemption(rtcb, false); /* Release any ready-to-run t

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

2025-07-25 Thread via GitHub
jlaitine commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2230652368 ## sched/sched/sched_process_delivered.c: ## @@ -78,67 +72,31 @@ void nxsched_process_delivered(int cpu) g_cpu_irqset |= (1 << cpu); } - tcb = current_t

Re: [PR] crypto/cryptosoft: fix aadlen used uninitialized warning [nuttx]

2025-07-25 Thread via GitHub
xiaoxiang781216 commented on code in PR #16771: URL: https://github.com/apache/nuttx/pull/16771#discussion_r2230638802 ## crypto/cryptosoft.c: ## @@ -291,11 +291,11 @@ int swcr_authenc(FAR struct cryptop *crp) caddr_t buf = (caddr_t)crp->crp_buf; caddr_t aad = (caddr_t)crp

Re: [PR] tee/optee_supplicant: Added optee supplicant [nuttx-apps]

2025-07-25 Thread via GitHub
xiaoxiang781216 merged PR #3141: URL: https://github.com/apache/nuttx-apps/pull/3141 -- 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-apps) branch master updated: tee/optee_supplicant: Added optee supplicant

2025-07-25 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 72668d723 tee/optee_supplicant: Added opt

Re: [PR] crypto/cryptosoft: fix aadlen used uninitialized warning [nuttx]

2025-07-25 Thread via GitHub
ThePassionate commented on code in PR #16771: URL: https://github.com/apache/nuttx/pull/16771#discussion_r2230629791 ## crypto/cryptosoft.c: ## @@ -291,11 +291,11 @@ int swcr_authenc(FAR struct cryptop *crp) caddr_t buf = (caddr_t)crp->crp_buf; caddr_t aad = (caddr_t)crp->

Re: [PR] pci: imx95 add pcie ep support [nuttx]

2025-07-25 Thread via GitHub
xiaoxiang781216 commented on code in PR #16772: URL: https://github.com/apache/nuttx/pull/16772#discussion_r2230617135 ## include/nuttx/pci/pci.h: ## @@ -234,6 +234,56 @@ * Public Types / +/* Value

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

2025-07-25 Thread via GitHub
jlaitine commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2230625482 ## sched/sched/sched.h: ## @@ -518,23 +514,51 @@ static inline_function bool nxsched_add_prioritized(FAR struct tcb_s *tcb, } # ifdef CONFIG_SMP + +/* Try to swi

Re: [PR] crypto/cryptosoft: fix aadlen used uninitialized warning [nuttx]

2025-07-25 Thread via GitHub
xiaoxiang781216 commented on code in PR #16771: URL: https://github.com/apache/nuttx/pull/16771#discussion_r2230606208 ## crypto/cryptosoft.c: ## @@ -291,11 +291,11 @@ int swcr_authenc(FAR struct cryptop *crp) caddr_t buf = (caddr_t)crp->crp_buf; caddr_t aad = (caddr_t)crp

Re: [I] [BUG] esp-hal-3rdparty conflicts with unrelated things [nuttx]

2025-07-25 Thread via GitHub
eren-terzioglu commented on issue #16770: URL: https://github.com/apache/nuttx/issues/16770#issuecomment-3117023145 > > Hi, Could you please share the config? Seems sysinfo is not working as expected for some reason. > > here you are. [defconfig.zip](https://github.com/user-attachmen

Re: [PR] nuttx/crypto: support new algorithm about crc32 and aes-cmac [nuttx]

2025-07-25 Thread via GitHub
yamt commented on code in PR #13173: URL: https://github.com/apache/nuttx/pull/13173#discussion_r2230588726 ## crypto/cryptosoft.c: ## @@ -388,38 +391,41 @@ int swcr_authenc(FAR struct cryptop *crp) /* Supply MAC with AAD */ - aadlen = crda->crd_len; - /* Section 5 of R

Re: [PR] crypto/cryptosoft: fix aadlen used uninitialized warning [nuttx]

2025-07-25 Thread via GitHub
yamt commented on code in PR #16771: URL: https://github.com/apache/nuttx/pull/16771#discussion_r2230587345 ## crypto/cryptosoft.c: ## @@ -291,11 +291,11 @@ int swcr_authenc(FAR struct cryptop *crp) caddr_t buf = (caddr_t)crp->crp_buf; caddr_t aad = (caddr_t)crp->crp_aad;

Re: [I] [BUG] esp-hal-3rdparty conflicts with unrelated things [nuttx]

2025-07-25 Thread via GitHub
yamt commented on issue #16770: URL: https://github.com/apache/nuttx/issues/16770#issuecomment-3117000590 > Hi, Could you please share the config? Seems sysinfo is not working as expected for some reason. here you are. [defconfig.zip](https://github.com/user-attachments/files/2142

[PR] pci: imx95 add pcie ep support [nuttx]

2025-07-25 Thread via GitHub
lipengfei28 opened a new pull request, #16772: URL: https://github.com/apache/nuttx/pull/16772 Only tested on pcie1 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary 1. imx95 pcie1 as ep with linux lin

Re: [PR] pci: epc add dma heap [nuttx]

2025-07-25 Thread via GitHub
lipengfei28 commented on code in PR #16767: URL: https://github.com/apache/nuttx/pull/16767#discussion_r2230519642 ## include/nuttx/pci/pci_epc.h: ## @@ -852,4 +855,63 @@ FAR void *pci_epc_mem_alloc_addr(FAR struct pci_epc_ctrl_s *epc, void pci_epc_mem_free_addr(FAR struct pci

Re: [I] [BUG] esp-hal-3rdparty conflicts with unrelated things [nuttx]

2025-07-25 Thread via GitHub
eren-terzioglu commented on issue #16770: URL: https://github.com/apache/nuttx/issues/16770#issuecomment-3116857216 Hi, Could you please share the config? Seems sysinfo is not working as expected for some reason. Also if possible what are the steps you run to get sysinfo and it is showin

Re: [PR] nuttx/crypto: support new algorithm about crc32 and aes-cmac [nuttx]

2025-07-25 Thread via GitHub
ThePassionate commented on code in PR #13173: URL: https://github.com/apache/nuttx/pull/13173#discussion_r2230445567 ## crypto/cryptosoft.c: ## @@ -388,38 +391,41 @@ int swcr_authenc(FAR struct cryptop *crp) /* Supply MAC with AAD */ - aadlen = crda->crd_len; - /* Secti

[PR] crypto/cryptosoft: fix aadlen used uninitialized warning [nuttx]

2025-07-25 Thread via GitHub
ThePassionate opened a new pull request, #16771: URL: https://github.com/apache/nuttx/pull/16771 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary Initializing aadlen fix uninitialized warning *Update this

Re: [PR] esp32s3_extraheaps.c: add a missing include for xtensa_imm_initialize [nuttx]

2025-07-25 Thread via GitHub
xiaoxiang781216 merged PR #16769: URL: https://github.com/apache/nuttx/pull/16769 -- 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: esp32s3_extraheaps.c: add a missing include for xtensa_imm_initialize

2025-07-25 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 69bcbfb207 esp32s3_extraheaps.c: add a missing

Re: [PR] nuttx/crypto: support new algorithm about crc32 and aes-cmac [nuttx]

2025-07-25 Thread via GitHub
ThePassionate commented on code in PR #13173: URL: https://github.com/apache/nuttx/pull/13173#discussion_r2230397782 ## crypto/cryptosoft.c: ## @@ -388,38 +391,41 @@ int swcr_authenc(FAR struct cryptop *crp) /* Supply MAC with AAD */ - aadlen = crda->crd_len; - /* Secti

[I] [BUG] esp-hal-3rdparty conflicts with unrelated things [nuttx]

2025-07-25 Thread via GitHub
yamt opened a new issue, #16770: URL: https://github.com/apache/nuttx/issues/16770 ### Description / Steps to reproduce the issue arch/xtensa/src/common/espressif/Wireless.mk seems to add a bunch of -I options to the cflags. it conflicts with unrelated components. for exampl

Re: [PR] pci: epc add dma heap [nuttx]

2025-07-25 Thread via GitHub
xiaoxiang781216 commented on code in PR #16767: URL: https://github.com/apache/nuttx/pull/16767#discussion_r2230353127 ## include/nuttx/pci/pci_epc.h: ## @@ -852,4 +855,63 @@ FAR void *pci_epc_mem_alloc_addr(FAR struct pci_epc_ctrl_s *epc, void pci_epc_mem_free_addr(FAR struct