Re: [PR] nuttx/wireless/ioctl: Common IOCTL API for RF Modulation Technologies [nuttx]

2025-03-19 Thread via GitHub
xiaoxiang781216 commented on code in PR #16024: URL: https://github.com/apache/nuttx/pull/16024#discussion_r2004843090 ## include/nuttx/wireless/ioctl.h: ## @@ -48,67 +48,214 @@ * the open() interface. *

Re: [PR] nuttx/wireless/ioctl: Common IOCTL API for RF Modulation Technologies [nuttx]

2025-03-19 Thread via GitHub
lupyuen commented on PR #16024: URL: https://github.com/apache/nuttx/pull/16024#issuecomment-2738829040 Please remember to fill in the Commit Message. Just copy from the PR Summary above. Thanks :-) - https://github.com/apache/nuttx/pull/16024/commits/8696cd8f0a52351054594961b6d76c051ad5

Re: [PR] Update gd55.c to fix uninitialised variables [nuttx]

2025-03-19 Thread via GitHub
lupyuen commented on PR #16021: URL: https://github.com/apache/nuttx/pull/16021#issuecomment-2738826879 Please remember to fill in the Commit Message, and sign off with `git commit -s`. Thanks :-) - https://github.com/apache/nuttx/pull/16021/commits/578f86be318495236973e96ea7a8bf30b3f7c5

Re: [PR] nuttx/wireless/ioctl: Common IOCTL API for RF Modulation Technologies [nuttx]

2025-03-19 Thread via GitHub
lupyuen commented on code in PR #16024: URL: https://github.com/apache/nuttx/pull/16024#discussion_r2004628671 ## include/nuttx/wireless/ioctl.h: ## @@ -48,67 +48,214 @@ * the open() interface. / -

(nuttx-website) branch asf-site updated: Publishing web: 405a7126bab3fbbeef1bb95fabd1561c86029fc1 docs: 35818c5f8775fbc818506b3f8f2685d75a14f339

2025-03-19 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 43f963448 Publishing web: 405a712

Re: [PR] arch/xtensa/esp32: Add support for hardware accelerated SHA [nuttx]

2025-03-19 Thread via GitHub
acassis commented on code in PR #16016: URL: https://github.com/apache/nuttx/pull/16016#discussion_r2003977861 ## arch/xtensa/src/esp32/esp32_sha.c: ## Review Comment: @tmedicci is it better to get ESP32 as more register direct access instead of using the HAL? AFAIK only e

Re: [PR] arch/xtensa: fix definition for `_int32_t` and `_uint32_t` [nuttx]

2025-03-19 Thread via GitHub
xiaoxiang781216 commented on code in PR #16022: URL: https://github.com/apache/nuttx/pull/16022#discussion_r2003928752 ## arch/xtensa/include/types.h: ## @@ -56,8 +56,8 @@ typedef unsigned char _uint8_t; typedef signed short _int16_t; typedef unsigned short _uin

Re: [PR] arch/xtensa/esp32: Add support for hardware accelerated SHA [nuttx]

2025-03-19 Thread via GitHub
tmedicci commented on code in PR #16016: URL: https://github.com/apache/nuttx/pull/16016#discussion_r2004174589 ## arch/xtensa/src/esp32/esp32_sha.c: ## Review Comment: https://github.com/apache/nuttx/pull/16016#issuecomment-2737692552 -- This is an automated message fr

Re: [PR] arch/xtensa/esp32: Add support for hardware accelerated SHA [nuttx]

2025-03-19 Thread via GitHub
PruteanuVlad commented on code in PR #16016: URL: https://github.com/apache/nuttx/pull/16016#discussion_r2004364015 ## arch/xtensa/src/esp32/esp32_sha.c: ## Review Comment: @tmedicci Thank you for your review and suggestion. The common driver approach sounds quite useful.

Re: [PR] tools/ci: Added CI system on Windows Native [nuttx]

2025-03-19 Thread via GitHub
xuxin930 commented on PR #15989: URL: https://github.com/apache/nuttx/pull/15989#issuecomment-2736551618 @simbit18 excellent work -- 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

