Skip to content
Snippets Groups Projects
  1. Nov 06, 2018
  2. Aug 08, 2018
  3. Mar 26, 2018
    • ksschwabe's avatar
      ROMFS list files explicitly instead of using GLOB_RECURSE (#9107) · 500a1c80
      ksschwabe authored
      * Lists ROMFS files explicity instead of using GLOB_RECURSE
      
      Previously, when ROMFS files that were not airframes were touched, the ROMFS
      would not be rebuilt. The ROMFS files are now specified explicityl in a
      CMakeLists.txt file that is located in the root ROMFS directory.
      
      Now when one of the ROMFS files is touched the whole ROMFS is rebuilt.
      
      When new files are added to the ROMFS, they need to be explicity added to
      the CMakeLists in the ROMFS root directory.
      
      * ROMFS: adds individual CMakeLists files in each subdirectory
      
      Also moves the temporary ROMFS build directory to ${PX4_BINARY_DIR}/ROMFS/genromfs
      so that the cmake_install.cmake files and the CMakeFiles directories (generated whenever
      are not add_subdirectory() is called) are not generated in the temporary ROMFS directory
      from which the ROMFS binary is created.
      
      * cmake ROMFS generate add px4_add_romfs_files function
      
      * ROMFS CMakeLists: adds explanatory comment to px4_add_romfs_files function
      
      * ROMFS CMakeLists: updates copyright headers
      500a1c80
  4. Mar 21, 2018
  5. Jan 27, 2018
  6. Mar 12, 2017
    • Beat Küng's avatar
      lib/led: add led class with led_control uorb topic · 43b98d9a
      Beat Küng authored
      This is the new interface to control external LED's (user-facing).
      Features:
      - Supports maximum N Leds (where the board can define N)
      - on/off/blink M times
      - Different priorities
      - Allows setting a single led or multiple at once
      43b98d9a
  7. Sep 30, 2016
    • Julian Oes's avatar
      Remove size optimization for individual modules · 8ff237c6
      Julian Oes authored
      It makes more sense to set the optimization flags on a platform basis
      instead of individually for each module. This allows for different
      optimization options for SITL, NuttX, Snapdragon, etc.
      8ff237c6
  8. Sep 08, 2015
  9. Apr 12, 2015
  10. Jul 23, 2014
  11. Jul 10, 2013
  12. Apr 27, 2013
  13. Aug 10, 2012
  14. Aug 05, 2012
Loading