Decawave / mynewt-timescale-lib

Timescale processing library
Apache License 2.0
17 stars 13 forks source link

libtimescale_core.a will this be opensourced in the future? #1

Closed avinashGonsalves closed 6 years ago

pkettle commented 6 years ago

Hi Avinash,

The intent is not to opensource the algorithm collateral at this point. The decision is related to the associated support burden. Are you using Cortex-M class devices or do you need a library for an alternative architecture?

avinashGonsalves commented 6 years ago

Hi Paul, Yes, this is for another architecture, Xtensa class devices. Possible to share a copy without the support at this point?

pkettle commented 6 years ago

Can you point me to the gnu toolchain for the device? Is this already supported under the Mynewt framework?

avinashGonsalves commented 6 years ago

Its not under the mynewt framework. For the toolchain, please refer this link: https://github.com/espressif/ESP8266_RTOS_SDK/releases/tag/v3.0 If you're finding it difficult to build, the steps are described here: https://github.com/esp8266/esp8266-wiki/wiki/Toolchain

pkettle commented 6 years ago

Hi Avinash, I have added the xtensa_lx106 build of the library to the refactor branch. You can find this at ./mynewt-timescale-lib/lib/timescale/src/libtimescale_core.a_xtensa. This branch will be merged with the master shortly.

avinashGonsalves commented 6 years ago

Thank you Paul, much appreciated.