Re: [PR] nuttx/wireless/ioctl: Common IOCTL API for RF Modulation Technologies [nuttx]

2025-03-19 Thread via GitHub
keever50 commented on PR #16024: URL: https://github.com/apache/nuttx/pull/16024#issuecomment-2737892731 will fix the conflict. That error did not pop up for me. Ill make sure to clean build double check everything. -- This is an automated message from the Apache Git Service. To respo

Re: [PR] nuttx/wireless/ioctl: Common IOCTL API for RF Modulation Technologies [nuttx]

2025-03-19 Thread via GitHub
keever50 closed pull request #16023: nuttx/wireless/ioctl: Common IOCTL API for RF Modulation Technologies URL: https://github.com/apache/nuttx/pull/16023 -- 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] nuttx/wireless/ioctl: Common IOCTL API for RF Modulation Technologies [nuttx]

2025-03-19 Thread via GitHub
nuttxpr commented on PR #16024: URL: https://github.com/apache/nuttx/pull/16024#issuecomment-2737758343 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR generally meets the NuttX requirements, bu

Re: [PR] Add fbcon example [nuttx-apps]

2025-03-19 Thread via GitHub
TimJTi commented on PR #3029: URL: https://github.com/apache/nuttx-apps/pull/3029#issuecomment-2737744345 @cederom @acassis > Some documentation would be nice to have too on how to setup hardware so we could test on other targets :-) I have added a bit more meat to Kconfig - shall

[PR] nuttx/wireless/ioctl: Common IOCTL API for RF Modulation Technologies [nuttx]

2025-03-19 Thread via GitHub
keever50 opened a new pull request, #16024: URL: https://github.com/apache/nuttx/pull/16024 ### Summary This PR is a follow-up of https://github.com/apache/nuttx/issues/15856 and the mailing list proposal "Proposal: Common IOCTL API for RF Modulation Technologies" Currently, t

Re: [PR] arch/xtensa/esp32: Add support for hardware accelerated SHA [nuttx]

2025-03-19 Thread via GitHub
acassis commented on PR #16016: URL: https://github.com/apache/nuttx/pull/16016#issuecomment-2737704768 > I don't know why, @acassis , but I couldn't continue the thread of [#16016 (comment)](https://github.com/apache/nuttx/pull/16016#discussion_r2003977861). > > > Wouldn't it better

[PR] nuttx/wireless/ioctl: Common IOCTL API for RF Modulation Technologies [nuttx]

2025-03-19 Thread via GitHub
keever50 opened a new pull request, #16023: URL: https://github.com/apache/nuttx/pull/16023 **### Summary** This PR is a follow-up of https://github.com/apache/nuttx/issues/15856 and the mailing list proposal "Proposal: Common IOCTL API for RF Modulation Technologies" Currentl

Re: [PR] arch/xtensa/esp32: Add support for hardware accelerated SHA [nuttx]

2025-03-19 Thread via GitHub
tmedicci commented on PR #16016: URL: https://github.com/apache/nuttx/pull/16016#issuecomment-2737692552 I don't know why, @acassis , but I couldn't continue the thread of https://github.com/apache/nuttx/pull/16016#discussion_r2003977861. > Wouldn't it better to get ESP32 as more reg

Re: [PR] arch/xtensa: fix definition for `_int32_t` and `_uint32_t` [nuttx]

2025-03-19 Thread via GitHub
fdcavalcanti commented on code in PR #16022: URL: https://github.com/apache/nuttx/pull/16022#discussion_r2003985299 ## arch/xtensa/include/types.h: ## @@ -56,8 +56,8 @@ typedef unsigned char _uint8_t; typedef signed short _int16_t; typedef unsigned short _uint16

Re: [PR] arch/xtensa/esp32: Add support for hardware accelerated SHA [nuttx]

2025-03-19 Thread via GitHub
acassis commented on code in PR #16016: URL: https://github.com/apache/nuttx/pull/16016#discussion_r2003977861 ## arch/xtensa/src/esp32/esp32_sha.c: ## Review Comment: @tmedicci Wouldn't it better to get ESP32 as more register direct access instead of using the HAL? AFAIK

