Re: [Bug] RP2040 broken, any config&boards, ostest and apps hang

2025-04-14 Thread Alan C. Assis
pse.com/2022/09/17/picoprobe-using-the-raspberry-pi-pico-as-debug-probe/ > > I find that quite cool. > > Sebastien > > > On 14/04/2025 14:09, Alan C. Assis wrote: > > Hi Kevin, > > > > I will order a Pico Debug probe, it is something new for me. > > > >

Re: [Bug] RP2040 broken, any config&boards, ostest and apps hang

2025-04-14 Thread Alan C. Assis
> "heisenbug". > > Best, > > Kevin > > Op ma 14 apr 2025 om 13:27 schreef Alan C. Assis : > > > Hi Kevin and Alin, > > > > I confirmed that NuttX 12.9-RC1 is broken on Raspberry Pi Pico. > > > > After copying the nuttx.uf2 to virtual d

Re: [Bug] RP2040 broken, any config&boards, ostest and apps hang

2025-04-14 Thread Alan C. Assis
_FOR_TARGET=arm-none-eabi-readelf STRIP_FOR_TARGET=arm-none-eabi-strip SED=/bin/sed SHELL=/bin/sh BASH=/bin/bash CONFIG_SHELL=/bin/bash Thread model: single Supported LTO compression algorithms: zlib gcc version 13.2.1 20231009 (15:13.2.rel1-2) NuttX support on Raspberry Pi is very important (low co

Re: [Bug] RP2040 broken, any config&boards, ostest and apps hang

2025-04-14 Thread Alan C. Assis
Hi Kevin, Thanks for reporting the issue! I will test the new 12.9-RC1 on rasp pico and if the issue happen there I will suggest Alin to wait before releasing the final 12.9 version. BR, Alan On Mon, Apr 14, 2025 at 7:46 AM Kevin Witteveen wrote: > Hi NuttX, > > This is a follow up on previo

Re: Vote for rename modlib to libelf

2025-04-10 Thread Alan C. Assis
+1 On Mon, Apr 7, 2025 at 6:13 AM chao an wrote: > Hi community, > > Some green hand and individual developer who are not familiar with nuttx > may be confused by the naming of modlib, in currect implement, modlib as an > elf loader and parser, does not provide any features other than elf. > > I

Re: Vote for default crc16 directory to be CRC-16/XMODEM or CRC-16/IBM

2025-04-09 Thread Alan C. Assis
Agree! This will end this discussion! And it will make it clear what algorithm was used. BR, Alan On Wed, Apr 9, 2025 at 9:07 AM Nathan Hartman wrote: > I think the real problem here is that the function is called crc16() with > no details about which CRC polynomial is used. Maybe it's better

Re: Vote for default crc16 directory to be CRC-16/XMODEM or CRC-16/IBM

2025-04-07 Thread Alan C. Assis
s my attempt to suggest a clean and better solution to the crc16 > problem. A simple substitution, with bad words, is just replacing trash > with another trash. Absolutely useless. > > There is a better way. > > > Again and again, dont break the default crc16. Consider it legacy. Ke

Re: Vote for default crc16 directory to be CRC-16/XMODEM or CRC-16/IBM

2025-04-07 Thread Alan C. Assis
Hi Sebastien, This is a case where compatibility is more important than API stability. New developers are spending a lot of time trying to figure out why existing code is not working and end up discovering that the issue is the CRC incompatible with Linux or other OS. If breaking API is an issue

Re: Discuss NXBoot

2025-04-05 Thread Alan C. Assis
; > Tim. > > > On 25 Mar 2025, at 08:16, Sebastien Lorquet > wrote: > > > > Hello, > > > > I agree that for compacity, reintroducing the possibility to disable the > VFS entirely would be quite interesting. > > > > That is a large challenge! &g

Re: Arduino R4 Minima

2025-04-05 Thread Alan C. Assis
Hi Roberto, I tested NuttX on an Arduino R4 Minima board and it worked like a charm! The point is: we don't have the serial console at the USB connector by default (I think we just need to change the port in the menuconfig). So to get the serial console working you need to use the RX and TX pins

Re: RP2040 multiple GPIO interrupts

2025-04-05 Thread Alan C. Assis
Hi Matteo, I think RP2040 and new RP2350 are good MCUs, but Raspberry Pi Foundation did some terribles mistakes, like using a serial port control that doesn't have indication of transmission done (useful for RS485 support) and GPIO INT with both edges support. When I created the ultrasound sensor

Re: Can NSEC_PER_USEC in clock.h be changed to 1000L?

2025-04-04 Thread Alan C. Assis
Hi KR, Nice finding! Could you please open a PR and submit a fix? ( https://nuttx.apache.org/docs/latest/contributing/index.html ) Also if you can, please submit your AVR DA/DB port to be included into the mainline, I'm sure it will be useful to many people here. Some models, like AVR128DB48, ha

Re: Discuss NXBoot

2025-03-28 Thread Alan C. Assis
Hi Nathan, It could be just: default y if LCD_FRAMEBUFFER This way it will be "ON" for boards with LCD and Framebuffer enabled and "OFF" for all other boards. Maybe we need to think about how to get NXlogo working for LCD_DEV too. BR, Alan On Fri, Mar 28, 2025 at 10:07 AM Nathan Hartman wro

Re: Discuss NXBoot

2025-03-27 Thread Alan C. Assis
gt; Also:i f we wanted to do something "fancy" on multi-cpu architectures, > what are the relevant system calls to get the number of cores? > > On 24/03/2025 19:38, Alan C. Assis wrote: > > Hi Tim, > > > > Yes, these suggestions make sense! >

Re: GSoC 2025 - two topics registered

2025-03-25 Thread Alan C. Assis
> > > > >>> - porting https://microblocks.fun/ to NuttX, some proof of > > > > >>> feasibility (smallvm https://bitbucket.org/john_maloney/smallvm > bare > > > > >>> core compilation) already done > > > > >>> &g

Re: [EXT] Re: [PROPOSAL] New nxstyle tool roadmap

2025-03-24 Thread Alan C. Assis
But changing from GNU to Altman (removing 2 "half" indentation spaces) could fall on this category: ``No "revolutionary" changes to the coding standard (but perhaps some "evolutionary" changes).'' BR, Alan On Wed, Mar 19, 2025 at 10:24 AM Gregory Nutt wrote: > Coding style change are discuss

Re: Discuss NXBoot

2025-03-24 Thread Alan C. Assis
Hi Tim, Yes, these suggestions make sense! I think for NXBoot should be nice to have the option to disable features that were used for minsh board profile: # # RTOS Features # CONFIG_DISABLE_SIGNALS=y # # Files and I/O # CONFIG_SDCLONE_DISABLE=y CONFIG_NFILE_DESCRIPTORS=0 CONFIG_NFILE_STREAMS=0

Re: GSoC 2025

2025-03-20 Thread Alan C. Assis
el Pisa > > phone: +420 603531357 > > e-mail: p...@cmp.felk.cvut.cz > > Department of Control Engineering FEE CVUT > > Karlovo namesti 13, 121 35, Prague 2 > > university: http://control.fel.cvut.cz/ > > personal: http://cmp.felk.cvu

Re: [EXT] Re: [PROPOSAL] New nxstyle tool roadmap

2025-03-19 Thread Alan C. Assis
t; > As of now, indentation works, there is no bug to fix, and changing it > will not improve nuttx. > > Sebastien > > > On 19/03/2025 16:14, Alan C. Assis wrote: > > But changing from GNU to Altman (removing 2 "half" indentation spaces) > > could fall on thi

Re: [EXT] Re: [PROPOSAL] New nxstyle tool roadmap

2025-03-18 Thread Alan C. Assis
Hi Michal, That makes sense, actually I think Altman is similar (but more elegant) to GNU style: https://en.wikipedia.org/wiki/Indentation_style BR, Alan On Mon, Mar 17, 2025 at 7:32 PM Michał Łyszczek wrote: > Peter van der Perk: > > The main issue I was facing with clang-format was the ind

Re: GSoC 2025

2025-03-18 Thread Alan C. Assis
university: http://control.fel.cvut.cz/ > > personal: http://cmp.felk.cvut.cz/~pisa > > company:https://pikron.com/ PiKRON s.r.o. > > Kankovskeho 1235, 182 00 Praha 8, Czech Republic > > projects: https://www.openhub.net/accounts/ppisa > > s

Re: Any VT100 and/or NSH Console experts?

2025-03-12 Thread Alan C. Assis
boot logo) to this should be relatively > trivial and is something I'd like too - I'll look into it. > > For now, the remaining issue I have to solved is the decoding of the > VT100_CURSORL(n) and once I have that cracked I will submit a PR and we > can discuss it there too

Re: Any VT100 and/or NSH Console experts?

2025-03-12 Thread Alan C. Assis
Hi Tim, About your progress with fbcon, just realized you created it as an application, do you think it could be part of the kernel (like in Linux) ? This way it could be used to print the initialization messages from the kernel too. Sometime ago we discussed the idea of adding a boot logo to Nu

Re: [VOTE] ROUND2 NuttX Contributing Guidelines update 202502.

2025-03-11 Thread Alan C. Assis
allowed > > Single company commit, review, merge is not allowed. Each PMC Member, > Committer, and Reviewer must report up-to-date Affiliation for clear > identification. > > See: https://github.com/apache/nuttx/blob/master/INVIOLABLES.md > > Also -1 and 0 answers given here with prio

Re: Any VT100 and/or NSH Console experts?

2025-03-08 Thread Alan C. Assis
ig choice to either use this app as a simple stdout device, or a > full blown console...much like nxterm but without the need of the nx > server etc. > > On 08/03/2025 16:50, Alan C. Assis wrote: > > Hi Tim, > > Could you please try to run: "ls -l | hexdump" > >

Re: Any VT100 and/or NSH Console experts?

2025-03-08 Thread Alan C. Assis
Hi Tim, Could you please try to run: "ls -l | hexdump" It could show if the '\n' is received correctly. BR, Alan On Fri, Mar 7, 2025 at 3:47 PM Tim Hardisty wrote: > I am writing a Framebuffer console app that takes stdout and stderr and > renders the text to a framebuffer device. Based on ex

Re: [VOTE] ROUND2 NuttX Contributing Guidelines update 202502.

2025-03-07 Thread Alan C. Assis
t; > > > Related to that PR: Documentation in not software and does not belong > to > > > code changes in arch > > > > > > I think that this rule should be enforced even if we don't do LTS > > releases > > > for now but we will do them

Re: [VOTE] ROUND2 NuttX Contributing Guidelines update 202502.

2025-03-01 Thread Alan C. Assis
f the same PE but in a separate commit > > Best regards > Alin > > On Sat, 1 Mar 2025, 11:11 Alan C. Assis, wrote: > > > Hi Tomek, > > > > Nice work! Kudos! > > > > About Documentation I voted +1 to have Documentation, but later I > realiz

Re: [VOTE] ROUND2 NuttX Contributing Guidelines update 202502.

2025-03-01 Thread Alan C. Assis
Hi Tomek, Nice work! Kudos! About Documentation I voted +1 to have Documentation, but later I realized it was required to be in a separate PR, which I don't agree with. When I contributor submit a new feature that doesn't have Documentation I ask them to include it to avoid creating hidden featu

Re: [VOTE] ROUND2 NuttX Contributing Guidelines update 202502.

2025-02-27 Thread Alan C. Assis
ling list for voting as Alin noted :-) > Tomek > > > > On Thu, Feb 27, 2025 at 3:46 PM Alan C. Assis wrote: > > > > > > > > Google forms confirmed that I voted on Fev 24, no idea why you didn't > see it... > > > > > > On Thu, Fe

