Re: how to add unique_id for Raspberry Pi Pico?

2024-03-17 Thread Anders
Hello Adam Excellent! Precisely what I was looking for. I'll check it out. Thanks, Anders On Sunday, 17 March 2024 at 12:54, Adam Comley wrote: > Hi Anders, > > I recently had a need for this feature as well, and put together a PR > based on the pico-sdk implementation. See: > >

Re: Query regarding compatibilty

2024-03-17 Thread Alan C. Assis
Hi Azam, No, the inicial port to RaspberryPi was discontinued and moved to obsolet Repo into Bitbucket. >From time to time people come here asking for it and some event said they planned to reactivated that port. But until now nothing happened. The only Raspberry board supported by NuttX is the

Query regarding compatibilty

2024-03-17 Thread Azam Naqvi
Hello all, Hope you are doing well. I have a question regarding RTOS if it is compatible with raspberry pi 3B as I checked somewhere so but got confused as somewhere it was that it is supported or not? have a nice day Regards, Azam

Re: how to add unique_id for Raspberry Pi Pico?

2024-03-17 Thread Adam Comley
Hi Anders, I recently had a need for this feature as well, and put together a PR based on the pico-sdk implementation. See: https://github.com/apache/nuttx/pull/11927 Hope this helps. -- Adam

Re: how to add unique_id for Raspberry Pi Pico?

2024-03-17 Thread Anders
Yes I know how it is done with the Pico-SDK, the NuttX is sort of different :-) The fact that the ID is stored in the flash circuits and not in the processor seems to make it a bit tricky. In the file pico-sdk/src/rp2_common/hardware_flash/include/hardware/flash.h it is recommended to extract