Re: [PR] arch/xtensa: fix definition for `_int32_t` and `_uint32_t` [nuttx]

2025-03-19 Thread via GitHub
fdcavalcanti commented on code in PR #16022: URL: https://github.com/apache/nuttx/pull/16022#discussion_r2003938668 ## arch/xtensa/include/types.h: ## @@ -56,8 +56,8 @@ typedef unsigned char _uint8_t; typedef signed short _int16_t; typedef unsigned short _uint16

Re: [PR] arch/xtensa: fix definition for `_int32_t` and `_uint32_t` [nuttx]

2025-03-19 Thread via GitHub
fdcavalcanti commented on code in PR #16022: URL: https://github.com/apache/nuttx/pull/16022#discussion_r2003941304 ## arch/xtensa/src/common/espressif/esp_loader.c: ## @@ -209,7 +209,7 @@ int map_rom_segments(uint32_t app_drom_start, uint32_t app_drom_vaddr, ram_seg

Re: [PR] arch/xtensa: fix definition for `_int32_t` and `_uint32_t` [nuttx]

2025-03-19 Thread via GitHub
fdcavalcanti commented on code in PR #16022: URL: https://github.com/apache/nuttx/pull/16022#discussion_r2003941304 ## arch/xtensa/src/common/espressif/esp_loader.c: ## @@ -209,7 +209,7 @@ int map_rom_segments(uint32_t app_drom_start, uint32_t app_drom_vaddr, ram_seg

Re: [PR] arch/xtensa: fix definition for `_int32_t` and `_uint32_t` [nuttx]

2025-03-19 Thread via GitHub
nuttxpr commented on PR #16022: URL: https://github.com/apache/nuttx/pull/16022#issuecomment-2737468436 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR appears to meet the NuttX requirements. T

[PR] arch/xtensa: fix definition for `_int32_t` and `_uint32_t` [nuttx]

2025-03-19 Thread via GitHub
fdcavalcanti opened a new pull request, #16022: URL: https://github.com/apache/nuttx/pull/16022 ## Summary Modify `types.h` and `inttypes.h` to use the correct `_int32_t` and `_uint32_t` types, on Xtensa arch. This PR solves an issue first mentioned in #15755. Type is no

Re: [PR] fix build for canutilis/lely-canopen [nuttx-apps]

2025-03-19 Thread via GitHub
simbit18 commented on code in PR #3030: URL: https://github.com/apache/nuttx-apps/pull/3030#discussion_r2003761219 ## canutils/lely-canopen/Makefile: ## @@ -170,22 +170,31 @@ MAINSRC= $(LELYCANOPEN_SRCDIR)/tools/coctl.c endif # Download and unpack tarball if no git repo

Re: [PR] fix build for canutilis/lely-canopen [nuttx-apps]

2025-03-19 Thread via GitHub
simbit18 commented on code in PR #3030: URL: https://github.com/apache/nuttx-apps/pull/3030#discussion_r2003761219 ## canutils/lely-canopen/Makefile: ## @@ -170,22 +170,31 @@ MAINSRC= $(LELYCANOPEN_SRCDIR)/tools/coctl.c endif # Download and unpack tarball if no git repo

Re: [PR] Add fbcon example [nuttx-apps]

2025-03-19 Thread via GitHub
simbit18 commented on code in PR #3029: URL: https://github.com/apache/nuttx-apps/pull/3029#discussion_r2003697222 ## examples/fbcon/Kconfig: ## @@ -0,0 +1,201 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX

Re: [PR] Add fbcon example [nuttx-apps]

2025-03-19 Thread via GitHub
simbit18 commented on code in PR #3029: URL: https://github.com/apache/nuttx-apps/pull/3029#discussion_r2003697855 ## examples/fbcon/Kconfig: ## @@ -0,0 +1,201 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX

Re: [PR] build.yml: Brought into sync with NuttX repository [nuttx-apps]

2025-03-19 Thread via GitHub
nuttxpr commented on PR #3031: URL: https://github.com/apache/nuttx-apps/pull/3031#issuecomment-2737101480 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR appears to meet the NuttX requirements,

[PR] build.yml: Brought into sync with NuttX repository [nuttx-apps]

