mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-29 15:51:21 +01:00
Rename Libraries->libraries, Modules->modules
This commit is contained in:
parent
f97cb211e3
commit
66db978244
Makefile
flight
PiOS.osx/osx/libraries
.no-auto-format
FreeRTOS/Source
PiOS.win32/win32/libraries
.no-auto-format
FreeRTOS/Source
PiOS/Common/libraries
.no-auto-format
CMSIS2
CMSIS END USER LICENCE AGREEMENT.pdf
DSP_Lib/Source
BasicMathFunctions
arm_abs_f32.carm_abs_q15.carm_abs_q31.carm_abs_q7.carm_add_f32.carm_add_q15.carm_add_q31.carm_add_q7.carm_dot_prod_f32.carm_dot_prod_q15.carm_dot_prod_q31.carm_dot_prod_q7.carm_mult_f32.carm_mult_q15.carm_mult_q31.carm_mult_q7.carm_negate_f32.carm_negate_q15.carm_negate_q31.carm_negate_q7.carm_offset_f32.carm_offset_q15.carm_offset_q31.carm_offset_q7.carm_scale_f32.carm_scale_q15.carm_scale_q31.carm_scale_q7.carm_shift_q15.carm_shift_q31.carm_shift_q7.carm_sub_f32.carm_sub_q15.carm_sub_q31.carm_sub_q7.c
CommonTables
ComplexMathFunctions
arm_cmplx_conj_f32.carm_cmplx_conj_q15.carm_cmplx_conj_q31.carm_cmplx_dot_prod_f32.carm_cmplx_dot_prod_q15.carm_cmplx_dot_prod_q31.carm_cmplx_mag_f32.carm_cmplx_mag_q15.carm_cmplx_mag_q31.carm_cmplx_mag_squared_f32.carm_cmplx_mag_squared_q15.carm_cmplx_mag_squared_q31.carm_cmplx_mult_cmplx_f32.carm_cmplx_mult_cmplx_q15.carm_cmplx_mult_cmplx_q31.carm_cmplx_mult_real_f32.carm_cmplx_mult_real_q15.c
4
Makefile
4
Makefile
@ -188,8 +188,8 @@ uavobjects_clean:
|
||||
# Define some pointers to the various important pieces of the flight code
|
||||
# to prevent these being repeated in every sub makefile
|
||||
export PIOS := $(ROOT_DIR)/flight/PiOS
|
||||
export FLIGHTLIB := $(ROOT_DIR)/flight/Libraries
|
||||
export OPMODULEDIR := $(ROOT_DIR)/flight/Modules
|
||||
export FLIGHTLIB := $(ROOT_DIR)/flight/libraries
|
||||
export OPMODULEDIR := $(ROOT_DIR)/flight/modules
|
||||
export OPUAVOBJ := $(ROOT_DIR)/flight/uavobjects
|
||||
export OPUAVTALK := $(ROOT_DIR)/flight/uavtalk
|
||||
export OPUAVSYNTHDIR := $(BUILD_DIR)/uavobject-synthetics/flight
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user