Re: RFC - AVR fixes and support for AVR DA/DB family

2025-05-05 Thread Tomek CEDRO
Okay, git clone works from that location, I pushed the PR but Alan is working on this one too so he takes over, thanks for your contributions KR! Two remarks: 1. Please remember to git commit -s. 2. Please remember to mark what hardware was the code tested on. https://github.com/apache/nuttx/blob

Re: Make nxboot img_header public?

2025-05-05 Thread Alin Jerpelea
On Tue, Apr 29, 2025 at 7:49 PM Tim Hardisty wrote: > I am adding enhancements to my custom image booting software (that > copies the image from flash to internal SDRAM). > > As part of that I would like, via PR, to expose /struct > nxboot_img_header/ and it's associated /struct nxboot_hdr_versio

Re: GSoC project

2025-05-05 Thread Alin Jerpelea
On Wed, Apr 30, 2025 at 11:15 PM Ujjval Rathod wrote: > I saw some open projects for Nuttx at GSoC 2025. > > I am interested in project on spe SPIMAC support. > > Can anyone contact me further for that? > > > Regards, > Ujjval >

Re: RFC - AVR fixes and support for AVR DA/DB family

2025-05-05 Thread kr . git
Hi, it's just /nuttx.git without the /apache part. On 2025-05-05 17:46, Tomek CEDRO wrote: Is server broken? I get 403 on https://git.kerogit.eu/apache/nuttx.git and anything else in kerogit.eu domain :-( Tomek On Sun, May 4, 2025 at 4:44 PM wrote: Hello, new version of the patch series is

Re: RFC - AVR fixes and support for AVR DA/DB family

2025-05-05 Thread Tomek CEDRO
Is server broken? I get 403 on https://git.kerogit.eu/apache/nuttx.git and anything else in kerogit.eu domain :-( Tomek On Sun, May 4, 2025 at 4:44 PM wrote: > > Hello, > > new version of the patch series is posted in the git repository, the > branch is named avrdx_rfc2 and starts at avr_fixes_rf

Re: How to enable rcS script in nucleo-stm32h753zi

2025-05-05 Thread Alan C. Assis
Hi Karukkuvel, There is a 7 years video tutorial here: https://www.youtube.com/watch?v=jYvCe8yQ1OY It is from an old version of NuttX, but could help you to get it working. Also there is an official Documentation here: https://nuttx.apache.org/docs/latest/guides/etcromfs.html#start-up-scripts

Re: RP2040 multiple GPIO interrupts

2025-05-05 Thread Tomek CEDRO
Hello world! Any RP2040 users feedback is welcome on this change as Kevin tired it and reported some issues :-) Thanks! :-) Tomek On Tue, Apr 29, 2025 at 2:24 AM Matteo Golin wrote: > > Hello everyone, > > In order to solve this issue, I have opened a PR here: > https://github.com/apache/nuttx/pu

How to enable rcS script in nucleo-stm32h753zi

2025-05-05 Thread karukkuvel Raj Deivasundaram
Hi Team Hi all, I'm currently working with the Nucleo-STM32H743ZI board using NuttX and would like to automatically launch a user application at boot using an `rcS` script. I understand that the `NSH` configuration supports initialization scripts through ROMFS. but I'm unsure of the correct s