NuttX Logo for rocket/PCBs

2025-05-28 Thread Matteo Golin
Hello everyone, CU InSpace would like to feature the NuttX logo among our sponsors' logos on our rocket(s) this year. I saw the logos here: https://nuttx.apache.org/docs/latest/logos/index.html Typically we do all of our sponsor logos in a solid colour since it lends itself better to using vinyl

Re: Patch: fix AVR up_saveusercontext and other smaller changes

2025-05-28 Thread kr . git
Hi, was following, I see patches are merged, thanks to everyone for help. On 2025-05-27 10:24, Alin Jerpelea wrote: Hi KR, the patches have been submitted for review! Thanks for sending them . please follow the progress on https://github.com/apache/nuttx/pull/16451 Best regards Alin On Tue,

Re: Comment for AVR GitHub issue 16444 and PR 16443

2025-05-28 Thread kr . git
Well, I think I managed to figure it out. First, an apology - I didn't read the patch in #16457 properly and thought it just moves the _eronly assignment while it, in fact, changes ABSOLUTE to LOADADDR too. Sorry for that. After spotting this, I went and tried to find out how the change makes

NuttX Discord updates / Cyberspace monthly meetings

2025-05-28 Thread Tomek CEDRO
Hello world :-) We have updated a bit our Discord server: * There are dedicated categories for NuttX RTOS, Q&A, Hardware, Communities, Missions, and one audio-video "voice channel" called NuttX_Cyberspace for online gatherings. * NuttX RTOS category was here and contains general-chat, announcement

Re: Comment for AVR GitHub issue 16444 and PR 16443

2025-05-28 Thread kr . git
Alright, I looked into the possible bug mentioned in the last paragraph of my previous message and it seems the code is actually correct. What I thought was that if register pair Z overflows, subsequent reads would read from incorrect memory locations. However, that does not seem to be the case

Re: Comment for AVR GitHub issue 16444 and PR 16443

2025-05-28 Thread kr . git
Hello, I don't that is a correct fix and in fact, from a quick look at things it seems to me that it actually introduces another bug. As described in src/atmega/atmega_head.S, that value is supposed to be "Start of .data section in FLASH". You changed it to end of .data section in FLASH. It i