Run "newt clean all" after upgrading newt

2016-12-13 Thread Christopher Collins
Hello all, The short version is: run "newt clean all" after pulling newt from develop. Recently, newt changed the way it names .a files. Originally, each .a file was named after the "leaf" directory of its package. Now, the full path is included in the name. For example, for the

[ANNOUNCE] Apache Mynewt 1.0.0-b1-incubating released

2016-12-13 Thread Christopher Collins
Hello all, The Apache Mynewt team is pleased to announce the first release of Apache Mynewt: 1.0.0-b1-incubating. Apache Mynewt is a community-driven module OS for constrained, embedded applications. Mynewt provides a real-time operating system, flash file system, network stacks, and support

Mac OS App Link

2016-12-13 Thread David G. Simmons
Had to update the link tot he Mac OS X app ... https://www.dropbox.com/l/scl/AADT7pJhaOXcnJnGVhjYQIcMjeiqOBhoeHc Comments/feedback welcomed. dg -- David G. Simmons (919) 534-5099 Web • Blog

Re: WIP: sensor API

2016-12-13 Thread David G. Simmons
+1 on the more 'generic' data types. With this, *any* sensor can simply return a SENSOR_VALUE_TYPE_FLOAT_TRIPLET whereas if we use SENSOR_VALUE_TYPE_MS2_TRIPLET then a sensor that wants to return a float triplet that ISN'T M/s^2 would either have to define its own data type or would use a