added standalone configuration to main firmware project so it can be developed and tested without the bootloader

This commit is contained in:
2019-08-09 15:44:55 -04:00
parent 9ad963acb3
commit a759e427fb
3 changed files with 183 additions and 3 deletions

View File

@@ -19,7 +19,11 @@
</sourceRootList>
<confList>
<confElem>
<name>default</name>
<name>bootloader_only</name>
<type>2</type>
</confElem>
<confElem>
<name>standalone</name>
<type>2</type>
</confElem>
</confList>