1
0
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:
chrysn 2024-09-27 10:39:16 +02:00
parent 9d0a2c19e4
commit f116a78de8

View File

@ -13,6 +13,10 @@
* *
* Provides access the CPU's serial number * 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 * # (Low-) Power Implications
* *
* The implementation **should** make sure, that calling cpuid_get() does not * The implementation **should** make sure, that calling cpuid_get() does not