diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2008-03-18 18:40:55 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2008-03-18 18:40:55 +0000 |
commit | 8134c3aa7503615bc142ec177ec175952376a5e0 (patch) | |
tree | 4bce0ba16d4d9ec912ca05bed6f6135bfc51378a /openpicc/config/board.h | |
parent | 68e2814776615ac8b24be5b342016363040fc4e1 (diff) |
Add new hardware revision, make it the default
git-svn-id: https://svn.openpcd.org:2342/trunk@471 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/config/board.h')
-rw-r--r-- | openpicc/config/board.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openpicc/config/board.h b/openpicc/config/board.h index 55a965b..0fa6858 100644 --- a/openpicc/config/board.h +++ b/openpicc/config/board.h @@ -59,10 +59,13 @@ enum openpicc_release { * + PLL_LOCK relocated from PA4 to PA5 * + Copy of FRAME routed to PA4 * + Connection between R18 and 3V3 removed, instead R18 is now connected to PA31*/ - OPENPICC_v0_4_p2, /* Enhancement of v0.1p1, Add: + OPENPICC_v0_4_p2, /* Enhancement of v0.4p1, Add: * + CARRIER can be switched from PLL output to original carrier * using PA30 */ + OPENPICC_v0_4_karsten, /* Combination of p1 and p2: + * + Has everything v0.4p1 has + * + CARRIER is fixed to original carrier, PLL ist completely out of the loop*/ }; enum clock_source { CLOCK_SELECT_PLL, |