Re: AVR32 on NuttX

2023-11-18 Thread Raman Gopalan
Dear Alan, Dear Gregory, Greetings! Hello Kevin and Zou Boan! Many thanks for your suggestions. I will write in detail in a bit but before, I was too excited about Alan's suggestion. > Other option could be extend the CMake support to AVR32 boards. I quickly glanced through boards/arm/stm32 to

Re: [Article] NuttX on Ox64 BL808 RISC-V SBC: Sv39 Memory Management Unit

2023-11-18 Thread Tomek CEDRO
On Sun, Nov 19, 2023 at 12:42 AM Lee, Lup Yuen wrote: > Memory Management Unit (MMU) is the hardware inside our Single-Board > Computer (SBC) that implements Memory Protection and Virtual Memory. > (..) > Check out the article: https://lupyuen.codeberg.page/articles/mmu.html Amazing read Lup.. as

[Article] NuttX on Ox64 BL808 RISC-V SBC: Sv39 Memory Management Unit

2023-11-18 Thread Lee, Lup Yuen
Memory Management Unit (MMU) is the hardware inside our Single-Board Computer (SBC) that implements Memory Protection and Virtual Memory. Sv39 is the RISC-V MMU inside the Pine64 Ox64 SBC, based on Bouffalo Lab BL808 SoC. In this article, we boot NuttX on Ox64 SBC to find out how Sv39 MMU works

Re: AVR32 on NuttX

2023-11-18 Thread Gregory Nutt
AFAIK, the Cygwin build using a windows native tool chain has been broken for years. There is no advice anyone can give that that is just going to make it work. It is broken and no one has interest in fixing that which they have broken. People make many changes to the build system but never

Re: AVR32 on NuttX

2023-11-18 Thread Alan C. Assis
Hi Raman, I'm CC Kevin Liu, he integrated NuttX into Microchip Studio in the past (although I thing he used the "make export" and imported the library on it). On 11/18/23, Raman Gopalan wrote: > Dear Alan, Greetings! > > Many thanks for your message. I am sorry about the slight delay in >

Re: AVR32 on NuttX

2023-11-18 Thread Raman Gopalan
Dear Alan, Greetings! Many thanks for your message. I am sorry about the slight delay in response. > Thank you for reviving this discussing (I'm CC NuttX mailing list > because it could interest one person or two). Perfect! > $ ./tools/configure.sh avr32dev1:nsh I encountered the same