##// 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
lib.pro
13 lines | 224 B | text/idl | PrologLexer
TEMPLATE = subdirs
CONFIG += ordered
!isEmpty( UCMODEL ) {
contains( UCMODEL, stm32f4 ){
SUBDIRS += stm32f4
}
contains( UCMODEL, simulator ){
SUBDIRS += simulator
}
}
SUBDIRS += common