mkoval / hax

Hardware Abstraction for VEX is a C hardware abstraction layer for the VEX Robotics PIC18 and ARM Cortex M3 micrcontrollers. See the Wiki for a more detailed overview and for a guide to get started.
http://ieee.rutgers.edu/content/hax
6 stars 8 forks source link

Random arch-* branches. #11

Closed codyps closed 14 years ago

codyps commented 14 years ago

What are these for?

mkoval commented 14 years ago

Both arch-pic and arch-cortex previously existed under the names pic and cortex respectively. I found it useful to separate architecture-specific changes that might beak something from general modifications and bugfixes in master and develop. I renamed them to get a more reasonable sorting order on GitHub and to obviously differentiate the branches from the vex_pic and vex_cortex directories.