nrf5: update links to compatibility matrixes for nrf5x variants
Change-Id: If51aa992ccbb8c9a2e502b74827a36a62010546d Signed-off-by: Mirko Vogt <mirko.vogt@sensorberg.com> Reviewed-on: http://openocd.zylin.com/4843 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
parent
16065e06ad
commit
382f4f064e
|
@ -138,11 +138,16 @@ struct nrf5_device_spec {
|
|||
.flash_size_kb = (fsize), \
|
||||
}
|
||||
|
||||
/* The known devices table below is derived from the "nRF51 Series
|
||||
* Compatibility Matrix" document, which can be found by searching for
|
||||
* ATTN-51 on the Nordic Semi website:
|
||||
/* The known devices table below is derived from the "nRF5x series
|
||||
* compatibility matrix" documents, which can be found in the "DocLib" of
|
||||
* nordic:
|
||||
*
|
||||
* http://www.nordicsemi.com/eng/content/search?SearchText=ATTN-51
|
||||
* https://www.nordicsemi.com/DocLib/Content/Comp_Matrix/nRF51/latest/COMP/nrf51/nRF51422_ic_revision_overview
|
||||
* https://www.nordicsemi.com/DocLib/Content/Comp_Matrix/nRF51/latest/COMP/nrf51/nRF51822_ic_revision_overview
|
||||
* https://www.nordicsemi.com/DocLib/Content/Comp_Matrix/nRF51/latest/COMP/nrf51/nRF51824_ic_revision_overview
|
||||
* https://www.nordicsemi.com/DocLib/Content/Comp_Matrix/nRF52810/latest/COMP/nrf52810/nRF52810_ic_revision_overview
|
||||
* https://www.nordicsemi.com/DocLib/Content/Comp_Matrix/nRF52832/latest/COMP/nrf52832/ic_revision_overview
|
||||
* https://www.nordicsemi.com/DocLib/Content/Comp_Matrix/nRF52840/latest/COMP/nrf52840/nRF52840_ic_revision_overview
|
||||
*
|
||||
* Up to date with Matrix v2.0, plus some additional HWIDs.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue