103 Commits (ffda224b414204af7fb0a4f660f7b72ee013bcd2)

Author SHA1 Message Date
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
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. 12 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. 12 years ago
px4dev f04c522f4f Get us a bit closer to having c++ static constructors working. 12 years ago
px4dev 6cec7f131e Minor board.h changes. 12 years ago
Thomas Gubler 17772afdaa fw control: fixed parameter reloading, disabled old fw control app 12 years ago
px4dev 5135e5308b Hoist the GPIO driver out and integrate it with the px4fmu driver. Move these pieces into the drivers tree. 12 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
Simon Wilks 37163011fc Use the update rate parameter provided and not the default. 13 years ago
Julian Oes df8bbb2d30 workaround in nuttx to allow for more than 6 arguments when starting an app (in my opinion needed) 13 years ago
tnaegeli df03433034 g 13 years ago
px4dev 5a8dda3343 It's mostly harmless, so turn on the bootloader update tool. 13 years ago
px4dev 273b6cf085 Enable the low-priority work queue; we're going to want to use it. 13 years ago
Lorenz Meier 5dd6cbcb13 Logging rate changes, 13 years ago
Lorenz Meier cab1fed3e9 Commented defconfig changes 13 years ago
Lorenz Meier fdd758df5c Increased stack sizes, this fixes the board not booting with a ROMFS mount message 13 years ago
Lorenz Meier e440fc4027 Rewrote SD logging app, simpler, but effective. Pending testing 13 years ago