2025-03-19 Thread via GitHub
simbit18 opened a new pull request, #3031: URL: https://github.com/apache/nuttx-apps/pull/3031 ## Summary msvc job is missing brought into sync with nuttx repository added CI: Kill CI Test after 2 hours see https://github.com/apache/nuttx/pull/14849 msvc

Re: [I] [BUG] Menuconfig option System type > ITM SYSLOG support fails on build for STM32F3Discovery [nuttx]

2025-03-19 Thread via GitHub
acassis commented on issue #16017: URL: https://github.com/apache/nuttx/issues/16017#issuecomment-2737037763 @rentzboy could you please test mainline again to confirm it was fixed? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

(nuttx) branch master updated: arch/arm: add missing itm_syslog.h include

2025-03-19 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 35818c5f87 arch/arm: add missing itm_syslog.h in

Re: [PR] arch/arm: add missing include for itm_syslog [nuttx]

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

[I] [BUG] Framebuffer driver is sent unknown IOCTL causing error message if graphics debug enabled [nuttx]

2025-03-19 Thread via GitHub
TimJTi opened a new issue, #16020: URL: https://github.com/apache/nuttx/issues/16020 ### Description / Steps to reproduce the issue I enabled graphics debug while developing a new example NuttX App and find that the framebuffer driver (drivers/video/fb.c) is receiving an unsupported

Re: [PR] tools/ci: Added CI system on Windows Native [nuttx]

2025-03-19 Thread via GitHub
simbit18 commented on PR #15989: URL: https://github.com/apache/nuttx/pull/15989#issuecomment-2735894029 @xiaoxiang781216 @anchao @xuxin930 since you have added simulator building with Visual Studio 17 2022 with CMake, could you please see this PR and have your comments? -- This is an a

(nuttx) branch master updated: Revert "arch/xtensa: set PS.EXCM initial value to 1 while new thread created"

2025-03-19 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 4b8e19b2c7 Revert "arch/xtensa: set PS.EXCM init

Re: [PR] Add fbcon example [nuttx-apps]

2025-03-19 Thread via GitHub
TimJTi commented on code in PR #3029: URL: https://github.com/apache/nuttx-apps/pull/3029#discussion_r2003499952 ## examples/fbcon/Kconfig: ## @@ -0,0 +1,184 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX to

Re: [PR] Add fbcon example [nuttx-apps]

2025-03-19 Thread via GitHub
acassis commented on code in PR #3029: URL: https://github.com/apache/nuttx-apps/pull/3029#discussion_r2001846839 ## examples/fbcon/Kconfig: ## @@ -0,0 +1,184 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX t

(nuttx) 02/02: boards/xtensa/esp32s3: modify ARCH_CHIP for psram_usrheap

2025-03-19 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit e0e562360e4a8aac48ed7d6972ac54c1dd14f3be Author: Filipe Cavalcanti AuthorDate: Wed Feb 26 11:30:16 2025 -0300 boar

(nuttx) branch master updated (3764ed06df -> e0e562360e)

2025-03-19 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 3764ed06df arch/mcx-nxxx: Add LPTMR register descriptions new 238e0c05ac arch/xtensa/esp32s3: add ARCH_CHIP_ESP3

(nuttx) 01/02: arch/xtensa/esp32s3: add ARCH_CHIP_ESP32S3WROOM1N8R2 option to ESP32S3

2025-03-19 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 238e0c05aca69ad8082434142343f017c6303c65 Author: Filipe Cavalcanti AuthorDate: Tue Mar 11 10:27:28 2025 -0300 arch

Re: [PR] boards/xtensa/esp32s3: modify ARCH_CHIP for psram_usrheap [nuttx]

2025-03-19 Thread via GitHub
jerpelea merged PR #16008: URL: https://github.com/apache/nuttx/pull/16008 -- 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.apa

Re: [PR] Add fbcon example [nuttx-apps]

2025-03-19 Thread via GitHub
acassis commented on PR #3029: URL: https://github.com/apache/nuttx-apps/pull/3029#issuecomment-2736795327 > I am going to add a Kconfig option for whether to intercept/redirect STDIN - it's necessary for NSH but probably is not if the FB is just used for output from the majority of otgher

