This new driver contains no hardware dependancies and so it can be used accross platforms to ensure the halext build system is working correctly. Just don't expect dots to appear on the non-existant display. :)
5 lines
183 B
Makefile
5 lines
183 B
Makefile
# List the required driver.
|
|
HALSRC += ${CHIBIOS}/os/halext/drivers/gdispTestStub/gdisp_lld.c
|
|
|
|
# Required include directories
|
|
HALINC += ${CHIBIOS}/os/halext/drivers/gdispTestStub
|