##// END OF EJS Templates
Added Oplayer BSP, Fixed bug on GPIO library(gpiosetval change all the port...
Added Oplayer BSP, Fixed bug on GPIO library(gpiosetval change all the port instead of the desired bit).

File last commit:

r47:7126c4937e8d dev_alexis
r60:17402611bd25 dev_alexis
Show More
default_post.prf
11 lines | 302 B | application/pics-rules | TextLexer
!isEmpty(CE_ARCH) {
QMAKESPEC_DIR = $$QMAKESPEC
exists($$QMAKESPEC_DIR/default_post.prf) {
isEmpty(QMAKESPEC_DIR):QMAKESPEC_DIR = $$QMAKESPEC_ORIGINAL
!isEmpty(QMAKESPEC_DIR):load($$QMAKESPEC_DIR/default_post.prf)
}
}
# Now load the global default_post
load(default_post)