Re: Version on statistics structures

2016-10-04 Thread Kevin Townsend
Generating a map file during 'create-image' makes a lot of sense. I haven't tried without names enabled, but a .json file would make life easier compared to digging around in an .elf file or something similar. On 04/10/16 20:06, Sterling Hughes wrote: As I’m going through the statistics

Re: Version on statistics structures

2016-10-04 Thread Kevin Townsend
On 04/10/16 21:01, Sterling Hughes wrote: Also, unless people object I’m going to make the stats_name_map a const structure (so it can be located in .text), pack it, as the name map is rarely referenced, and it should save a bunch of space given the id is only 16-bits. +1

Version on statistics structures

2016-10-04 Thread Sterling Hughes
As I’m going through the statistics module and documenting it, one thing that occurs to me is for the case where STATS_NAME_ENABLE = 0, and statistic names are omitted, we should create the statistic name -> number mapping, in the target’s directory, in a machine parseable format (i.e. JSON.)

Re: Oct. board report for Mynewt

2016-10-04 Thread Mike Ryan
Not sure if there's any value in including it, but I was able to successfuly deliver a product/project based on MyNewt back in July: https://github.com/mikeryan/SlideQuacker

Oct. board report for Mynewt

2016-10-04 Thread aditi hilbert
Hi Mentors, Here’s the first draft of Mynewt’s board report for Oct. Please review it today. It is due by tomorrow. thanks, aditi --- Mynewt Mynewt is a real-time operating system for constrained embedded systems like wearables, lightbulbs, locks and doorbells. It

Re: MIPS port (WIP)

2016-10-04 Thread Sterling Hughes
Julian, Awesome!! It would be great to get this into 1.0-beta1 (thinking code complete in 2 weeks) if at all possible. Also, if you’re taking further requests, I’d love to see a PIC32 running Mynewt as well. :-) Sterling On 4 Oct 2016, at 8:00, Julian Ingram wrote: Hello all, I have

MIPS port (WIP)

2016-10-04 Thread Julian Ingram
Hello all, I have just committed a work in progress MIPS port here: https://github.com/IMGJulian/incubator-mynewt-core/tree/julian_dev I am currently working on some tests, and will make a pull request soon with a more polished version. Thanks, Julian Ingram Software Design Engineer MIPS