add some project files
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
j3d1 2021-07-29 15:42:05 +02:00
parent 8eb51b5aa9
commit 0551aff5d1
3 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<module classpath="External" external.linked.project.id="firmware" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="CompDB" type="CPP_MODULE" version="4" />

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/firmware.iml" filepath="$PROJECT_DIR$/.idea/firmware.iml" />
</modules>
</component>
</project>

View file

@ -10,7 +10,9 @@ FLASH_MODE = dio
include ../modules/rtos/common.mk
html:
html: fsdata/fsdata.c
fsdata/fsdata.c: fsdata/fs/index.html fsdata/fs/404.html fsdata/fs/css/picnic.min.css fsdata/fs/css/style.css fsdata/fs/js/smoothie_min.js
@echo "Generating fsdata.."
cd fsdata && ./makefsdata