Skip to content

fpoussin/ChibiOS-Gwen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChibiOS/Gwen, a Gwen integration into ChibiOS/GFX

Using as a static library:

Only compile once, best for development
  • Run make in the ChibiOS-Gwen main folder
  • Include gfx.mk and gwen-lib.mk to your ChibiOS project Makefile
  • Add $(GWENLIB) to your ULIBDIR property to your ChibiOS project Makefile
  • Add -lgwen-cm4(d) or -lgwen-cm3(d) to your ULIBS property in the ChibiOS project Makefile

Compiling in the user program:

Will recompile gwen for each Makefile change and each project
  • Include gfx.mk and gwen.mk to your ChibiOS project Makefile
  • Will be compiled with your program, best if you use special GCC flags

About

Gwen integration into ChibiOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published