1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/ucglib/Makefile.dep
Bas Stottelaar 7d73e8acaf pkg/ucglib: refactor the Ucglib package
- Passing RIOT-OS specific data as user_ptr
- Added necessary macros to Makefile.dep
- Added missing explicit dependency to xtimer module
- Added ucg_riotos.h with the RIOT-OS specific functionality
- Removed the now-obsolete patch of Ucglib
- Other minor fixes
2020-06-17 00:47:54 +02:00

7 lines
105 B
Makefile

USEMODULE += xtimer
FEATURES_REQUIRED += periph_gpio
USEMODULE += ucglib_riot
USEMODULE += ucglib_csrc