##// END OF EJS Templates
Sync
Sync

File last commit:

r102:988f7eae7e79 dev_alexis
r102:988f7eae7e79 dev_alexis
Show More
DAC.pro
22 lines | 206 B | text/idl | PrologLexer
Jeandet Alexis
Some cleaning plus DAC library started
r100 TEMPLATE = app
DEFINES += CPUFREQ=40000000
LIBS += -ldac
Sync
r102 contains( UCMODEL , simulator ) {
Jeandet Alexis
Some cleaning plus DAC library started
r100 BSP = SIMULATOR
}
Sync
r102 contains( UCMODEL , stm32f4 ) {
Jeandet Alexis
Some cleaning plus DAC library started
r100 BSP = STM32F4Eval
}
SOURCES += \
main.c