Fixed compile errors Moved to halext directory (with readme instructions) Started gdispNokia6100 low level driver
5 lines
187 B
Makefile
5 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
|