utils
utils copied to clipboard
bcm2835: consistent signal names.
I guess these are... weird... because either:
- The datasheet done it, who are we to argue with peripheral signal nomenclature?
- pinctl is now a critical part of some infrastructure and changing signal names will cause nuclear meltdown
- It's too much like hard work to rename things now, it's all indented so pretty and such
On the off chance it's no 3, here's a PR to rename things like SDA0
to I2C0_SDA
so there aren't two alt mode pin naming schemes coexisting, ending up in my board documentation files, and making my website look ugly.
IMHO things like SAn
and SDn
could stand to be prefixed with SMI
and if I were being really pedantic (and assuming I'm not horribly wrong) things like ARM_TRST
changed to JTAG_TRST
.
Is this petty and unnecessary? Yes.
Could I sleep if I didn't raise this PR? No.