##// END OF EJS Templates
Added cpuid getter...
Added cpuid getter Refactored gpio API, and updated for better consistency with other APIs. Started descriptive init.

File last commit:

r74:0f2d8fe5497f dev_alexis
r104:cfe8b1e0657d dev_alexis
Show More
bsp.pro
17 lines | 209 B | text/idl | PrologLexer
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 TEMPLATE = subdirs
CONFIG += ordered
UCMODEl is now a qmake parameter.
r74
!isEmpty( UCMODEL ) {
contains( UCMODEL, stm32f4 ){
SUBDIRS += stm32f4
}
contains( UCMODEL, simulator ){
SUBDIRS += simulator
}
}
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13