2989 Commits (72414085b2c7de1f6ca1b9dc54aaf529cee1e982)

Author SHA1 Message Date
Andrew Tridgell 2ce18f588b AP_HAL: added AP_HAL_Macros.h 12 years ago
Pat Hickey 53ea7c564e Butter filter: needs header guards 12 years ago
Jonathan Challinger c66571b87d Filter: added 2nd-order butterworth filters. 12 years ago
Andrew Tridgell c6b006cf5f DataFlash: move log reading logic into common library 12 years ago
Andrew Tridgell bd9c61562f HAL_PX4: added -d command line option to app 12 years ago
Andrew Tridgell 64a8a8e4c9 HAL_PX4: fixed using mavlink on the console 12 years ago
Andrew Tridgell 4c4b6afaff HAL_AVR_SITL: fixed log dump 12 years ago
Andrew Tridgell 4609114a81 HAL_Empty: fixed example build 12 years ago
Andrew Tridgell a3556c8cf8 HAL_AVR: fixed example build 12 years ago
Andrew Tridgell d844a1ba3c AP_InertialSensor: fixed PX4 example build 12 years ago
Andrew Tridgell 98a55bf2a1 AP_Limits: removed old declaration 12 years ago
Randy Mackay 109b1069d8 AP_InertialNav: added constraint to how large local accelerometer offset corrections can become 12 years ago
Andrew Tridgell f683cff9e2 DataFlash: speed up SPI transfers in DataFlash_APM1 12 years ago
Andrew Tridgell 6bd361b9cd OpticalFlow: make surface_quality uint8_t 12 years ago
Andrew Tridgell f644a356c9 AP_AHRS: document more rotation combinations 12 years ago
Andrew Tridgell 38062bbb6d AP_Math: support some more rotation combinations 12 years ago
Andrew Tridgell 848fc3e32d AP_AHRS: added AHRS_ORIENTATION parameter 12 years ago
Andrew Tridgell d7996acdf7 AP_InertialSensor: added set_board_orientation() method 12 years ago
Andrew Tridgell 60a4447a86 AP_Compass: added set_board_orientation() method 12 years ago
Andrew Tridgell 8015f0f626 DataFlash: update SITL implementaion for new API 12 years ago
Andrew Tridgell 9ef1f8509b DataFlash: update test code for new macros 12 years ago
Andrew Tridgell 83b074dd87 DataFlash: moved macros into common header 12 years ago
Andrew Tridgell f3005c4267 DataFlash: use bulk SPI transfer() method 12 years ago
Andrew Tridgell a06202e750 HAL_SMACCM: added bulk SPI transfer() method 12 years ago
Andrew Tridgell 3dc0a990a1 HAL_Empty: added bulk SPI transfer() method 12 years ago
Andrew Tridgell b5b7fd2f9a HAL_AVR: added bulk transfer() method 12 years ago
Andrew Tridgell 6415f00ce3 AP_HAL: added a bulk transfer() method 12 years ago
Pat Hickey af8f576c67 AP_HAL_SMACCM: add LICENSE file 12 years ago
Pat Hickey 3d0a4394b6 DataFlash Empty: conform to blockread/write virtual if 12 years ago
Andrew Tridgell 7274d847f8 DataFlash: update for new block API 12 years ago
Andrew Tridgell 28a0ba6c4a DataFlash: added block based dataflash writes 12 years ago
Andrew Tridgell 252d11ccfa AP_GPS: initialise _step to zero in all drivers 12 years ago
Andrew Tridgell 64734dc51c AP_Scheduler: show scheduler task slips 12 years ago
Andrew Tridgell 1cb64dacf9 AP_Scheduler: expose debug variable 12 years ago
Andrew Tridgell 7ddadcf34e AP_Scheduler: added new scheduler library 12 years ago
Andrew Tridgell 30b50a858d Filter: fixed a warning on PX4 12 years ago
Andrew Tridgell 6142eac4b4 AP_InertialSensor: simplify get_delta_time() API 12 years ago
Andrew Tridgell 7c7a215934 HAL_PX4: fixes for new Scheduler API 12 years ago
Andrew Tridgell 6aecdb3d7d HAL_AVR: tweak the default serial buffer sizes 12 years ago
Andrew Tridgell 0cb8192861 HAL_AVR: ensure we can handle a 256 size buffer 12 years ago
Andrew Tridgell cf04935438 HAL_AVR: make Console a direct wrapper of uartA 12 years ago
Pat Hickey 7b5153c79b AP_HAL_AVR_SITL: main calls system_initialized 12 years ago
Pat Hickey 4d5d08ad10 AP_HAL_Empty: main calls system_initialized 12 years ago
Pat Hickey 2b621dc579 AP_HAL_AVR: main calls system_initialized 12 years ago
James Bielman 25d078e2bd AP_Baro_MS5611: Don't panic if taking semaphore fails during init. 12 years ago
James Bielman edfddbab57 AP_HAL_SMACCM: Implement new scheduler methods. 12 years ago
Pat Hickey 910e09fc96 AP_InertialSensor_MPU6000: fix sync/async semaphore usage with new scheduler 12 years ago
Pat Hickey 83adb72f16 AP_HAL_Empty: Stub out new Scheduler methods 12 years ago
Pat Hickey a228519b18 AP_HAL_AVR_SITL: Implement new Scheduler methods 12 years ago
Pat Hickey 930a789b25 AP_HAL_AVR: Implement new scheduler methods 12 years ago