|
@@ -11,11 +11,6 @@ App(
|
|
|
fap_author="Oliver Fabel",
|
|
fap_author="Oliver Fabel",
|
|
|
fap_file_assets="examples",
|
|
fap_file_assets="examples",
|
|
|
fap_weburl="https://github.com/ofabel/mp-flipper",
|
|
fap_weburl="https://github.com/ofabel/mp-flipper",
|
|
|
- cdefines=[
|
|
|
|
|
- "MP_FLIPPER_RUNTIME",
|
|
|
|
|
- "MP_FLIPPER_COMPILER",
|
|
|
|
|
- "MP_FLIPPER_SPLIT_HEAP",
|
|
|
|
|
- ],
|
|
|
|
|
sources=[
|
|
sources=[
|
|
|
"*.c*",
|
|
"*.c*",
|
|
|
"!./lib/micropython",
|
|
"!./lib/micropython",
|
|
@@ -24,11 +19,6 @@ App(
|
|
|
fap_private_libs=[
|
|
fap_private_libs=[
|
|
|
Lib(
|
|
Lib(
|
|
|
name="micropython",
|
|
name="micropython",
|
|
|
- cdefines=[
|
|
|
|
|
- "MP_FLIPPER_RUNTIME",
|
|
|
|
|
- "MP_FLIPPER_COMPILER",
|
|
|
|
|
- "MP_FLIPPER_SPLIT_HEAP",
|
|
|
|
|
- ],
|
|
|
|
|
cflags=[
|
|
cflags=[
|
|
|
"-Wno-error",
|
|
"-Wno-error",
|
|
|
"-w",
|
|
"-w",
|
|
@@ -46,11 +36,6 @@ App(
|
|
|
),
|
|
),
|
|
|
Lib(
|
|
Lib(
|
|
|
name="micropython-port",
|
|
name="micropython-port",
|
|
|
- cdefines=[
|
|
|
|
|
- "MP_FLIPPER_RUNTIME",
|
|
|
|
|
- "MP_FLIPPER_COMPILER",
|
|
|
|
|
- "MP_FLIPPER_SPLIT_HEAP",
|
|
|
|
|
- ],
|
|
|
|
|
cflags=[
|
|
cflags=[
|
|
|
"-Wno-error",
|
|
"-Wno-error",
|
|
|
"-w",
|
|
"-w",
|