256062859a
Fixed compile errors Moved to halext directory (with readme instructions) Started gdispNokia6100 low level driver
6 lines
187 B
Makefile
6 lines
187 B
Makefile
# List the required driver.
|
|
HALSRC += ${CHIBIOS}/os/halext/drivers/gdispYOURDEVICE/gdisp_lld.c
|
|
|
|
# Required include directories
|
|
HALINC += ${CHIBIOS}/os/halext/drivers/gdispYOURDEVICE
|