Processor-independent pin mapping feature.

- Cleaned up and organized pin mapping concept by @elmom.

- pin_map.h allows for user-supplied pin mapping and port vector
definitions in a centralized file. With more processor types, more
definitions could be added.
This commit is contained in:
Sonny Jeon
2013-08-19 15:07:47 -06:00
parent b2a69c02cf
commit e24e67ffe2
6 changed files with 192 additions and 165 deletions

View File

@@ -27,6 +27,7 @@
#include <stdbool.h>
#include "config.h"
#include "defaults.h"
#include "pin_map.h"
#define false 0
#define true 1