181 Commits (aeb363720925cf25fe159b065dbc55717d73c165)

Author SHA1 Message Date
px4dev eaf1d8063c Build system updates to match the NuttX merge. 12 years ago
px4dev 476db46869 kill off the NuttX ADC driver config; we're not going to use it 12 years ago
Lorenz Meier 8b8330a015 Reverted nuttx merge, back to master 12 years ago
px4dev 2a8ef50df4 A driver and shell command for the BlinkM I2C LED controller. 12 years ago
Lorenz Meier cc1e0ef235 Removed old fixed wing control process 12 years ago
Lorenz Meier f88feceab6 Hotfix: Number of files pre process was causing uorb topics not to be published in MAVLink 12 years ago
Lorenz Meier 4d6fb3a037 Added delay test to measure comm delays with a led / scope 12 years ago
px4dev adb04f632f Local changes to match upstream changes. 12 years ago
Lorenz Meier d006a3fe2d Added onboard, receive-only MAVLink app for onboard UART networks 12 years ago
Lorenz Meier f803540415 Added preflight_check app which checks core system sensors, so far only mag 12 years ago
Simon Wilks efdfa2b8b4 Setup skeleton code (basic daemon). 12 years ago
Lorenz Meier e8eb887515 Added hil command to emulate PWM outputs 12 years ago
daregger 776333a9e5 revert console setting 12 years ago
px4dev c8e90688b0 Fix px4fmu build. 12 years ago
px4dev ea539031da Cleanup and refactor of the PX4IO firmware and board support. Builds, not tested yet. 12 years ago
Lorenz Meier 299c325d20 Defconfig changed to use UART5 12 years ago
Lorenz Meier 8aed355a3f Reverted to IO compatible config 12 years ago
Lorenz Meier 7034acd07e Changed to UART5 for console 12 years ago
px4dev 34a3b260f3 Move the last of the board-specific code for PX4FMU out of the NuttX tree. Now it's just configuration. 12 years ago
px4dev b685d46dbf Clean out remains of the old EEPROM driver. 13 years ago
px4dev 11a7a374a8 Force the linker to keep all init functions. This might be going overboard, but without it we don't get any static constructors. 13 years ago
px4dev f04c522f4f Get us a bit closer to having c++ static constructors working. 13 years ago
px4dev 6cec7f131e Minor board.h changes. 13 years ago
Thomas Gubler 17772afdaa fw control: fixed parameter reloading, disabled old fw control app 13 years ago
px4dev 5135e5308b Hoist the GPIO driver out and integrate it with the px4fmu driver. Move these pieces into the drivers tree. 13 years ago
Lorenz Meier 241a0d8653 Reverting UART config back to developer default on this branch 13 years ago
Lorenz Meier e5fd37f719 Build fix after cleanup 13 years ago
Lorenz Meier 67e4584407 Deleted old cruft 13 years ago
px4dev 34f99c7dca Hoist the ADC and CAN board-specific pieces. 13 years ago
px4dev db044b64cd Hoist the oard-specific USB pieces. 13 years ago
px4dev 7b4118a5e7 Hoist SPI functions. 13 years ago
px4dev 4c82f7a1af Cleanup after moving the low-level PWM code. 13 years ago
px4dev 3d79b9a0b0 Tease the PWM driver out and fix some build issues after cleaning up behind the cpuload pieces. 13 years ago
px4dev c3fe915b44 Checkpoint - moving things out of the NuttX configs/*/src directories 13 years ago
px4dev 0afeeb5dd8 Move the PX4IO driver into the drivers folder. 13 years ago
px4dev c9928c23f3 Remove the old rcS template 13 years ago
px4dev 5925d146bc Move the tone_alarm driver out of the NuttX configs area and add it as an stm32-specific driver in the PX4 apps space. 13 years ago
Thomas Gubler 5616f5c4b1 [work in progess] added pos control skeleton 13 years ago
Thomas Gubler 6c8fb8177e Started implementing fw controller according to controller layout of the ASL lecture 13 years ago
px4dev 4f20d9a24b Retire old test cases for drivers that have been removed. 13 years ago
px4dev 7f18fcd556 Clean out old drivers we're not using anymore. 13 years ago
px4dev 3292ea24a1 Switch to the standard 'verbose' build option. Use a better way of passing options to the linker that is closer to friendly with 'make export'. 13 years ago
px4dev f9a8818d1e Switch from -Os to -O3. This generates *much* faster code, although at a ~50% size penalty. We can afford the space. 13 years ago
px4dev 1e59a592a6 Split the parameter load/save commands out of the 'eeprom' command, since that's not really the obvious place for them. Add parameter printing functionality (though, it's a mess due to %f being busted) 13 years ago
Lorenz Meier dd50c88f07 Fixed GPS lost issue, fixed accel scale initialization, fixed code style in rate controller 13 years ago
Lorenz Meier 607e902b88 Cleaned up / simplified position control, attacking pos control implementation next 13 years ago
tnaegeli 733975ed2d fixed Rate controller 13 years ago
px4dev dfae108e6a Go back to the FIFO scheduler for now, as we don't have time to shake out the RR scheduler changeover just yet. 13 years ago
Lorenz Meier d75266f390 Reverted different UART assignment 13 years ago
tnaegeli e42655e7c6 EKF 13 years ago