Fixed compile errors Moved to halext directory (with readme instructions) Started gdispNokia6100 low level driver
6 lines
274 B
Makefile
6 lines
274 B
Makefile
# List of all the ChibiOS/RT META files, there is no need to remove the files
|
|
# from this list, you can disable parts of the kernel by editing halconf.h.
|
|
HALSRC += ${CHIBIOS}/os/halext/src/gdisp.c
|
|
|
|
# Required include directories
|
|
HALINC += ${CHIBIOS}/os/halext/include
|