Skip to content
Snippets Groups Projects
  1. Apr 10, 2017
  2. Apr 09, 2017
  3. Apr 08, 2017
  4. 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
  5. Apr 06, 2017
Loading