Fwd: NuttX Contributing Guidelines update 202502

2025-02-27 Thread Alan C. Assis
Please find the form answers below. I think it is better if everybody forwards the form to the mailing list, this way it will be easier to review and re-count the votes. BR, Alan -- Forwarded message - From: Google Forms Date: Mon, Feb 24, 2025 at 12:20 PM Subject: NuttX Contri

Re: [VOTE] ROUND2 NuttX Contributing Guidelines update 202502.

2025-02-27 Thread Alan C. Assis
If you find the first answered form, please use it. BR, Alan On Thu, Feb 27, 2025 at 11:46 AM Alan C. Assis wrote: > [image: image.png] > > Google forms confirmed that I voted on Fev 24, no idea why you didn't see > it... > > > On Thu, Feb 27, 2025 at 11:44 AM Alan

Re: [VOTE] ROUND2 NuttX Contributing Guidelines update 202502.

2025-02-27 Thread Alan C. Assis
[image: image.png] Google forms confirmed that I voted on Fev 24, no idea why you didn't see it... On Thu, Feb 27, 2025 at 11:44 AM Alan C. Assis wrote: > Just did it again! > > On Thu, Feb 27, 2025 at 11:33 AM Alan C. Assis wrote: > >> Hi Tomek, it is strange, I vot

