Added, for each hconfig.h, a define directive to allow to uniquely identify the target platform during compilation

replace/6b90661551bb7834e40d9f9b382bbc2d0d7cb969
Silvano Seva 2020-11-03 22:41:34 +01:00
rodzic 5ba7563638
commit 6c2e3153c7
3 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -22,6 +22,8 @@
#include <stm32f4xx.h>
#define PLATFORM_MDUV380
/* Screen dimensions */
#define SCREEN_WIDTH 160
#define SCREEN_HEIGHT 128

Wyświetl plik

@ -22,6 +22,8 @@
#include <stm32f4xx.h>
#define PLATFORM_MD380
/* Screen dimensions */
#define SCREEN_WIDTH 160
#define SCREEN_HEIGHT 128

Wyświetl plik

@ -16,6 +16,8 @@
***************************************************************************/
#define PLATFORM_LINUX
#define GPIOA "PA"
#define GPIOB "PB"
#define GPIOC "PC"