Re: Support of SPARC architecture

2022-01-14 Thread fft
I have commit code to add SPARC support    -- Original -- From:  "Alan Carvalho de Assis"https://www.gaisler.com/index.php/products/processors > > BTW the chip of AT697F of ESA(European Space > Agency) is also based on LEON 2 see: > > https://amstel.estec.esa.int/te

Re: debug scheme via Ethernet and gdb or gdb-stub

2022-01-14 Thread Brennan Ashton
Yep this is something I have looked into before as well and a ticket with some discussion I had opened. https://github.com/apache/incubator-nuttx/issues/2028 It's something I will probably revisit sometime, but not something I am actively working on. --Brennan On Fri, Jan 14, 2022, 4:02 PM Greg

Re: debug scheme via Ethernet and gdb or gdb-stub

2022-01-14 Thread Gregory Nutt
Yes you would have to implement ptrace. On Fri, Jan 14, 2022 at 5:59 PM xyluo wrote: > Hello, > Some times it is useful to debug application via ethernet based on > standard gdb protocol. But currently the gdb or gdb-stub was not found in > nuttx's apps tarball. If gdb-stub would be ported to nu

debug scheme via Ethernet and gdb or gdb-stub

2022-01-14 Thread xyluo
Hello, Some times it is useful to debug application via ethernet based on standard gdb protocol. But currently the gdb or gdb-stub was not found in nuttx's apps tarball. If gdb-stub would be ported to nuttx as a user program, what else need to be done to support this scheme? and can nuttx provid

RE: FAT/MTD/USBMSD...still.

2022-01-14 Thread Tim
As I ponder this: 1) Is it possible Windows 10 (and possibly Linux these days) doesn't like FAT12? I can't find a definitive answer, but believe it should be OK 2) Is it reasonable for me to expect mkfatfs to be able to create FAT16 on a 32Mbyte flash device with 512byte sectors (and 64k erase sec