mjansson / foundation_lib

Cross-platform public domain foundation library in C providing basic support data types and functions to write applications and games in a platform-independent fashion.
The Unlicense
301 stars 23 forks source link

Fix nomenclature of ARM architectures #15

Closed nicholatian closed 7 years ago

nicholatian commented 7 years ago

I noticed this small error in the README with the nomenclature of the ARM-related architectures listed for support: the v symbol is used to separate the architecture versions from the CPU versions themselves. For example, the ARM7TDMI supports ARMv4 code, not ARMv7 code; ARM9 CPUs tend to run ARMv5, ARM11 CPUs run ARMv6, and so on.

mjansson commented 7 years ago

Thank you, merged to develop branch