Re: Help us to create a distributed board testing farm

2024-07-18 Thread Kenneth Pettit
Hi Alan, I guess you need to be invited to view that Google Doc? Ken On 7/18/24 12:14 PM, Alan C. Assis wrote: Hi Everyone, We are creating a testing farm for NuttX to be integrated on our CI. As you know, NuttX supports more than 300 boards and we need to test all boards everytime someone m

Re: Creating a NuttX mirror for external files

2024-06-27 Thread Kenneth Pettit
On 6/27/24 8:40 AM, Gregory Nutt wrote: The most interesting thing there is Ken's nxfuse which allows you to run NuttX file systems under Linux (for testing a NuttX sim build). I'm curious how out of date that nxfuse implementation is relative to the current Apache release of NuttX.  I sus

Re: Fwd: The End of an Era: Zilog Discontinues the Z80 Microprocessor

2024-05-04 Thread Kenneth Pettit
On the Tiny Tapeout discord channel, the engineer who submitted the Z80 design said the z88dk toolchain was the "most mature".  Looking at it I believe he may be correct as it has a full compliment of tools simialr to an GNU toolchain. It uses sdcc but with improvements / enhancements and it is

Re: Fwd: The End of an Era: Zilog Discontinues the Z80 Microprocessor

2024-05-03 Thread Kenneth Pettit
Hi Greg, I don't actually use the Z80 so cannot recommend a toolchain for it.  I could ask on the Tiny Tapeout discord channel though. Ken On 5/3/24 7:45 AM, Gregory Nutt wrote: On 5/3/2024 8:31 AM, Kenneth Pettit wrote: There is an effort to make a Z80 replacement chip:

Re: Prebuilt SmartFS file system (Pico)

2023-07-02 Thread Kenneth Pettit
Hi Mark, Do you need the FS to be writeable?  If not, then a ROMFS is probably a better choice.  If you need a writable FS, then adding a SmartFS to the compiled image would be difficult ... the SMART and MTD layers need to erase on page boundries, and I think it would be challenging (though