Re: [PR] tools/checkpatch: Use gmake on BSD, make otherwise. [nuttx]

2025-03-19 Thread via GitHub
raiden00pl merged PR #16015: URL: https://github.com/apache/nuttx/pull/16015 -- 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

Re: [I] [BUG] PR #15931 breaks ttyACM [nuttx]

2025-03-19 Thread via GitHub
jlaitine commented on issue #16004: URL: https://github.com/apache/nuttx/issues/16004#issuecomment-2736727560 > There is indeed a problem with FIONREAD ioctl. I will solve this problem first. Could you please help to analyze the crash problem in depth? I haven't found a suitable reproducibl

Re: [PR] fix build for canutilis/lely-canopen [nuttx-apps]

2025-03-19 Thread via GitHub
xiaoxiang781216 commented on code in PR #3030: URL: https://github.com/apache/nuttx-apps/pull/3030#discussion_r2003366167 ## canutils/lely-canopen/0003-tools-coctl.c-use-readline-and-fix-printf-issues.patch: ## @@ -0,0 +1,101 @@ +From 737d4b02ba71737a83be223001df6f53c5936ef8 Mon

Re: [I] [BUG] PR #15931 breaks ttyACM [nuttx]

2025-03-19 Thread via GitHub
yangsong8-a1 commented on issue #16004: URL: https://github.com/apache/nuttx/issues/16004#issuecomment-2736693131 There is indeed a problem with FIONREAD ioctl. I will solve this problem first. Could you please help to analyze the crash problem in depth? I haven't found a suitable reprod

Re: [PR] fix build for canutilis/lely-canopen [nuttx-apps]

2025-03-19 Thread via GitHub
nuttxpr commented on PR #3030: URL: https://github.com/apache/nuttx-apps/pull/3030#issuecomment-2736663569 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR appears to meet the basic NuttX require

Re: [PR] arch/xtensa/esp32: Add support for hardware accelerated SHA [nuttx]

2025-03-19 Thread via GitHub
fdcavalcanti commented on code in PR #16016: URL: https://github.com/apache/nuttx/pull/16016#discussion_r2003299763 ## arch/xtensa/src/esp32/esp32_crypto.c: ## @@ -0,0 +1,447 @@ +/ + * arch/xtensa/src/es

[PR] fix build for canutilis/lely-canopen [nuttx-apps]

2025-03-19 Thread via GitHub
raiden00pl opened a new pull request, #3030: URL: https://github.com/apache/nuttx-apps/pull/3030 ## Summary This commit fixes lely-canopen build for make and cmake. It also update lely commit tag to the latest lely master. The required changes are now split into several patches to ma

Re: [I] [BUG] PR #15931 breaks ttyACM [nuttx]

2025-03-19 Thread via GitHub
yangsong8-a1 commented on issue #16004: URL: https://github.com/apache/nuttx/issues/16004#issuecomment-2736492551 > Does the FIONREAD ioctl work for you on those platforms? There is indeed a problem with FIONREAD ioctl. I will solve this problem first. Could you please help to ana

(nuttx) branch master updated: tools/ci: Added CI system on Windows Native

2025-03-19 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 34c4b15b4d tools/ci: Added CI system on Windows

Re: [PR] arch/xtensa/esp32: Add support for hardware accelerated SHA [nuttx]

2025-03-19 Thread via GitHub
tmedicci commented on code in PR #16016: URL: https://github.com/apache/nuttx/pull/16016#discussion_r2003203462 ## arch/xtensa/src/esp32/esp32_sha.c: ## Review Comment: This commentary is related to https://github.com/apache/nuttx/pull/16016#pullrequestreview-2698141701

Re: [PR] arch/xtensa/esp32: Add support for hardware accelerated SHA [nuttx]

2025-03-19 Thread via GitHub
tmedicci commented on code in PR #16016: URL: https://github.com/apache/nuttx/pull/16016#discussion_r2003172133 ## arch/xtensa/src/esp32/hardware/esp32_soc.h: ## @@ -178,6 +178,7 @@ /* Other interrupt numbers should be managed by the user */ +#define DR_REG_SHA_BASE

