2244 Commits (089ae0f9f35770d563c271099bfd080a83c79854)

Author SHA1 Message Date
Andrew Tridgell ef919c4e36 AP_Param: fixed a bug with setting nested parameters 12 years ago
Andrew Tridgell d57566ad0e RC_Channel: removed set_filter() and scale_output 12 years ago
Andrew Tridgell 6a24bdec05 AP_AHRS: require at least 6 satellites to use the GPS for velocity 12 years ago
Andrew Tridgell 984b1086cb AP_GPS_UBLOX: ask for nav settings every 20 seconds 12 years ago
Andrew Tridgell 72e97c6dfc AP_GPS: start detection timer on first bytes 12 years ago
Andrew Tridgell 6f9fa7d3b3 AP_GPS: removed shadowed class variable _nav_setting 12 years ago
Andrew Tridgell ea40432235 AP_AHRS: use GPS vertical velocity when available 12 years ago
Andrew Tridgell e74e730992 AP_GPS: added velocity_down() call 12 years ago
rmackay9 3fd07805a7 AP_Math: added rotation method accuracy test to example sketch 12 years ago
rmackay9 d6324b3964 AP_Math: fix compile errors example sketches 12 years ago
rmackay9 9e3824a09b AP_AHRS: fix compile error in example sketch 12 years ago
rmackay9 0159d8bd35 AP_Motors: bug fix to reached_limits so by default it returns true if any limits have been breached 12 years ago
Andrew Tridgell 024e5c3cc7 RC_Channel: added set_radio() and set_radio_to_trim() functions 12 years ago
Xichen Shi 8c46fced16 APM: Added functionality to use differential spoilers in elevon mode 12 years ago
rmackay9 09485ddc5f AP_OpticalFlow: fix example sketch to work with modified AP_Opticalflow library after memory saves 12 years ago
rmackay9 79fc5f072e AP_Curve: replace Serial.print with Serial.print_P to save 18 bytes of memory 12 years ago
rmackay9 57439b662c AP_OpticalFlow: change Serial.print to Serial.print_P to save 27 bytes 12 years ago
rmackay9 bff3417d29 AP_Limit_Geofence: reduce maximum number of fence points to 6 from 20 to save memory 12 years ago
Pat Hickey d728ccb620 AP_Menu unit test fixup 12 years ago
Pat Hickey 1bf21aae20 AP_Menu: create new library with menu from AP_Common 12 years ago
Andrew Tridgell eb0dd45a11 Desktop: fixed build with recent SPI changes 12 years ago
rmackay9 0bcf581a17 Desktop: fix build error 12 years ago
rmackay9 3f7b2dbda7 Desktop: add AP_Semaphore to list of includes for DataFlash_APM1.cpp 12 years ago
rmackay9 1958169e30 SPI3: add checks that SPI bus has been initialised to reduce possibility of interfering with UART3 on APM1 12 years ago
rmackay9 17afd075c1 DataFlash_APM1: use spi_semaphore to avoid conflicts with optical flow 12 years ago
rmackay9 a1b4531545 AP_OpticalFlow: added ability to pass in semaphores for main spi bus to stop conflicts with dataflash on APM1 12 years ago
rmackay9 785d9ca6a7 DataFlash_APM2: renamed semaphore to spi3_semaphore to make it more obvious which semaphore is required. 12 years ago
Andrew Tridgell a53cbc08f3 GPS: avoid output delays in the GPS auto detection 12 years ago
Andrew Tridgell a979fb6014 AP_AnalogSource: added set_pin() interface 12 years ago
Andrew Tridgell 5642922ca7 RC_Channel: simplify the example 12 years ago
Andrew Tridgell 86b509a609 RC_Channel: ensure _reverse is not 0 12 years ago
Pat Hickey f48568c9a6 MultiFastSerial example sketch: notes on fatal error in avr-gcc 4.5.x 12 years ago
Pat Hickey e84a467311 FastSerial example sketch: Depend on AP_Common for PSTR definitions 12 years ago
Pat Hickey 76e93e9fd7 AP_Common: PSTR def has specific version for avr-gcc 4.6 compatibility 12 years ago
Pat Hickey 2936dbb9de RC_Channel unit test: fixed build, functionality still wrong 12 years ago
Pat Hickey d75ca684cc MultiFastSerial test: make it easier to observe which serial port causes crash 12 years ago
Pat Hickey 930d387b8d FastSerial: add extra example sketch MultiFastSerial to test multiple ports 12 years ago
rmackay9 c0cf2d6f38 AP_Motors: added reached_limit method which returns bit mask indicating which control inputs could not be achieved 13 years ago
Andrew Tridgell 00bf548f87 AHRS: limit wind speed estimate changes 13 years ago
Andrew Tridgell e8c4dedcd7 AP_OBC: fixed resume on GPS loss 13 years ago
Pat Hickey 8a6017ea48 AP_ADC_test: fix build of test regressions. 13 years ago
Pat Hickey aa210d7e99 AP_DataFlash_test wibble 13 years ago
Pat Hickey 605f89fa69 DataFlash_APM2: private AP_Semaphore* rather than use extern AP_Semaphore_spi3 13 years ago
Pat Hickey 5ac21b71ce AP_OpticalFlow_test: fix build with NULL semaphore. 13 years ago
Pat Hickey 26ba391cd4 AP_OpticalFlow_ADNS3080: has private AP_Semaphore* _semaphore 13 years ago
Pat Hickey 6fc0d22671 AP_Semaphore.h: proper h macros 13 years ago
Pat Hickey b2b0b70d03 AP_Semaphore_test: instantiate AP_Semaphore_spi3 locally. 13 years ago
Pat Hickey c20a401c6a AP_Semaphore: do not instantiate or export a global spi3 semaphore. 13 years ago
Pat Hickey dfcbb6d9e9 AP_Semaphore_test: bugfix to extern semaphore, add Makefile for builds. 13 years ago
Pat Hickey 5796ee91ca AP_Semaphore: make into separate library rather than part of AP_Common 13 years ago