Skip to content
Snippets Groups Projects
  1. Jul 14, 2017
    • Beat Küng's avatar
      module: add a common module base class with usage printf methods · 04c4339c
      Beat Küng authored
      Provides:
      - thread-safety for module start/stop
      - some shared code for module start/stop. Should also be less prone to
        errors.
      - constructor & destructors are called from within the new module thread
      - can be used for work queue & thread modules
      - strutured & formal way for module printf usage & module documentation
      
      Limitation:
      - supports only modules with one instance (eg. not mavlink)
      04c4339c
    • David Sidrane's avatar
      ver:The recent changes to version.c return values in base10 · b5275ecd
      David Sidrane authored
         This is part 2 of the fix. The tool that extracts the nuttx
         git tag was broken by a new tag added the did not match
         the form nuttx-M.mm. To the value was printed as
      
         OS: NuttX
         OS version: 0.0.0 c0 (192)
      
        Once that issue was fixed, it was apparent that recent
        changes to version.c return the values as base 10, before
        it was hex. This fixes the formatting.
      b5275ecd
    • David Sidrane's avatar
      NuttX/nuttx got tagged and broke git version version exraction · de97ff16
      David Sidrane authored
        This is part one of a fix for cascading failure. The NuttX
        nuttx repos was tagged with upstream_7.18+ and broke the tag
        extraction that was expecting nuttx-M.mm
      de97ff16
  2. Jul 13, 2017
  3. Jul 12, 2017
  4. Jul 11, 2017
Loading