Sfoglia il codice sorgente

update micropython lib

Oliver Fabel 1 anno fa
parent
commit
a6694c3d0c
3 ha cambiato i file con 2 aggiunte e 17 eliminazioni
  1. 1 1
      .gitmodules
  2. 0 15
      application.fam
  3. 1 1
      lib/micropython

+ 1 - 1
.gitmodules

@@ -1,4 +1,4 @@
 [submodule "lib/micropython"]
 	path = lib/micropython
 	url = https://github.com/ofabel/mp-flipper.git
-	branch = lib-release
+	branch = lib-release-fap

+ 0 - 15
application.fam

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

+ 1 - 1
lib/micropython

@@ -1 +1 @@
-Subproject commit 3d8dde824a20a2b51825f7c8047fc6b81f164ee2
+Subproject commit 7bd33ce4b28fbe038e9c42fda004cccf1c724cb4