Re: [PR] arch/arm: Fix crash when using memcpy/memset as RAMFUNCS [nuttx]

2025-03-19 Thread via GitHub
nuttxpr commented on PR #16019: URL: https://github.com/apache/nuttx/pull/16019#issuecomment-2736424850 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR meets the NuttX requirements. The summary

[PR] arch/arm: Fix crash when using memcpy/memset as RAMFUNCS [nuttx]

2025-03-19 Thread via GitHub
alexcekay opened a new pull request, #16019: URL: https://github.com/apache/nuttx/pull/16019 ## Summary Add `no_builtin` for `memcpy/memset` to the startup code of boards with `CONFIG_ARCH_RAMFUNCS`, because certain compilers call `memcpy/memset` instead of the explicit `for` loo

(nuttx) 01/02: arch/mcx-nxxx: Add SYSCON_CLOCKCTRL register definition

2025-03-19 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 commit c1726898fa16b9f987e7160db0af0cabd1e31411 Author: Ville Juven AuthorDate: Thu Mar 13 12:08:03 2025 +0200 arch/mcx-nx

(nuttx) 02/02: arch/mcx-nxxx: Add LPTMR register descriptions

2025-03-19 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 commit 3764ed06df61607293aa363c53c1664a00cc036d Author: Ville Juven AuthorDate: Thu Mar 13 12:08:22 2025 +0200 arch/mcx-nx

(nuttx) branch master updated (34c4b15b4d -> 3764ed06df)

2025-03-19 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 34c4b15b4d tools/ci: Added CI system on Windows Native new c1726898fa arch/mcx-nxxx: Add SYSCON_CLOCKCTRL registe

Re: [PR] arch/mcx-nxxx: Add register definitions for SYSCON_CLOCKCTRL and LPTMR [nuttx]

2025-03-19 Thread via GitHub
lupyuen merged PR #15986: URL: https://github.com/apache/nuttx/pull/15986 -- 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] tools/ci: Added CI system on Windows Native [nuttx]

2025-03-19 Thread via GitHub
lupyuen merged PR #15989: URL: https://github.com/apache/nuttx/pull/15989 -- 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] Add fbcon example [nuttx-apps]

2025-03-19 Thread via GitHub
TimJTi commented on PR #3029: URL: https://github.com/apache/nuttx-apps/pull/3029#issuecomment-2736152787 I am going to add a Kconfig option for whether to intercept/redirect STDIN - it's necessary for NSH but probably is not if the FB is just used for output from the majority of otgher app

Re: [PR] Add fbcon example [nuttx-apps]

2025-03-19 Thread via GitHub
TimJTi commented on PR #3029: URL: https://github.com/apache/nuttx-apps/pull/3029#issuecomment-2736144059 @cederom > Thanks @TimJTi amazing work!! :-) Thank you :-D > > Please remember to update git commit: > > * examples/fbcon: Add video framebuffer console (or something

Re: [I] [BUG] PR #15931 breaks ttyACM [nuttx]

2025-03-19 Thread via GitHub
yangsong8-a1 commented on issue #16004: URL: https://github.com/apache/nuttx/issues/16004#issuecomment-2735868633 I tried 3 boards, esp32s3-devkit, raspberrypi-pico-2, sim usbdev, and after exiting the test app, it did not crash. I will try other environments. -- This is an automated mess

Re: [PR] arch/risc-v: Fix wrong source name in make script [nuttx]

2025-03-19 Thread via GitHub
jerpelea merged PR #16014: URL: https://github.com/apache/nuttx/pull/16014 -- 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.apa

(nuttx) branch master updated: arch/risc-v: Fix wrong source name in make script

2025-03-19 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new f0f54be9f9 arch/risc-v: Fix wrong source name i

(nuttx) branch master updated (c7d72bc95c -> 5ad4667a63)

2025-03-19 Thread raiden00
This is an automated email from the ASF dual-hosted git repository. raiden00 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from c7d72bc95c drivers/sensors/fakesensor: Add baro sensor type add 5ad4667a63 tools/checkpatch: Use gmake on BSD, m

