1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/pkg/paho-mqtt/Makefile.dep

10 lines
310 B
Makefile
Raw Normal View History

# PAHO does some comparisons against literals that make certain assumptions
# about the width of integer types which hold only true for 32 bit platforms
FEATURES_REQUIRED += arch_32bit
2021-11-05 16:50:46 +01:00
USEMODULE += ztimer
USEMODULE += ztimer_msec
2020-07-05 17:21:00 +02:00
USEMODULE += paho-mqtt-contrib
USEMODULE += paho-mqtt-packet
USEMODULE += tsrb