Re: [VOTE] ROUND2 NuttX Contributing Guidelines update 202502.

2025-02-27 Thread Alan C. Assis
Just did it again! On Thu, Feb 27, 2025 at 11:33 AM Alan C. Assis wrote: > Hi Tomek, it is strange, I voted in this second round, but my vote didn't > show up. > > BR, > > Alan > > On Thu, Feb 27, 2025 at 8:20 AM Tomek CEDRO wrote: > >> Dear NuttX Communit

Re: [VOTE] ROUND2 NuttX Contributing Guidelines update 202502.

2025-02-27 Thread Alan C. Assis
Hi Tomek, it is strange, I voted in this second round, but my vote didn't show up. BR, Alan On Thu, Feb 27, 2025 at 8:20 AM Tomek CEDRO wrote: > Dear NuttX Community please vote! Tomorrow we are closing the vote and > we have only 4 votes for now, in the previous round we had 12 votes, > so vo

Re: [Vote] NuttX LTS release

2025-02-26 Thread Alan C. Assis
I like the LTS idea, but I need to vote -1 too! - We don't have enough staff to even review PRs, let alone create a new burden to LTS support. - The current LTS approach is forcing contributors to divide PRs in many commits, although other projects with LTS are not requiring it. - First we need to

Re: [OT] PebbleOS becomes open-source

