Add Planck rev1 and rev2, clean up rev3-5 config.h

This commit is contained in:
Jordi Pakey-Rodriguez
2018-12-15 21:15:56 -06:00
committed by Drashna Jaelre
parent cd819a7f7e
commit db8d68acdc
7 changed files with 11 additions and 18 deletions
+3
View File
@@ -0,0 +1,3 @@
#pragma once
#define DEVICE_VER 0x0001
+1
View File
@@ -0,0 +1 @@
AUDIO_ENABLE = no # Audio output on port C6
+3
View File
@@ -0,0 +1,3 @@
#pragma once
#define DEVICE_VER 0x0002
+1
View File
@@ -0,0 +1 @@
AUDIO_ENABLE = no # Audio output on port C6
+1 -6
View File
@@ -1,8 +1,3 @@
#ifndef REV3_CONFIG_H #pragma once
#define REV3_CONFIG_H
#include "config_common.h"
#define DEVICE_VER 0x0003 #define DEVICE_VER 0x0003
#endif
+1 -6
View File
@@ -1,8 +1,3 @@
#ifndef REV4_CONFIG_H #pragma once
#define REV4_CONFIG_H
#include "config_common.h"
#define DEVICE_VER 0x0004 #define DEVICE_VER 0x0004
#endif
+1 -6
View File
@@ -1,8 +1,3 @@
#ifndef REV5_CONFIG_H #pragma once
#define REV5_CONFIG_H
#include "config_common.h"
#define DEVICE_VER 0x0005 #define DEVICE_VER 0x0005
#endif