mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
doc: Clarify that our CPU ID is not ARM's CPUID
This commit is contained in:
parent
9d0a2c19e4
commit
f116a78de8
@ -13,6 +13,10 @@
|
||||
*
|
||||
* Provides access the CPU's serial number
|
||||
*
|
||||
* @note This is *distinct* from what is called CPUID in ARM CPUs (which only
|
||||
* covers variation down to silicon revisions, not down to individual instances
|
||||
* of a CPU).
|
||||
*
|
||||
* # (Low-) Power Implications
|
||||
*
|
||||
* The implementation **should** make sure, that calling cpuid_get() does not
|
||||
|
Loading…
Reference in New Issue
Block a user