halext readme fix

ugfx_release_2.6
Tectu 2012-08-02 01:33:10 +02:00
parent ae58585c66
commit 42f7e30591
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ To include any of these functions/drivers in your project...
2/ In your project Makefile (amongst similiar lines but after the hal line) add the line...
include $(CHIBIOS)/os/halext/halext.mk
3/ In your project Makefile add the makefiles for any specific drivers you want e.g
include $(CHIBIOS)/os/halext/drivers/gdispNokia6610/gdisp.mk
include $(CHIBIOS)/os/halext/drivers/gdispNokia6610/gdisp_lld.mk
4/ In your project halconf.h turn on the support you want eg.
/**
* @brief Enables the GDISP subsystem.