##// END OF EJS Templates
Improved dfu target, now generates dfu file automatically if needed....
Improved dfu target, now generates dfu file automatically if needed. Added Nano-particle board.

File last commit:

r74:0f2d8fe5497f dev_alexis
r92:8c4e597b7138 dev_alexis
Show More
bsp.pro
17 lines | 209 B | text/idl | PrologLexer
TEMPLATE = subdirs
CONFIG += ordered
!isEmpty( UCMODEL ) {
contains( UCMODEL, stm32f4 ){
SUBDIRS += stm32f4
}
contains( UCMODEL, simulator ){
SUBDIRS += simulator
}
}