Re: Tickless operation during idle

2016-04-12 Thread Neel Natu
it returns. A related change is to define 'OS_TICKS_PER_SEC' in MCU-specific header file. This is needed because the capabilities of the underlying periodic timer dictate the appropriate timer frequency. best Neel On Thu, Apr 7, 2016 at 1:59 PM, Neel Natu <n...@nahannisys.com> wrote: >

Pull request: fix building and running 'sim' on Linux

2016-03-10 Thread Neel Natu
Hi, I have opened a pull request against 'incubator-mynewt-core/develop'. This is a set of 4 commits that fix building and running 'sim' on Linux (Ubuntu 14.04 specifically). I did this with the "legacy" newt tool and after copying 'compiler/sim/linux-compiler.yml' to 'compiler/sim/pkg.yml'.

Pull request #11

2016-03-04 Thread Neel Natu
Hi, I just created a pull request for a couple of changes: https://github.com/apache/incubator-mynewt-larva/pull/11 0796ef2 : Support building "sim" with compiler optimization greater than -O0.

Introduction and first contribution

2016-03-03 Thread Neel Natu
Hi, My name is Neel Natu and I recently started hacking on Apache Mynewt. I have been lurking on the dev list, digesting the documentation, making simple changes to the OS etc and its been a pleasant experience thus far. My first contribution is adding wallclock time support to Mynewt: https