https://github.com/fpoussin/chibios-gwen
Gwen integration into ChibiOS
https://github.com/fpoussin/chibios-gwen
Last synced: about 1 year ago
JSON representation
Gwen integration into ChibiOS
- Host: GitHub
- URL: https://github.com/fpoussin/chibios-gwen
- Owner: fpoussin
- Created: 2012-09-04T16:51:32.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-11T12:57:28.000Z (about 13 years ago)
- Last Synced: 2025-01-17T13:28:12.760Z (over 1 year ago)
- Language: C++
- Size: 1000 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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