2025-02-25 Thread Alan C. Assis
...@sony.com < alin.jerpe...@sony.com> wrote: > Hi Alan, > > Thanks for sharing the information > > Best regards > Alin > ________ > Från: Alan C. Assis > Skickat: den 25 februari 2025 1:35 > Till: dev@nuttx.apache.org > Ämne: [

[OT] PebbleOS becomes open-source

2025-02-25 Thread Alan C. Assis
Hi NuttXers, Last month Google/Fitbit released PlebbleOS source code (Apache License) https://ericmigi.com/blog/why-were-bringing-pebble-back The code is in GitHub and probably there are useful things that could be interesting for NuttX community to explore (they used FreeRTOS but the C code is

Re: GSoC 2025

2025-02-24 Thread Alan C. Assis
t; > On Mon, Feb 24, 2025 at 4:25 PM Alan C. Assis wrote: > > > > Tomek, > > > > Single you are driving this discussion, could you please take care of the > > management of the NuttX GSoC 2025? > > > > There is another suggest that could participate this ye

Re: GSoC 2025

2025-02-24 Thread Alan C. Assis
Tomek, Single you are driving this discussion, could you please take care of the management of the NuttX GSoC 2025? There is another suggest that could participate this year: https://github.com/ghaerr/microwindows/issues/85 BR, Alan On Wed, Feb 12, 2025 at 11:00 PM Lee, Lup Yuen wrote: > Sor

Re: [Help] Implementation of PWM audio device

2025-02-23 Thread Alan C. Assis
Hi Kevin, I think it is possible to create a generic audio using PWM and DMA, but it will require two halves design (like many drivers in NuttX). The top half will implement the high end driver to be present like an audio codec to the application (this way we don't need to modify existing applica

Re: ESP32C3 Using UART1 in RS485 mode with HW flowcontrol

2025-02-18 Thread Alan C. Assis
ports RS485"* > So not really supported? > Just for my own understanding and peace of mind, i dont really care - just > seems a bit odd. > But then again, lots of chips out there lacks features that it is supposed > to include. > > Den tis 18 feb. 2025 kl 16:08 skrev Alan C

Re: ESP32C3 Using UART1 in RS485 mode with HW flowcontrol

2025-02-18 Thread Alan C. Assis
Hi Erik, Do you want to implement it using the native HW from serial controller to support RS485 or do you just want RS485 and it could be implemented as in other MCUs where after detecting transfer complete we control the DE/RE pin? If the later is OK for you, then please take a look how it was

Re: FB console/terminal

2025-02-17 Thread Alan C. Assis
nd, perhaps, guide the > user through recovery procedures. The LCD is the only display available, > as a serial console is not available to the user for this embedded > device. But could be a generally useful thing? > > On 16/02/2025 10:45, Alan C. Assis wrote: > > Hi Tim, > &

Re: FB console/terminal

2025-02-16 Thread Alan C. Assis
ugh? > > > On 15 Feb 2025, at 13:42, Alan C. Assis wrote: > > > > Hi Tim, > > > > You can create a NuttX application with LVGL and display your message or > > image. > > > > Actually you don't need to use a graphic library if you just want

Re: FB console/terminal

2025-02-15 Thread Alan C. Assis
Hi Tim, You can create a NuttX application with LVGL and display your message or image. Actually you don't need to use a graphic library if you just want to write in the framebuffer, you can convert image to display directly in the /dev/fb0 BR, Alan On Sat, Feb 15, 2025 at 7:45 AM Tim Hardisty

Re: Regarding bmi270

2025-02-13 Thread Alan C. Assis
e. > > On Thu, Feb 13, 2025, 20:26 Alan C. Assis wrote: > > > Hi Matteo and Matheusz, > > > > What I mean was the original driver doesn't have a direct read() as in > the > > old style sensors, and if you look usensor_read() is just return success > >

Re: Regarding bmi270

2025-02-13 Thread Alan C. Assis
; > > > czw., 13 lut 2025 o 18:02 raiden00pl > napisał(a): > > > > > >> Yes, mcp9600_uorb.c not support legacy implementation, but `uorb` > > >> implementation > > >> is also a character driver. The new sensor implementation also > supports > &

Re: Regarding bmi270

2025-02-13 Thread Alan C. Assis
mcp9600_uorb.c` is just a character driver but with standardized > interface, so other similar chips can be used with the same user-space > code. > You don't need `apps/system/uorb` to use it. > > > > czw., 13 lut 2025 o 17:11 Alan C. Assis napisał(a): > > > Hi Ma

Re: Regarding bmi270

2025-02-13 Thread Alan C. Assis
t; should be forced to use it? > > > > Surely any NuttX sensor driver MUST have a character driver, but could > > OPTIONALLY have a uORB variant? Or am I missing something? > > > > > > > On 13 Feb 2025, at 14:02, Alan C. Assis wrote: > > > >

Re: Regarding bmi270

2025-02-13 Thread Alan C. Assis
have a uORB variant? Or am I missing something? > > > > On 13 Feb 2025, at 14:02, Alan C. Assis wrote: > > > > Good question Tim, > > > > Ideally all sensors should have char device and uorb support, but I don't > > think we have this rule. >

Re: Regarding bmi270

2025-02-13 Thread Alan C. Assis
uses uORB" but perhaps you meant that was just > an easy/easier way to test it if there's no BMI270 example app? > > Just looking for clarity for my interest but also to make sure the OP is > given full information :-) > > On 12/02/2025 20:30, Alan C. Assis wrote: >

Re: Regarding bmi270

2025-02-12 Thread Alan C. Assis
Yes, we still have char driver sensors and uorb sensors On Wed, Feb 12, 2025 at 5:05 PM Tim Hardisty wrote: > Ah - so something you choose to use or not? But still we'll have > "traditional" drivers for new sensors as they're added? > > On 12/02/2025 19:29,

Re: Regarding bmi270

2025-02-12 Thread Alan C. Assis
Hi Tim, It came from PX4 and how it is used for our sensors. BR, Alan On Wed, Feb 12, 2025 at 4:21 PM Tim Hardisty wrote: > Is uORB really just a PX4 thing? Not NuttX? Or did NuttX adopt uORB too > and I missed it? > > Just curious :-) > > On 12/02/2025 18:51, Alan C. A

Re: Regarding bmi270

2025-02-12 Thread Alan C. Assis
> > On Wed, Feb 12, 2025, 11:43 PM Alan C. Assis wrote: > > > Hi Yashvi, > > > > Please describe the issue you are facing. BTW, did the i2c scan find your > > BMI270? > > > > BR, > > > > Alan > > > > On Wed, Feb 12, 2025 at 2:41 

Re: Regarding bmi270

2025-02-12 Thread Alan C. Assis
Thank you! > > On Wed, Feb 12, 2025, 11:05 PM 175 yashvi shah > wrote: > > > > > > > Hello, > > > > By applying this, I was able to successfully execute the I2C scanner. > > > > Thank you! > > > > On Wed, Feb 12, 2025, 9:16 PM Ala

Re: [VOTE] NuttX Contributing Guidelines update 202502.

2025-02-12 Thread Alan C. Assis
The goal is not to automatically merge PR, but only to avoid that some PRs that don't reach the maximum number of reviews be allowed to be merged. Typically, those who are most eager to impose new rules are not the same as those who are subject to them! BR, Alan On Wed, Feb 12, 2025 at 2:5

Re: Regarding bmi270

2025-02-12 Thread Alan C. Assis
PID GROUP PRI POLICY TYPENPX STATE EVENT > SIGMASK D > dump_task: 0 0 0 FIFO Kthread - Ready > 00> > dump_task: 1 0 240 RR Kthread - Running > 00> > > On Wed, Feb 12, 2025, 7:12 PM Alan C. Assis wrote: > &

Re: Regarding bmi270

2025-02-12 Thread Alan C. Assis
Hi Yashvi, Please send the dump of this crash, using it you can find where the code is crashing. BR, Alan On Wed, Feb 12, 2025 at 2:51 AM 175 yashvi shah wrote: > Hello, > > I am attempting to retrieve data from a BMI270 sensor on an STM32H7 board. > > However, when using the I2C scanner, a p

CAN modification

2025-02-11 Thread Alan C. Assis
Could someone using CAN Bus review this modification: https://github.com/apache/nuttx/pull/15809 BR, Alan

Re: [VOTE] NuttX Contributing Guidelines update 202502.

2025-02-11 Thread Alan C. Assis
1. +1 2. +1 3. +1 4. +1 5. +1 6. +1 7. +1 8. +1 9. +1 // this is something we need to improve, HW CI should confirm if a PR is working 10. -1 In some cases breaking previous compatibility is necessary to evolution of the project, but these breaking need to be discussed further in the mainling lis

Re: Accuracy of Mathematical Functions

2025-02-10 Thread Alan C. Assis
NuttX has support to LibmCS that already fixed those (and other issues) https://gtd-gmbh.de/libmcs But maybe those corrections from the article you cited could be applied to our standard libm functions. BR, Alan On Mon, Feb 10, 2025 at 2:26 PM Tomek CEDRO wrote: > Here goes interesting pape

Re: GSoC 2025

2025-02-10 Thread Alan C. Assis
Hi Tomek, Normally we create entries in the GSoC and people interested in those topics will contact us. I think for this year we have two suggestions: * Improving the NXBoot to evolve NuttX as Bootloader (maybe add commands compatible with U-Boot) * Syscalls Parameters Validation (not sure if it

Re: Subscribe me!

2025-02-07 Thread Alan C. Assis
Please follow these steps: https://nuttx.apache.org/community/ On Fri, Feb 7, 2025 at 3:25 AM Daniel Byshkin wrote: > Empty Message >

Re: [DRUNX] Distributed Runtime and bUild for NuttX

2025-02-07 Thread Alan C. Assis
Hi Tomek, Try to compile using "make -j" it will reduce the time from minutes to seconds (but will consume more power). BR, Alan On Thu, Feb 6, 2025 at 10:54 PM Tomek CEDRO wrote: > On Thu, Feb 6, 2025 at 7:30 PM Alan C. Assis wrote: > > Something to keep in mind abo

Re: [DRUNX] Distributed Runtime and bUild for NuttX

2025-02-06 Thread Alan C. Assis
I think we can ask people to suggest some names and we can select the best name. Something to keep in mind about this distributed (build) system: Not everyone has free electricity (solar panels) to run a computer server 24/7. And a solution where the server owner only runs it occasionally won't h

Re: NuttX Code Quality Improvement 2025Q1

2025-02-06 Thread Alan C. Assis
since we don't have to go back and re-read the > code to document things. > > Matteo > > On Thu, Feb 6, 2025 at 10:10 AM Alan C. Assis wrote: > > > Hi Tomek, > > > > You missed that rule: > > > > * If one person approves a PR and no other revi

Re: NuttX Code Quality Improvement 2025Q1

2025-02-06 Thread Alan C. Assis
Hi Tomek, You missed that rule: * If one person approves a PR and no other reviews or objections after a week, the person who approved the PR can assume a "lazy consensus" and go ahead and merge. BR, Alan On Thu, Feb 6, 2025 at 12:46 AM Tomek CEDRO wrote: > Hello world :-) > > We have long d

Re: [DRUNX] Distributed Runtime and bUild for NuttX

2025-02-05 Thread Alan C. Assis
I think we should test the most complete/complex boards from each arch. It will cover most of the issues that could after other boards. BR, Alan On Wed, Feb 5, 2025 at 4:23 AM raiden00pl wrote: > As mentioned earlier, testing all boards is pointless, especially since the > project > has very l

Re: GSoC 2025

2025-02-04 Thread Alan C. Assis
nxboot is NuttX as Bootloader On Tue, Feb 4, 2025 at 9:55 AM Tomek CEDRO wrote: > On Tue, Feb 4, 2025 at 1:34 PM Alan C. Assis wrote: > > Hi Tomek, > > I think the support already exist: > > https://nuttx.apache.org/docs/latest/applications/boot/nxboot/index.html > >

HW Testing Platform Suggestion

2025-02-04 Thread Alan C. Assis
Dear NuttXers, I think an issue when handling multiple boards is the physical peripherals and connectors from a board to another. It makes the test more complicated. Something we could explore is using a CPU card board format (such as MicroMod: https://www.sparkfun.com/micromod or Raspberry Syste

Re: GSoC 2025

2025-02-04 Thread Alan C. Assis
Hi Tomek, I think the support already exist: https://nuttx.apache.org/docs/latest/applications/boot/nxboot/index.html BR, Alan On Tue, Feb 4, 2025 at 3:28 AM Tomek CEDRO wrote: > How about to try out NuttX as bootloader for other OS as the idea for GSoC > 2025? > > -- > CeDeROM, SQ7MHZ, http:/

Re: Sensor fusion on NuttX

2025-01-29 Thread Alan C. Assis
Good idea! It is better to have all sensors tested in a single place, there are many individual sensors applications inside apps/examples/, they also need to be moved to apps/sensors/ BR, Alan On Wed, Jan 29, 2025 at 12:40 PM Xiang Xiao wrote: > On Wed, Jan 29, 2025 at 10:52 PM Matteo Golin >

Re: trust in nuttx gone

2025-01-29 Thread Alan C. Assis
Hi Simon, Yes, but it important to prove your point using a commercially available development board. NuttX (just like Linux) is a moving target. So one out of tree board always will break because people are constantly changing the building system and moving things of place. There is no simple w

Re: trust in nuttx gone

2025-01-28 Thread Alan C. Assis
Hi Sebastien, This is the last time that I will eat the bait! I agree that all commits should have some proper git commit message and that is something that normally I always ask for! And as others already commented this is part of a bigger PR and this specific commit is very intuitive. So, inst

Re: Questions about STM32 support/programming

2025-01-25 Thread Alan C. Assis
e sensors and GPS. > > Matteo > > On Fri, Jan 24, 2025, 6:25 PM Alan C. Assis wrote: > > > Hi Matteo, > > > > Nice to know you are doing processes! > > > > The diagnostic LEDs (CONFIG_ARCH_LEDS) is also "very board specific", the > &

Re: Questions about STM32 support/programming

2025-01-25 Thread Alan C. Assis
rs was actually very painless. They > were well commented and I only had to change a few multipliers to make the > frequencies line up. > > On Sat, Jan 25, 2025, 9:25 AM Alan C. Assis wrote: > > > Hi Matteo, > > > > Very nice! Great news! > > > > Could you s

Re: Questions about STM32 support/programming

2025-01-24 Thread Alan C. Assis
Ds if I set > them high in the `board_autoled_initialize` function though. In the > menuconfig options I saw that I can also enable > `CONFIG_ARCH_LEDS_CPU_ACTIVITY`. Is this needed to have > `board_autoled_on(LED_STARTED)` to occur? > > Thanks again for all your help! > Matt

Re: L1 Flight Computer for NuttX

2025-01-24 Thread Alan C. Assis
Hi Matteo, Congratulations for achieving it! I just posted about it on LinkedIn too! We are grateful for all you have done for NuttX too! The Raspberry Pi 4 port for example will open new possibilities for NuttX! BR, Alan On Fri, Jan 24, 2025 at 12:00 AM Matteo Golin wrote: > Hello everyone,

Re: Questions about STM32 support/programming

2025-01-23 Thread Alan C. Assis
Hi Matesz, Yes, LWL is slow because it is working using a polling approach (AFAIK ARM DAP has support for interruption, but it is not implemented yet). The main purpose of the LWL is to be the initial console before the real serial driver is not implemented yet. I think J-Link is a nice tool and

Re: Questions about STM32 support/programming

2025-01-22 Thread Alan C. Assis
> more I did not consider. Good to know about the DFU at least! > > Thank you again, > Matteo > > On Wed, Jan 22, 2025 at 10:39 AM Alan C. Assis wrote: > > > Hi Matteo, > > You cannot use the firmware binary from some random STM32H743 board on > your > > c

Re: Questions about STM32 support/programming

2025-01-22 Thread Alan C. Assis
Hi Matteo, You cannot use the firmware binary from some random STM32H743 board on your custom board, unless it is using the same clock frequency and same UART console. Looking at the board.h from weact-stm32h743 shows it is using a 25MHz crystal, so I suppose you are using this same crystal value

Re: Assistance Needed with Adding a Low Power UART on ESP32C6 Project

2025-01-15 Thread Alan C. Assis
nsh> > nsh> nsh: nsh>: command ntfound > nsh: nsh:: command not found > nsh> nsh> ^[ s>^el( > nsh: nsh>: command not found > nsh> l > > Em qua., 15 de jan. de 2025 às 11:36, Alan C. Assis > escreveu: > > > Hi Felipe, > > > > If you a

Re: Assistance Needed with Adding a Low Power UART on ESP32C6 Project

2025-01-15 Thread Alan C. Assis
Hi Felipe, If you are using one of these two UART as serial console (to NSH), then you can see it using the USB Serial/JTAG interface: https://docs.espressif.com/projects/esp-idf/en/stable/esp32c6/api-guides/usb-serial-jtag-console.html This way you will have two real serials available to your p

Re: [ANNOUNCE] Apache NuttX 12.8.0 released

2025-01-07 Thread Alan C. Assis
Very nice Alin!!! Kudos!!! BR, Alan On Monday, January 6, 2025, Alin Jerpelea wrote: > The Apache NuttX project team is proud to announce: > > Apache NuttX 12.8.0 has been released. > > The release artifacts and Release Notes can be found at: > https://nuttx.apache.org/download/ > https://nutt

Re: Try to blink led by nuttx

2025-01-07 Thread Alan C. Assis
t;>>>>>>>>>> 0800c1a8 t nsh_erroroutput >>>>>>>>>>>>> 0800c1d8 t nsh_consolelinebuffer >>>>>>>>>>>>> 0800c1ec t nsh_consoleclone >>>>>>>>>>>>> 0800c20a t nsh_consolerele

Re: Try to blink led by nuttx

2025-01-03 Thread Alan C. Assis
t;> 08016b30 T sysinfo >>> 08016ba4 T nxsched_waitpid >>> 08016ca4 T waitpid >>> 08016cdc t nxsched_cpu_scheduler >>> 08016d0c t nxsched_process_scheduler >>> 08016d6a T nxsched_process_timer >>> 08016d84 t nxsem_wait_slow >>> 08016f5c T nxse

Re: Try to blink led by nuttx

2025-01-02 Thread Alan C. Assis
Hi Yashvi, Could you please confirm that Board LED Status support is not selected? Normally this is the "trap" that prevent USERLED to work, more here: https://embeddedrelated.com/showarticle/1633.php I just tested here: $ ./tools/configure.sh nucleo-f446re:nsh $ make menuconfig Board Select

Re: Inquiries on NuttX

2025-01-02 Thread Alan C. Assis
llo, > On 1/2/25 23:52, Alan C. Assis wrote: > > Hi Yousif, > > This is the kind of feedback we like to hear! Thank you for that! > > NuttX is used in many areas including critical real-time applications. So, > if your question is: Is NuttX safe enough to be used in medical &

Re: Inquiries on NuttX

2025-01-02 Thread Alan C. Assis
Hi Yousif, This is the kind of feedback we like to hear! Thank you for that! NuttX is used in many areas including critical real-time applications. So, if your question is: Is NuttX safe enough to be used in medical application, the answer is YES! It is used in drone, rockets (search for NuttX l

Re: NuttX international Workshop 2025

2024-12-31 Thread Alan C. Assis
Hi Alin, I don't have personal preference, since we are doing it every year since 2019, we always face different challenges every year and that is fine. This is like taking vacation and facing some issues, after some years you realize those issues were what enriched your experience. BR, Alan O

Re: [Article] Experimental Mastodon Server for NuttX Continuous Integration

2024-12-31 Thread Alan C. Assis
Hi Sebastien, I think you raised a legitime (and important) concern. Who could tell us if this usage of the fediverse is fine or not? Maybe some optimization could be done to avoid sending too many messages. BR, Alan On Sat, Dec 28, 2024 at 6:31 PM Sebastien Lorquet wrote: > Hi, > > You kno

Re: FOSDEM talk accepted

2024-12-31 Thread Alan C. Assis
That is great!!! Kudos Alin! BR, Alan On Tue, Dec 31, 2024 at 2:43 AM Alin Jerpelea wrote: > Hi all, > > I would like to invite you to join us on the NuttX FOSDEM talk > > https://fosdem.org/2025/schedule/event/fosdem-2025-4528-sbom-journey-for-an-open-source-project-apache-nuttx-rtos/ > > Bes

Re: How do I build for different boards?

2024-12-19 Thread Alan C. Assis
onfiguration (defconfig) outside of the > nuttx folder while maintaining my nuttx folder free from changes so > that I can keep the nuttx folder in sync with the repo. What is the > best way to achieve this ? > > Kind regards, > > Jehudi > > Op do 19 dec 2024 om 09:28 s

Re: How do I build for different boards?

2024-12-19 Thread Alan C. Assis
Hi Aaron, Nice to know you have previous experience with NuttX on Sony Spresense. The process to support other boards is very similar, I suggest you to read our official documentation: https://nuttx.apache.org/docs/latest/quickstart/index.html If you still have questions, please feel free to as

Re: NSH Not Responding to Commands Over Serial on STM32F446RET

2024-12-10 Thread Alan C. Assis
Hi Russel, Please look at the schematics of both boards, sometimes ST change pins used on different board revisions. Also, if you discover some important detail about these boards, please submit a PR updating the board Documentation/ this way you make the life of the next developer/user easier.

Re: NSH Not Responding to Commands Over Serial on STM32F446RET

2024-12-09 Thread Alan C. Assis
t; thanks Alan, > > I inherited the project from another developer and have been using his > > settings - will start turning things off > > right after I posted I built the Nuttx example for this board so I am > > going to use this as basis for my project > > russ &

Re: NSH Not Responding to Commands Over Serial on STM32F446RET

2024-12-06 Thread Alan C. Assis
Hi Russell, Question: if you use the original board nsh example, does it work? About the out of memory, please try to run the "free" command, it could return the amount of free memory. I noticed you enabled many features (and debugging), also I noticed you are enabling cu terminal, but you have

Re: NuttX and timezone support

2024-12-03 Thread Alan C. Assis
Hi Jehudi, I just saw in the Discord channel that you got it working. Please let's know what was the issue with our documentation and how did you fix it? Also I think your suggestion to move the mounting of procfs, tmpfs, etc from boards to some common initialization makes sense to me. Let's se

Re: What is the right way to add PM to esp32c6

2024-11-13 Thread Alan C. Assis
Hi Tiago, I think the issue could be related to the GPIO RTC: the GPIO pins have different interruption configurations in normal mode and low power mode (called GPIO RTC mode). Maybe it could be the root cause of the issue, but not idea why WiFi is interfering on it (since it works when WiFi is n

  1   2   3   4   5   6   7   8   >