Skip to content

Releases: thingsee/thingsee-sdk

master_20170404_2

04 Apr 13:59
Compare
Choose a tag to compare

Release of 04-Apr-2017

Changelog:
e647d50 Thingsee OS SDK update to version <2017-04-04>

Thingsee Engine FW fixes:

  • sense_group_location: return from gps callback if engine state changes

Initial State connector:

  • do not send separate latitude/longitude events if merge lat/lon mode is enabled

master_20170306_3

06 Mar 13:44
Compare
Choose a tag to compare

Release of 06-Mar-2017

Changelog:

a290daf ts_engine: sense_group_location: fixes for GPS event synchronization
55d244c Thingsee OS SDK update to version <2017-03-06>:

Thingsee Engine FW changes:

  • Add SYSTEM.JSN configuration file for generic device settings
    such as to control power-on and charging.
  • Fixes for GPS performance.
  • Improved implementation of GPS power-save modes.
  • Fix 'send logs' functionality with modem.
  • Fixes for profiles that have same sensors used from parallel tasks.
  • Bug-fixes for Thingsee Engine
  • Increase debug-serial baudrate from 115200 to 2000000 (2M).

Initial State connector:

  • Add epoch timestamp to events
  • Add CLOUD.JSN configuration knob for merging GPS latitude
    and longitude into single event

master_20161021_2

21 Oct 15:07
Compare
Choose a tag to compare

Release of 21-Oct-2016

Changelog:

a17c304 Thingsee OS SDK update to version <2016-10-21>

  • Disable 'DFU mode' menu-item from Thingsee UI
  • Disable USB-serial debugging in retail-dbg config (prevented USB mass-storage from working)
  • Add 'retail-tls' and 'retail-tls-dbg' configs

dev_20161017_1

17 Oct 18:55
Compare
Choose a tag to compare
dev_20161017_1 Pre-release
Pre-release

Development build from 17-Oct-2016.

Changelog:

bc74e1d Thingsee OS SDK update to version <2016-10-14>

  • Add multi-connector support
  • Add Meshblu Cloud connector
  • Add Kii Cloud connector
  • Add Initial State Cloud connector
  • Update haltian-tsone default configurations

dev_20161003_1

03 Oct 14:48
Compare
Choose a tag to compare
dev_20161003_1 Pre-release
Pre-release

Development build from 03-Oct-2016.

Changelog:

2fb478a Thingsee OS SDK update to version <2016-10-03>
907fd6c apps/examples: add fota app
61dee9c Add files missing from release <2016-09-24>
c95af4c Thingsee OS SDK update to version <2016-09-24>

dev_20151110_1

10 Nov 06:49
Compare
Choose a tag to compare
dev_20151110_1 Pre-release
Pre-release

Development build from 10-Nov-2015.

Changelog:

b65cfa8 stm32_serial: fix Rx DMA mode to handle and recover from USART errors
5d53909 Added ts_accel.h header into Thingsee SDK.
b0eefcd Update syscall_stublookup.c

dev_20151026_1

26 Oct 12:42
Compare
Choose a tag to compare
dev_20151026_1 Pre-release
Pre-release

Development build from 26-Oct-2015.

Changelog:

a7a6edf ts_engine/connectors: skip task handling update
46b43f4 ts_engine/connectors: pass negative error code to process function
6f3bed5 ts_core: do not reuse file-entries to avoid wrong callback activation

dev_20151019_2

19 Oct 08:48
Compare
Choose a tag to compare
dev_20151019_2 Pre-release
Pre-release

Development build from 19-Oct-2015.

Changelog:

a8efc0e netutils/ntpclient: check that system clock has not been altered during NTP update
6dd1687 netutils/cJSON: parser: use copysign to set number sign-bit
e03a3c9 apps/nshlib: nsh_fscmds: dynamic memory allocation for iobuffer when needed
3c90c37 haltian-tsone: nsh_romfsimg: make size variable constant
68aab86 apps/nshlib: nsh_fscmds: fix corrupting one memory byte with 'ls' and 'cp'
2f15cfb netutils/cJSON: allow old parsing behavior to be configured; to ignore missing null-terminator on input

dev_20151014_1

14 Oct 07:55
Compare
Choose a tag to compare
dev_20151014_1 Pre-release
Pre-release

Development build from 14-Oct-2015.

Changelog:

2265a8b: ts_engine: use /bin/echo instead of shell echo (for -e)

dev_20151012_1

12 Oct 11:03
Compare
Choose a tag to compare
dev_20151012_1 Pre-release
Pre-release

Development build from 12-Oct-2015.

Changelog:

62321f8 netutils/cJSON: make print numbers more accurate
38826d3 ts_engine: geofence: use 'double' instead of 'float' for geofence coordinates
ad5a00d netutils/json: fix no-argument function prototypes
bc0858a netutils/cJSON: remove old parsing and printing functionality, replaced by stream engine based string handling