kopia lustrzana https://github.com/OpenRTX/OpenRTX
Add `VCOM_ENABLED` define to disable VCOM that is currently broken
rodzic
96abae4bad
commit
1f74c0abb7
|
@ -54,7 +54,9 @@ void IRQbspInit()
|
|||
|
||||
void bspInit2()
|
||||
{
|
||||
#ifdef VCOM_ENABLED
|
||||
vcom_init();
|
||||
#endif
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
@ -23,6 +23,9 @@
|
|||
|
||||
#include "MK22F51212.h"
|
||||
|
||||
/* Enable Serial over USB support */
|
||||
//#define VCOM_ENABLED
|
||||
|
||||
/* Screen dimensions */
|
||||
#define SCREEN_WIDTH 128
|
||||
#define SCREEN_HEIGHT 64
|
||||
|
|
|
@ -23,6 +23,9 @@
|
|||
|
||||
#include "MK22F51212.h"
|
||||
|
||||
/* Enable Serial over USB support */
|
||||
//#define VCOM_ENABLED
|
||||
|
||||
/* Screen dimensions */
|
||||
#define SCREEN_WIDTH 128
|
||||
#define SCREEN_HEIGHT 64
|
||||
|
|
|
@ -22,6 +22,9 @@
|
|||
|
||||
#include <stm32f4xx.h>
|
||||
|
||||
/* Enable Serial over USB support */
|
||||
//#define VCOM_ENABLED
|
||||
|
||||
/* Device has a working real time clock */
|
||||
#define HAS_RTC
|
||||
|
||||
|
|
|
@ -23,6 +23,9 @@
|
|||
|
||||
#include <stm32f4xx.h>
|
||||
|
||||
/* Enable Serial over USB support */
|
||||
//#define VCOM_ENABLED
|
||||
|
||||
/* Device has a working real time clock */
|
||||
#define HAS_RTC
|
||||
|
||||
|
|
|
@ -22,6 +22,9 @@
|
|||
|
||||
#include <stm32f4xx.h>
|
||||
|
||||
/* Enable Serial over USB support */
|
||||
//#define VCOM_ENABLED
|
||||
|
||||
/* Device has a working real time clock */
|
||||
#define HAS_RTC
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue