You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/01/13 16:06:24 UTC

[GitHub] jnettlet opened a new pull request #290: nrf52: Add support for retrieving u-blox NINA-B1 public address

jnettlet opened a new pull request #290: nrf52: Add support for retrieving u-blox NINA-B1 public address
URL: https://github.com/apache/mynewt-nimble/pull/290
 
 
   u-blox NINA-B1 is an nrf52 based radio module with a public address
   stored in UICR registers.  It differs from the existing code in that
   it is stored in Big Endian and marked with the upper 16-bits of
   CUSTOMER[1] all set to 1.
   
   This patch checks for this and converts and assembles the Public
   MAC accordingly without changing the previous behaviour for other
   NRF52 modules that mark the upper 16-bits with all zeros.
   
   Tested on the u-blox NINA-B1 device integrated on the SolidRun
   i.MX8M based SOM.
   
   Signed-off-by: Jon Nettleton <jo...@solid-run.com>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services