(nuttx) branch master updated (3eddfe51fa -> c7d72bc95c)

2025-03-19 Thread raiden00
This is an automated email from the ASF dual-hosted git repository. raiden00 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 3eddfe51fa tools/bdf-converter: Fix loop termination condition. add c7d72bc95c drivers/sensors/fakesensor: Add b

Re: [PR] arch/xtensa: set PS.EXCM initial value to 1 while new thread created [nuttx]

2025-03-19 Thread via GitHub
chirping78 commented on PR #15985: URL: https://github.com/apache/nuttx/pull/15985#issuecomment-2735659086 > Could you please share this doc, I can not find it in [official website](https://www.cadence.com/en_US/home.html). Thanks in advance~ This doc is bundled with cadence C

[PR] arch/arm: add missing include for itm_syslog [nuttx]

2025-03-19 Thread via GitHub
raiden00pl opened a new pull request, #16018: URL: https://github.com/apache/nuttx/pull/16018 ## Summary arch/arm: add missing itm_syslog.h include add missing itm_syslog.h include for archs that use itm_syslog_initialize() to fix compiler errors: error: im

Re: [PR] arch/xtensa: set PS.EXCM initial value to 1 while new thread created [nuttx]

2025-03-19 Thread via GitHub
sdc-g commented on PR #15985: URL: https://github.com/apache/nuttx/pull/15985#issuecomment-2735635483 Hi @chirping78 Yes, I can understand it now. Thanks so much! > Copied from <> Could you please share this doc, I can not find it in [official website](https://www.caden

Re: [PR] xtensa/esp32: Add support for hardware accelerated SHA [nuttx]

2025-03-19 Thread via GitHub
PruteanuVlad commented on PR #16016: URL: https://github.com/apache/nuttx/pull/16016#issuecomment-2735617460 @lupyuen Thank you for the quick review. I applied your suggestions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] arch/xtensa: set PS.EXCM initial value to 1 while new thread created [nuttx]

2025-03-19 Thread via GitHub
sdc-g commented on PR #15985: URL: https://github.com/apache/nuttx/pull/15985#issuecomment-2735462706 Hi @chirping78 Sorry, one more discussion: while level-2 and above interrupt, PS.EXCM also set to 1. So if context switching happens, there is also double exception if window

Re: [PR] arch/xtensa: set PS.EXCM initial value to 1 while new thread created [nuttx]

2025-03-19 Thread via GitHub
chirping78 commented on PR #15985: URL: https://github.com/apache/nuttx/pull/15985#issuecomment-2735606918 > Even REG_PS is saved with PS.EXCM=1, PS retrieve by EPS[N] Nonono, for level2+ interrupt ***pre-interrupt*** PS is saved into EPS[N], this means `REG_PS.EXCM=0` -- This

Re: [PR] arch/xtensa: set PS.EXCM initial value to 1 while new thread created [nuttx]

2025-03-19 Thread via GitHub
chirping78 commented on PR #15985: URL: https://github.com/apache/nuttx/pull/15985#issuecomment-2735595428 yes, for level2+ interrupt, pre-interrupt PS is saved into EPS[N], then into `REG_PS`. For level1 interrupt, it's another story.. -- This is an automated message from the Apache G

Re: [PR] arch/xtensa: set PS.EXCM initial value to 1 while new thread created [nuttx]

2025-03-19 Thread via GitHub
sdc-g commented on PR #15985: URL: https://github.com/apache/nuttx/pull/15985#issuecomment-2735591257 Hi @chirping78 Not sure below one is correct answer, but PS is saved into EPS[N] before PS.EXCM set to 1 ``` function takeinterrupt(level) EPC[level] ← PC EPS[level]

Re: [PR] arch/xtensa: set PS.EXCM initial value to 1 while new thread created [nuttx]

2025-03-19 Thread via GitHub
chirping78 commented on PR #15985: URL: https://github.com/apache/nuttx/pull/15985#issuecomment-2735567042 > Hi @chirping78 > > Sorry, one more discussion: while level-2 and above interrupt, PS.EXCM also set to 1. > > So if context switching happens, there is also double except