Skip to content

Commit 2c1f832

Browse files
committed
zephyr: more resource types
1 parent 05ca311 commit 2c1f832

File tree

4 files changed

+175
-1365
lines changed

4 files changed

+175
-1365
lines changed

build/devices/zephyr/config/CMakeLists.txt.prefix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ if(DEFINED CMAKE_C_COMPILER_TARGET)
1414
set(target_flag "--target=${CMAKE_C_COMPILER_TARGET}")
1515
endif()
1616

17+
set(FONTBM $ENV{FONTBM})
18+
1719
list(APPEND mOBJECTS $ENV{MODDABLE}/xs/platforms/mc/xsHosts.c)
1820
list(APPEND mOBJECTS $ENV{MODDABLE}/xs/platforms/zephyr/xsHost.c)
1921
list(APPEND mOBJECTS $ENV{MODDABLE}/xs/platforms/zephyr/xsPlatform.c)

modules/commodetto/outline/commodettoPocoOutline.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
#include "commodettoPocoOutline.h"
99

1010
#define STANDALONE_ 1
11+
#define FT_BEGIN_HEADER
12+
#define FT_END_HEADER
1113
#include "ftraster.h"
1214
#include "ftgrays.h"
1315

0 commit comments

Comments
 (0)