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

2025-05-13 Thread Alin Jerpelea
The patches are submitted https://github.com/apache/nuttx/pull/16365 Thanks for enhancing the AVR platform Best regards Alin On Tue, May 13, 2025 at 7:44 AM wrote: > Hello, > > I would like to submit some fixes/improvements for the AVR DA/DB family > according to previous discussion in this th

Re: NuttX releases and release notes

2025-05-21 Thread Alin Jerpelea
Hi Mateo, I like the initiative but there are some things to consider On Tue, May 20, 2025 at 11:47 PM Tomek CEDRO wrote: > Hey there Matteo :-) > > On Tue, May 20, 2025 at 10:24 PM Matteo Golin > wrote: > > Hello everyone, > > While making changes to some of the documentation here on NuttX, I

Release branch out

2025-05-27 Thread Alin Jerpelea
Hi all, I will branch out the next release soon - target date 02 Jun for branch out - the new the branch will be used testing and stabilization phase (fixes and security patches only) - RC0 should be submitted for community vote on 27 Jun - RC1 (if needed) should be submitted for community vote on

Re: Release branch out

2025-05-27 Thread Alin Jerpelea
gt; > Thanks for all the effort > > On Tue, 27 May 2025, 09:44 raiden00pl, wrote: > > > hi, why not use release 12.10? I don't think we're ready for 13.0. > > Many changes were planned for 13.0, but almost nothing was done :) > > > > wt., 27 maj 2025 o

Re: Release branch out

2025-05-27 Thread Alin Jerpelea
13.0, but almost nothing was done :) > > wt., 27 maj 2025 o 09:37 Alin Jerpelea napisał(a): > > > Hi all, > > > > I will branch out the next release soon > > - target date 02 Jun for branch out > > - the new the branch will be used testing and stabilization phase (f

Re: Patch: fix AVR up_saveusercontext and other smaller changes

2025-05-27 Thread Alin Jerpelea
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, May 27, 2025 at 10:11 AM wrote: > Hello, > > I would like to submit some patches related to AVR architecture. Their >

Re: Release branch out

2025-06-02 Thread Alin Jerpelea
> > On Tue, May 27, 2025 at 9:46 AM Alin Jerpelea wrote: > > > > Hi Raiden, > > we can do 12.10 instead but there are some breaking changes which are > > already in the master > > Best regards > > Alin > > > > On Tue, May 27, 2025 at 9:44 AM r

Re: Sv: Sv: Sv: RFC: fix race conditions in drivers/serial/serial.c

2025-06-19 Thread Alin Jerpelea
Hi KR, the patches have been uploaded Best regards Alin On Thu, Jun 19, 2025 at 1:14 AM wrote: > Hello, > > finally got to it, 4th revision of the patches is in branch named > uart_fixes_rfc4 and also attached. This revision incorporates > suggestions from GitHub review. > > 1. The order of p

Re: CTU OTREES theses, more related to NuttX and RISC-V Was: book: RISC-V System-On-Chip Design. [resent]

2025-06-23 Thread Alin Jerpelea
Hi Pavel, thanks for sharing the information Best regards Alin On Sun, 22 Jun 2025, 09:48 Pavel Pisa, wrote: > Hello everybody, > > [resent from another account to pass onto NuttX devel list] > > I want to inform you about three successfully defended theses > theses at https://fel.cvut.cz/ wh

Re: Documentation in nuttx-apps repository?

2025-07-03 Thread Alin Jerpelea
+1 for the idea On Fri, 4 Jul 2025, 00:57 Matteo Golin, wrote: > I really like this idea, it will make it much easier to enforce > documentation with PRs. When I wrote the syslogd app I'm fairly sure my > kernel changes (nuttx repo) got merged with the docs a few days before the > application wa

Re: dup2() uses FD already allocated to NET skt

2025-07-08 Thread Alin Jerpelea
On Wed, Jul 2, 2025 at 7:19 AM Jukka Laitinen wrote: > Hi, > > I didn't follow the full discussion, but we had similar problems with > sockets, file descriptors and dup. Just to draw your attention, this was > the PR / patches where the issue was fixed: > > https://github.com/apache/nuttx/pull/16

Re: RFC: do not copy const variables to RAM in AVR

2025-07-08 Thread Alin Jerpelea
Hi KR, thanks for sending a new patch series. The latest patches have been uploaded for review Best regards Alin On Wed, Jul 9, 2025 at 1:20 AM Tomek CEDRO wrote: > Thank you Kerogit :-) > > How about ARCH_HAVE_AVR_FLMAP? This would align with existing > nomenclature and enable easy filtering

[ANNOUNCE] Apache NuttX 12.10.0 released

2025-07-08 Thread Alin Jerpelea
The Apache NuttX project team is proud to announce: Apache NuttX 12.10.0 has been released. The release artifacts and Release Notes can be found at:https://nuttx.apache.org/download/ Thanks, Alin Jerpelea on behalf of Apache NuttX PPMC

[RESULT] [VOTE] Release Apache NuttX 12.10.0 [RC0]

2025-07-07 Thread Alin Jerpelea
Serrano +1 Tomek CEDRO +1 Alin Jerpelea Non Binding +1 KR Vote thread https://lists.apache.org/thread/jxdmkm88h908y0mbp521ok2m5ho168yo Best regards Alin Jerpelea

Re: RFC: do not copy const variables to RAM in AVR

2025-07-07 Thread Alin Jerpelea
Hi KR, the patches have been submitted to mainline you can follow the feedback on https://github.com/apache/nuttx/pull/16687 Best regards Alin On Mon, Jul 7, 2025 at 12:23 PM wrote: > Hello, > > I would like to submit patches which change handling of const variables > in AVR architecture, DA

Re: [VOTE] Apache NuttX 12.10.0 RC0 release

2025-07-03 Thread Alin Jerpelea
wrote: > > > Hello, > > > > I did some basic tests for AVR (AVR128DA28), everything seems to be fine > > (casting no vote as I am not a PMC member and and I only used sources > > from git and the tests done were really basic.) > > > > Best regards > >

[VOTE] Apache NuttX 12.10.0 RC0 release

2025-06-29 Thread Alin Jerpelea
ocument to walk through some of this process has been published on our project wiki and can be found here [4]. [ ] +1 accept (indicate what you validated - e.g. performed the non-RM items in [4]) [ ] -1 reject (explanation required) Thank you all, Alin Jerpelea SCM Information: Release tag: nuttx-12.

Re: NuttX for a critical system

2025-06-30 Thread Alin Jerpelea
This is an impressive achievement Matteo! Thanks for sharing the interesting project and for spreading the information about our Open Source project and community Best regards Alin On Mon, 30 Jun 2025, 20:41 Tomek CEDRO, wrote: > Amazing work Matteo! Congratulations to You and the whole Team!

NuttX International Workshop 2025

2025-07-18 Thread Alin Jerpelea
Hi all, several developers are working on organizing the the NuttX International Workshop 2025 and we would like to invite you to become an organizer, speaker or attend the event. Please reply to this email if you are interested to join. *Known event dates:* Participation proposals deadline: *22t

Re: NuttX International Workshop 2025

2025-07-24 Thread Alin Jerpelea
Hello, Please register your talk proposals on the website Thanks Alin On Mon, Jul 21, 2025 at 3:09 PM Michal Lenc wrote: > Hello, > > I'd like to attend online and present a talk about NuttX Bootloader NXBoot. > > Best regards, > Michal > > On 7/18/25 13:39, Al

<    1   2   3   4