From 1693874805b36e6524c4e6594b818230065ee67d Mon Sep 17 00:00:00 2001 From: Pavel Zhovner Date: Tue, 18 Aug 2020 01:22:35 +0300 Subject: [PATCH] TODO: Edit project structure section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 435fe956..245a36c7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,14 @@ ![](https://github.com/Flipper-Zero/wiki/blob/master/images/firmware-wiki-header.gif) This repo contains [Flipper Zero](https://flipperzero.one/zero)'s Firmware core, cleaned from all dirty demos, and prepared for contributors. Our goal is to create nice and clean code along with good documentation, to make it a pleasure for everyone to work with. This repo will become completely public closer to the device shipping date. +# Project structure +``` +├── app # App +├── target_f1 # target f1 +├── target_lo # ?? +├── wiki # Documentation generates from this files +└── wiki-deploy.sh # Script to generate Wiki from local .md files +``` # Building