Bye Bye Eggs :-(

2016-02-09 Thread Sterling Hughes
Hey, I have implemented the bug report here: https://issues.apache.org/jira/browse/MYNEWT-71 I think everyone has noticed that on-boarding new users becomes difficult because we use custom terms for packages, package lists and repositories. While I personally like these terms (I named them

Address Randomization in net/nimble

2016-02-06 Thread Sterling Hughes
Howdy: How hard is it to get address randomization in the net/nimble stack? I realize that full Bluetooth security is probably a month or two away, but would it be possible to just provide the randomization component of it, for privacy and tracking considerations? Sterling

Re: [jira] [Resolved] (MYNEWT-16) need to be able use json without floating points

2016-02-06 Thread Sterling Hughes
On 2/6/16 11:45 AM, Marko Kiiskila (JIRA) wrote: [ https://issues.apache.org/jira/browse/MYNEWT-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marko Kiiskila resolved MYNEWT-16. -- Resolution: Fixed If you want it, define

Re: Larva content review for license

2016-02-05 Thread Sterling Hughes
On 2/5/16 8:39 AM, marko kiiskila wrote: First of all; thanks for going through the licenses. This is good info. On Feb 4, 2016, at 8:03 PM, Sterling Hughes <sterl...@apache.org> wrote: We can raise this with legal, alternatively we could move the MCU & BSP definitions to githu

Re: [2/2] incubator-mynewt-larva git commit: Simpler linker script for STM32F3 discovery board.

2016-02-05 Thread Sterling Hughes
Re [1] - Thanks, will do. Re [2] - What defines major? :-) I ask this because of libjson. We've taken microjson (http://www.catb.org/esr/microjson/), and are doing some fairly major surgery to it: - conversion into our coding standards (tabs to spaces, line length) - removal of all logging

Re: [2/2] incubator-mynewt-larva git commit: Simpler linker script for STM32F3 discovery board.

2016-02-05 Thread Sterling Hughes
I agree. I will try and find some time this weekend to do a run through of the entire source code base and update this. Tedious, but it will only get more tedious. sterling On 2/5/16 3:47 PM, Justin Mclean wrote: Hi, Probably should start getting into the habit of putting in the correct

Re: Vanity import domain

2016-02-04 Thread Sterling Hughes
Hi Justin, mynewt.io would be a vanity domain to make git imports simpler, so instead of doing: import ( "git-wip-us.apache.org/repos/asf/incubator-mynewt-newt.git/newt/cli" ) You'd do: import ( "mynewt.io/newt/cli" ) And for installation of packages, you would do: go install

Re: Mailing lists

2016-02-04 Thread Sterling Hughes
absolutely, let's update it! On 2/4/16 4:31 PM, Justin Mclean wrote: Hi, Notice the readme’s at [1][2] are pointing people to stack-...@googlegroups.org shouldn’t it be this mailing list instead? Thanks, Justin 1. https://github.com/apache/incubator-mynewt-tadpole 2.

Re: Larva content review for license

2016-02-04 Thread Sterling Hughes
On 2/4/16 7:55 PM, Justin Mclean wrote: Hi, If you'd like to create an overall shout-out, then go for it. The Subversion project does this, and uses the same file to track partial commit (as Mynewt has adopted). See: http://svn.apache.org/repos/asf/subversion/trunk/COMMITTERS Apache Flex

Re: Larva content review for license

2016-02-04 Thread Sterling Hughes
rel_v0_0_8-b1 for example. - newt's built in package manager knows to fetch packages from that git branch (we make the changes to newt once we branch.) May be an issue with this (I think not 100% sure), does that imply that a release can basically change over time? Or that it would be

OS Task Statistics

2016-01-27 Thread Sterling Hughes
Heehaw, I'm looking to add statistics to the core RTOS (libs/os), to improve instrumentation. Here are the commands, and data I'm bring back in those commands. I'd love people's input on what else they think should be included here. Taskinfo: - Array of tasks, each containing: - Task Name

Go include path / Git Include Path

2016-01-19 Thread Sterling Hughes
Howdy, Right now there is a conflict in how newtmgr & newt include libraries using go. Newtmgr uses: git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/newtmgr Whereas Newt uses: git-wip-us.apache.org/repos/asf/incubator-mynewt-newt.git/newt In order for both of these packages to compile,

Re: subsystem configuration ideas

2016-01-05 Thread Sterling Hughes
I think lua for configuration would make sense, but I agree, a simpler mechanism is also useful for more constrained systems. I think it would make sense that lua have hooks into the simpler configuration system, and then more complex functions can be directly exposed by lua. Lua can supersede

Re: incubator-mynewt-larva git commit: add task info display. re-arrange the task structure a little, removing enum on task state and making it a uint8

2015-11-17 Thread Sterling Hughes
wt-larva/diff/e96c2c3c > > Branch: refs/heads/master > Commit: e96c2c3c6377452d9f7b40915f741116c8209eb3 > Parents: 55082ce > Author: Sterling Hughes <sterl...@apache.org> > Authored: Tue Nov 17 10:39:01 2015 -0800 > Comm

Re: Mynewt logo - request for input

2015-11-17 Thread Sterling Hughes
we settle for > “mynewt” and “mynewt OS” and change all reference to that (e.g. docs, website > etc.)? > > aditi > >> On Nov 17, 2015, at 3:33 PM, Sterling Hughes <sterl...@apache.org> wrote: >> >> I like the one on the upper left hand corner of the second pag

ASF Copyright header

2015-11-06 Thread Sterling Hughes
Hey, At some point in the near future, I'm going to go through and replace all the header files from: /** * Copyright (c) 2015 Runtime Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain

Task Priorities

2015-11-04 Thread Sterling Hughes
Howdy, I'm working on getting blinky a bit more developed as an initial project. First part of that is getting console running on sim, which I have working. One thing I've been looking at, is the hal_uart starts an OS task when initialized. The priority of that task, and stack size is defined

Re: JIRA

2015-10-26 Thread Sterling Hughes
Hi Justin, No, we've pretty much been waiting for the ASF infra. It will be nice to have JIRA! Sterling On Mon, Oct 26, 2015 at 3:11 PM, Justin Mclean wrote: > Hi, > > I’ve raised a JIRA to setup JIRA here. [1] > > Is there an existing JIRA bug base you wish to

<    1   2   3