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 about this distributed (buil

Re: [DRUNX] Distributed Runtime and bUild for NuttX

2025-02-07 Thread Tiago Medicci Serrano
Hi! I didn't say that `citest` should test "everything": of course, peripherals can't be tested (at least most of them), but it's the most basic test for every architecture/chip/board because it can run `ostest` and other test applications (`smp`, for instance). IMHO, it's the most important test

Re: [DRUNX] Distributed Runtime and bUild for NuttX

2025-02-07 Thread raiden00pl
Support for peripherals in QEMU is very limited, and some peripherals supported by QEMU are not available in new hardware. So the same tests for qemu and real HW are just not possible for some targets. Also configurations with all peripherals/features enabled are not possible for many chips - we a

Re: [DRUNX] Distributed Runtime and bUild for NuttX

2025-02-07 Thread Tiago Medicci Serrano
Hi! citest config: I suggest to keep citest and hardware test absolutely > separate. You want to be able to change one and not the other. Not the > same components will be tested. CI tests *include* HW testing... For now, we have the `citest` defconfig for some boards and they are intended to

Re: [DRUNX] Distributed Runtime and bUild for NuttX

2025-02-07 Thread michal . lyszczek
On 2025-02-06 16:02:18, Matteo Golin wrote: > I've got: > - Raspberry Pi Pico > - Raspberry Pi Pico W > - XIAO RP2040 > - XIAO SAMD21 > - Raspberry Pi 4B > > And would also be willing to help test, provided it's easy enough for me to > automate. Just looked into my lost and forgotten drawer. As of

Re: [DRUNX] Distributed Runtime and bUild for NuttX

2025-02-07 Thread Sebastien Lorquet
Hi, a bit of a summary of the 10 previous messages NDTS: NuttX Distributed Test System NDHT: NuttX Distributed Hardware Test nuttx-hwtest as we already have nuttx-apps It's not original, I know lol citest config: I suggest to keep citest and hardware test absolutely separate. You want to b