Skip to content
Snippets Groups Projects
  1. Apr 09, 2018
  2. Apr 05, 2018
  3. Apr 04, 2018
  4. Apr 02, 2018
  5. Mar 16, 2018
  6. Mar 14, 2018
  7. Mar 12, 2018
  8. Mar 09, 2018
  9. Mar 04, 2018
    • Daniel Agar's avatar
      pwm_out_sim cleanup · 38f5f60a
      Daniel Agar authored
       - move to ModuleBase
       - strip down to PWM 8 and 16 modes only
       - remove all dead code
       - implement missing pwm ioctls (current value, rates, etc)
       - default rate 50Hz -> 400Hz
      38f5f60a
  10. Feb 22, 2018
  11. Feb 09, 2018
  12. Feb 01, 2018
  13. Jan 31, 2018
  14. Jan 21, 2018
    • Matthias Grob's avatar
      Cygwin: repair NuttX build (#8737) · 463217a5
      Matthias Grob authored
      * Cygwin: repaired NuttX build after 1f63d858
      all the NuttX specific WINTOOL define handling was skiped in cmake Make.defs generation
      The Nuttx build is makfile based and needs its cygwin treatment
      
      Additionally the ${PX4_SOURCE_DIR}/src/include which was added through cmake needs path conversion
      
      The two root causes for the special handling are:
      - ARM GCC for Windows doesn't support cygwin paths passed as an argument
        so they need to be either relative or converted via cypath tool
      - Symbolic links are totally different under Windows and because NuttX uses them extensively
        it has special handling scripts that need to be fed with the correct defines
      
      * Cygwin: NuttX include paths all converted in Make.defs.in
      
      differentiate between WINTOOL define (MSYS & cygwin) and cygwin using uname command:
      - MSYS needs symbolic link handling for ARM GCC but no path conversion
      - Cygwin needs both
      463217a5
  15. Jan 15, 2018
  16. Jan 06, 2018
  17. Jan 05, 2018
  18. Dec 07, 2017
  19. Dec 01, 2017
  20. Nov 23, 2017
  21. Nov 21, 2017
  22. Nov 18, 2017
  23. Oct 12, 2017
    • Lucas De Marchi's avatar
      build: fix NuttX menuconfig · 3a84d4cf
      Lucas De Marchi authored
      There was and extra "nuttx" dir:
      	cp: cannot stat '/home/lucas/p/dronecode/PX4/Firmware/build/aerofc-v1_default/NuttX/nuttx/nuttx/.config': No such file or directory
      	FAILED: NuttX/CMakeFiles/menuconfig
      
      And the board fixup being executed from the wrong working directory:
      	nuttx-configs/aerofc-v1/nsh/defconfig
      	fatal: Path 'nuttx-configs/aerofc-v1/nsh/defconfig' does not exist in 'HEAD'
      3a84d4cf
  24. Oct 05, 2017
  25. Sep 29, 2017
Loading