NimBLE and NuttX on ESP32

2022-01-31 Thread Marcio Ribeiro
Hello friends. My name is Márcio Ribeiro, I'm a begginer on NuttX and maybe the issue I'm trying to addess are beyond my skills but I'm very interested on learning how to use NimBLE with NuttX on ESP32. I saw some messages from Mr Matias Nitsche (protobits) showing he was successful on porting

RE: arm/kinetis vs arm/kl

2022-01-31 Thread David Sidrane
Hi Karel, It depends on the level of intrusion. You are closer to the problem then I am. So, I will share what I know and hopefully a clear path will emerge for you. I do not know the history of the KL. The Kinetis arch has a notion of IP versioning. See https://github.com/apache/incubator-nuttx/

arm/kinetis vs arm/kl

2022-01-31 Thread Karel Kočí
Hi everyone I am trying to port NuttX to NXP KL8xZ chips. I already did memory map, irq, pinmux, rom config and other tweaks but now when I want to get UART up and running I kind of started thinking if I am doing the right thing. Let me explain... I forked kl25z support in hopes that it is clo

Re: Build Nuttx on MAC / ARM64 Ubuntu

2022-01-31 Thread Flavio Castro Alves Filho
Hi Peter, Yes, I intend to use it for simulation only. It is for a personal project. I already have a Ubuntu based desktop machine, which works fine. But for mobility, if I could work on my MAC, it would be better. I will try to figure out what is going on. Thank you for all your help. Best re