Skip to content

Commit

Permalink
[conf] cleanup flash_modes
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Feb 15, 2014
1 parent d404719 commit ef2b1ae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions conf/flash_modes.xml
Expand Up @@ -39,25 +39,26 @@
<board name="yapa_*"/>
</boards>
</mode>
<mode name="USB DFU (stm32_mem)" boards="krooz_sd|lia_1.1|lisa_m_1.1|lisa_m_2.0|px4fmu_1.7">
<mode name="USB DFU (stm32_mem)">
<variable name="FLASH_MODE" value="DFU"/>
<boards>
<board name="krooz_sd"/>
<board name="li[s]?a_[m]?_*"/>
<board name="px4fmu_*"/>
</boards>
</mode>
<mode name="USB DFU-UTIL" boards="apogee_1.0|apogee_0.99|stm32f4_discovery">
<mode name="USB DFU-UTIL">
<variable name="FLASH_MODE" value="DFU-UTIL"/>
<boards>
<board name="apogee_*"/>
<board name="stm32f4_discovery"/>
</boards>
</mode>
<mode name="STLink (SWD)" boards="apogee_1.0|apogee_0.99">
<mode name="STLink (SWD)">
<variable name="FLASH_MODE" value="STLINK"/>
<boards>
<board name="apogee_*"/>
<board name="stm32f4_discovery"/>
</boards>
</mode>
<mode name="BlackMagic Probe (SWD)">
Expand Down

0 comments on commit ef2b1ae

Please sign in to comment.