mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7d73e8acaf
- 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
|