SmartThingsCommunity / st-device-sdk-c-ref

SmartThings SDK Reference for Direct Connected Devices for C
Apache License 2.0
122 stars 172 forks source link

Feature Request while we all wait for 1.7.51... #39

Closed f34rdotcom closed 1 year ago

f34rdotcom commented 4 years ago

Add "Linux" build option. Being able to build for an embedded device is good but sometimes we just want to run the code inside of a Raspberry Pi or small linux router. This would make this build environment even more flexible for building daemons on a Linux device.

YongsulOh commented 4 years ago

Dear @f34rdotcom

For linux environment, i think you need to check our main git : https://github.com/SmartThingsCommunity/st-device-sdk-c first This ref. git is for esp32/esp8266/rtl8195/rtl8720c/rtl8721c/emw3166 now

On our main git , we support linux-like environment (please check 'Makefile' in there, now we support 'posix' style) Unfortunately, we don't support "Raspberry Pi" now. (we are trying to support but not yet completed) Please contribute us your new patch-set for "Raspberry Pi"

Kwang-Hui commented 4 years ago

Hi @f34rdotcom , Thanks for raise feature request. As @YongsulOh told, we are not support linux/raspberry-pi for now. but we will take your feature request.

Kwang-Hui commented 1 year ago

This issue remains as opened so long time. So closed