Skip to content
Snippets Groups Projects
  1. Apr 12, 2017
  2. Apr 11, 2017
  3. Apr 10, 2017
  4. Apr 09, 2017
  5. Apr 08, 2017
  6. Apr 07, 2017
    • Daniel Agar's avatar
      travis-ci generate and upload parameters.md · 8c9affdd
      Daniel Agar authored
      8c9affdd
    • Kevin Lopez Alvarez's avatar
      FMUv4pro : updates (#6983) · cff20ee5
      Kevin Lopez Alvarez authored
      * FMUv4pro : allow power monitoring for hipower rail
      
      * FMUv4pro : init temperare calibration EEPROM CS
      
      * FMUv4pro : workaround for safety switch
      
      * FMUv4pro : remove useless and conflicting defines
      
      * FMUv4pro : disable internal pull-up for OC sensing
      
      /FAULT won't achieve VinputLow with internal pull-up resistor so it must
      be turned off for both /VDD_5V_PERIPH_OC and /VDD_5V_HIPOWER_OC.
      Replaced by external pull-up.
      
      * FMUv4pro : correct safety switch handling
      
      RC02 has a hardware pull-down on this signal
      
      * Revert "FMUv4pro : workaround for safety switch"
      
      This reverts commit 9528ae29b68700fa7c6604c1ac2756c7dac2819c.
      cff20ee5
    • Matthias Grob's avatar
      854511b1
    • sirPerna's avatar
      94ef3db4
    • David Sidrane's avatar
      Reduce USART1 tx buffer by 8 bytes to fix aligment issue · 6ef2ae29
      David Sidrane authored
         The recent changes to the timers increased memory by 8 bytes.
         and should have ONLY added 8 bytes
         was  20000dc0	40	20000E00
         is:  20000dc8	40	20000E08
         s/b  20000E08       1f3      next symbol
      
         But for some unknown reason the linker skipped to the next alignment
         of 256 and wasted 246 bytes.
      
         20000F00     1f3     next symbol
      
         Even with .align 8 in the .S file and . = ALIGN(4); in the linker
         script I could not move the allocation back only up to the next
         512 alighment.
      
         So this is a hack to shift things back 8 bytes.
      6ef2ae29
  7. Apr 06, 2017
    • David Sidrane's avatar
      Fixed typo in comment · f8d955d5
      David Sidrane authored
      f8d955d5
    • David Sidrane's avatar
      add-set-ex-to-nsh Reorder patch · 6541af92
      David Sidrane authored
      6541af92
    • David Sidrane's avatar
      Added set [{+|-}{e|x|xe|ex}] [<name> <value>] to nsh (#6985) · cc04dfd2
      David Sidrane authored
      * NSH Added support for set [{+|-}{e|x|xe|ex}] [<name> <value>]
      
         Set the 'exit on error control' and/or 'print a trace' of
         commands when parsing scripts in NSH.
         The settinngs are in effect from the point of exection,
         until they are changed again, or in the case of the init
         script, the settings are returned to the default settings
         when it exits.
      
         Included child scripts will run with the parents settings
         and changes made in the child script will effect the parent
         on return.
      
         Use 'set -e' to enable and 'set +e' to disable (ignore) the exit
         condition on commands. The default is -e. Errors cause script to
         exit.
      
         Use 'set -x' to enable and 'set +x' to disable (silence) printing
         a trace of the script commands as they are ececuted. The default
         is +x. No printing of a trace of script commands as they are
         executed.
      
        Print expanded variables if -x
      
      * Added comments only on how to use the set +e and and set -x
      
      * Spelling NSH_PFALG_* -> NSH_PFLAG_*
      cc04dfd2
    • Daniel Agar's avatar
      geotagging.py remove unused imports · 392a9fbb
      Daniel Agar authored
      392a9fbb
Loading