Re: Retrieving hardware IDs in Mynewt

2018-06-25 Thread Fabio Utzig
r, you can use hal_bsp_hw_id_len() to check the size for the target MCU and allocate enough space (that was added recently, so not available on older releases). Fabio On Mon, Jun 25, 2018, at 9:48 AM, Amr Bekhit wrote: > Hello, > > Is there any driver for retrieving CPU hardware IDs i

Retrieving hardware IDs in Mynewt

2018-06-25 Thread Amr Bekhit
Hello, Is there any driver for retrieving CPU hardware IDs in mynewt? I can see that there is a sys/id package, but I couldn't find any documentation for it, nor any use of this library in the sample code. Amr