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.
*
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
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
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.
/
-
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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]
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
78 matches
Mail list logo