- 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
7 lines
105 B
Makefile
7 lines
105 B
Makefile
USEMODULE += xtimer
|
|
|
|
FEATURES_REQUIRED += periph_gpio
|
|
|
|
USEMODULE += ucglib_riot
|
|
USEMODULE += ucglib_csrc
|