NuttX becomes tickless

Some of the recent discussions on this forum regarding “Tickless OS” support NuttX inspired me. So I implemented it! It really was not that difficult… About a day and a half of work with only a few spills and chills.

I did all of the testing on the NuttX simulator using the OS test. I built in a simulated interval timer for the simulator and ran the OS test against the tickless OS support. The OS test is probably more exhaustive than what the typical application does so I am fairly confident in the implementation. Of course the simulator can miss certain classes of bugs.

NuttX is a 32bit embedded realtime operating system, licensed as open source under the BSD license.

18 Comments

  1. 2014-08-08 5:16 pm
  2. 2014-08-08 8:09 pm
    • 2014-08-08 9:09 pm
      • 2014-08-10 8:36 am
        • 2014-08-10 6:47 pm
          • 2014-08-11 12:11 pm
    • 2014-08-09 3:53 am
      • 2014-08-10 8:41 am
        • 2014-08-11 6:35 pm
          • 2014-08-12 6:57 am
  3. 2014-08-08 8:34 pm
    • 2014-08-09 4:09 am
      • 2014-08-12 9:38 pm
        • 2014-08-13 12:47 am
          • 2014-08-13 3:04 pm
          • 2014-08-14 6:39 am
  4. 2014-08-09 4:41 am
    • 2014-08-09 5:02 pm