Questions about ble/wifi

2023-03-18 Thread Alan C. Assis
Hi Alexandru, I tested here and the BLE for ESP32/C3 is indeed broken in the mainline! So I will investigate and fix it. Currently NuttX BLE stack is very limited, depending on what you want to do, it is better to use NuttX with nimBLE. There are board config examples for nRF52/SIM, they need to

Re: [Breaking change] NRF52 NVMC and FLASH support should depends on BSD components

2023-03-18 Thread Alan C. Assis
On Friday, March 17, 2023, Gregory Nutt wrote: > On 3/17/2023 7:08 PM, Bill Rees wrote: > > >> Does the BSD license,and maybe others too, allow re-licensing? >> Certainly one way to solve this if true is to simply change the license. >> >> I think that the answer is YES, but NO. Let's talk a

Re: [Breaking change] NRF52 NVMC and FLASH support should depends on BSD components

2023-03-18 Thread Alin Jerpelea
I don't think that we should add #ifdef to the code. We can use the same Kconfig exclusion as on the other components Best regards Alin On Sat, 18 Mar 2023, 09:00 raiden00pl, wrote: > Wrapping the entire file with '#ifdef' makes debugging complex preprocessor > logic a nightmare, so I'm not a f

Re: [Breaking change] NRF52 NVMC and FLASH support should depends on BSD components

2023-03-18 Thread raiden00pl
Wrapping the entire file with '#ifdef' makes debugging complex preprocessor logic a nightmare, so I'm not a fan of this idea. Looking for the missing `#endif` in such a file can be really frustrating. pt., 17 mar 2023 o 16:42 Nathan Hartman napisał(a): > On Wed, Mar 15, 2023 at 6:16 AM raiden00p