uart.pro
13 lines
| 185 B
| text/idl
|
PrologLexer
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
|
r14 | TEMPLATE = lib | ||
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
|
r18 | CONFIG += console | ||
CONFIG -= qt | ||||
include($$(libuc2)/rules/stm32f4-arm-none-eabi-gcc/rules.pri) | ||||
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
|
r14 | |||
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
|
r18 | SOURCES += \ | ||
uart.c | ||||
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
|
r14 | |||
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
|
r18 | HEADERS += \ | ||
$$(libuc2)/lib/includes/uart.h | ||||
jeandet@pc-de-jeandet3.lab-lpp.local
|
r16 | |||
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
|
r18 | |||