halext readme fix
This commit is contained in:
parent
ae58585c66
commit
42f7e30591
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue