From 6bac2e629764371da0556802ba891786849b28c3 Mon Sep 17 00:00:00 2001 From: aanper Date: Mon, 17 Aug 2020 21:06:56 +0300 Subject: [PATCH] furi playground --- applications/furi_test/furi_test.c | 0 applications/furi_test/furi_test.h | 0 {app => core}/app.cpp | 0 {app => core}/flipper.h | 0 core/furi.c | 0 core/furi.h | 0 {app => core}/write.c | 0 7 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 applications/furi_test/furi_test.c create mode 100644 applications/furi_test/furi_test.h rename {app => core}/app.cpp (100%) rename {app => core}/flipper.h (100%) create mode 100644 core/furi.c create mode 100644 core/furi.h rename {app => core}/write.c (100%) diff --git a/applications/furi_test/furi_test.c b/applications/furi_test/furi_test.c new file mode 100644 index 00000000..e69de29b diff --git a/applications/furi_test/furi_test.h b/applications/furi_test/furi_test.h new file mode 100644 index 00000000..e69de29b diff --git a/app/app.cpp b/core/app.cpp similarity index 100% rename from app/app.cpp rename to core/app.cpp diff --git a/app/flipper.h b/core/flipper.h similarity index 100% rename from app/flipper.h rename to core/flipper.h diff --git a/core/furi.c b/core/furi.c new file mode 100644 index 00000000..e69de29b diff --git a/core/furi.h b/core/furi.h new file mode 100644 index 00000000..e69de29b diff --git a/app/write.c b/core/write.c similarity index 100% rename from app/write.c rename to core/write.c