Re: Alternatives to FAT for msd

2022-01-22 Thread Barbiani
Would UF2 make things easier? On Sat, Jan 22, 2022, 10:25 TimH wrote: > > Now I have RNDIS working on Windows (Linux a work-in-progress) I am back > to thinking of the best way forward. If anyone has further thoughts on > the following I'm very interested: > > > - FAT/MSD/USB. Still seems the ea

Re: RNDIS

2022-01-21 Thread Barbiani
Wsl2 works fine with usb but needs a usb-tcp bridge. Maybe a kernel recompile too. I am using usb-serial cables with it. On Fri, Jan 21, 2022, 15:38 TimH wrote: > There are ways, like there are via some VMs, but I've not tried them. I > do have an old, spare, laptop and also a PC so can always

Re: Alternatives to FAT for msd

2022-01-19 Thread Barbiani
In the past I have put the FAT in a SPI Fram and the clusters went to a SPI nor flash. On Wed, Jan 19, 2022, 17:13 Barbiani wrote: > Ever heard of this? > > https://github.com/joembedded/JesFs > > > On Wed, Jan 19, 2022, 16:44 Alan Carvalho de Assis > wrote: > >>

Re: Alternatives to FAT for msd

2022-01-19 Thread Barbiani
Ever heard of this? https://github.com/joembedded/JesFs On Wed, Jan 19, 2022, 16:44 Alan Carvalho de Assis wrote: > Some time ago TizenRT (a NuttX fork) added Journalling support to SmartFS. > > We couldn't get it from them in the past because they changed the > License to Apache, but now that

Re: esp32-wrover-kit:lvgl lvgldemo not working properly

2021-06-25 Thread Barbiani
Hi, I have put together a touch screen driver for this board using a separate touch glass placed over the tft display. It is resistive and the connections are described in the source file. https://github.com/lvgl/lv_drivers/blob/master/indev/AD_touch.c On Fri, Jun 25, 2021, 16:17 Gustavo Henri

Re: Sleep Resolution

2021-03-24 Thread Barbiani
How about adding a few nops with the interrupts disabled? A context switch would take longer than this delay. On Wed, Mar 24, 2021, 14:24 David Sidrane wrote: > What HW is this on? > > -Original Message- > From: Grr [mailto:gebbe...@gmail.com] > Sent: Wednesday, March 24, 2021 10:09 AM

Re: Issues with PIC32

2021-02-21 Thread Barbiani
I was able to run nuttx on this board . Had to change some fuses to get it working with pinguino. Ethernet was up, but crashed after receiving a few pings. On Sun, Feb 21, 2021 at 10:08 PM Robert Middleton wrote: > > I don't have an actual Microch

Re: PIC32 build fail

2021-01-31 Thread Barbiani
> > > Did you just use this configuration? > > https://www.github.com/crosstool-ng/crosstool-ng/tree/master/samples%2Fmips-unknown-elf%2Fcrosstool.config > > I did. Then changed to little endian, enabled newlib and gdb. Probably better start from mipsel-gnu.

Re: PIC32 build fail

2021-01-29 Thread Barbiani
lf following > > instructions on the internet or using the NuttX buildroot. The Pinguino > > toolchain is a standard MIPS GCC toolchain but renames the binaries for > > its branding. The last time I looked, the Pingquino toolchain was very > > old and had not been update

Re: PIC32 build fail

2021-01-28 Thread Barbiani
Pinguino does work without a glitch. On Thu, Jan 28, 2021 at 11:29 PM Xiang Xiao wrote: > On Fri, Jan 29, 2021 at 9:20 AM Barbiani wrote: > > > Hello, > > > > Has anyone tested the pic32 build lately? I am using the pic32mx7mmb. > > > > > Yes, MIPS tar

PIC32 build fail

2021-01-28 Thread Barbiani
Hello, Has anyone tested the pic32 build lately? I am using the pic32mx7mmb. It is setting the processor as '-mprocessor=elf32pic32mx' for the xc32 compiler. In file included from /opt/microchip/xc32/v2.50/bin/bin/../../lib/gcc/pic32mx/4.8.3/../../../../pic32mx/lib/./crt0.S:50:0: /opt/microchip/