Skip to content
Snippets Groups Projects
  1. Mar 23, 2017
  2. Mar 22, 2017
  3. Mar 21, 2017
    • Dennis Mannhart's avatar
      Stick to velocity fix (#6825) · 8f1e8519
      Dennis Mannhart authored
      * mc_pos_control: use just float for vel and cruise in xy
      
      * mc_pos_control: stick map saturate magnitude to 1
      
      * mc_pos_control: take minimum cruising speed for auto
      
      * mc_pos_control: cruise speed triplet higher than from mc_pos_control
      
      mc_pos_control: fix if for cruise in auto
      
      * mc_pos_control: use PX4_ISFINITE criteria
      8f1e8519
  4. Mar 20, 2017
    • David Sidrane's avatar
      HOTFIX:Backport Memory corruption due to stack coloring overreach complete (#6848) · 7d62aa6a
      David Sidrane authored
      Backport of upstream NuttX
      
             86400a252dcbe6e4aef3ecca000b469a0fe96b67
             08e92abb0ba744927ed0b32294859b0f47726f82
             4b65817e99cbdf04fefad883eca0e7c8a9add63c
      
             Improper rounding in redundant stack coloring
             routines could overwriting the TOS+1 and BOS-1
             depending on the value of CONFIG_ARCH_INTERRUPTSTACK
      
             This applies the compelet upstream set of fixes from
             David Cabecinhas <david.cab+bitbucket@gmail.com>
      
             Improper rouding in redundant stack coloring
             routines was overwriting the TOS+1 and BOS-1
      
             The legacy OABI 4 byte stack alingment was removed
             Only the EABI 8 byte alinement is supported
             The redundant interrupt stack coloring. up_initalize
             had the correct implemantation (last verson of patch)
             and the redundant version in the
             arch/arm/src/stmxxx/stmxx_irq.c was calculating the size
             wrong.
      
             This is fixed by rounding up CONFIG_ARCH_INTERRUPTSTACK
             by 4 bytes when allocated and alining on a 8 byte boundry
      7d62aa6a
    • David Sidrane's avatar
      Consolidate the flash patches to fix build (#6850) · f2164b13
      David Sidrane authored
      nuttx-patches/workarround_for_flash_data_cache_corruption.patch was
         patching a file patched in nuttx-patches/wip_inflight_to_upstream.patch
      
         The changes in workarround_for_flash_data_cache_corruption.patch
         will be submitted upstream once refactored (upstream coding style
         compliant and moved to correct location)
      f2164b13
    • Dennis Mannhart's avatar
    • Dennis Mannhart's avatar
      31aff0b6
    • Beat Küng's avatar
      drivers: remove the overflow perf counter · 546bd2b4
      Beat Küng authored
      This was used together with the read() interface, but we don't use that
      so the counters are wrong.
      546bd2b4
Loading