px4dev
|
8cb583cf80
|
Assorted compile fixes.
|
12 years ago |
Lorenz Meier
|
7ccc57f3c0
|
Fixed test outputs, decoupled tests from NuttX low-level output via message() macro
|
12 years ago |
Simon Wilks
|
ecd01dc2e8
|
We aren't using RS485 but single wire.
|
12 years ago |
px4dev
|
c38ad4ded5
|
Fix the 'time' test, now that rand() seems to be working.
|
12 years ago |
Julian Oes
|
8bc2338466
|
Adapted upper and lower values for test jig voltages
|
12 years ago |
Lorenz Meier
|
ca690f6027
|
Fixed #153 - when no microSD card is present, test used to hang, now aborts with error.
|
12 years ago |
Lorenz Meier
|
054bb69cc7
|
Showing correct test count also in success case
|
12 years ago |
Lorenz Meier
|
acbfd66e67
|
Cleaned up tests further, in anticipation of merges with other branches
|
12 years ago |
Lorenz Meier
|
6c1b00e22f
|
Counting the number of tests correctly
|
12 years ago |
Lorenz Meier
|
dad7f9f436
|
Selected adjustments / fixes to make old apps compatible with new-style ADC driver
|
12 years ago |
px4dev
|
2b37f33a22
|
The tests structure doesn't need to be writable.
|
12 years ago |
Simon Wilks
|
097aeddcad
|
Push single wire operations into stm32_serial.c and added a test to verify HoTT telemetry setup.
|
12 years ago |
px4dev
|
451ecc1bf4
|
Remove a few cut-and-paste author attributions.
|
12 years ago |
Lorenz Meier
|
1e213ea53c
|
Fixed sensors test
|
12 years ago |
Lorenz Meier
|
d9d002f3aa
|
Fixed line breaks in ADC test
|
12 years ago |
Lorenz Meier
|
f08e99311f
|
Better printing of baro test values
|
12 years ago |
Lorenz Meier
|
15f43b1acc
|
improved ADC test, not yet stable
|
12 years ago |
Lorenz Meier
|
127ae32997
|
Completed sensors test, WIP on ADC test
|
12 years ago |
px4dev
|
ea539031da
|
Cleanup and refactor of the PX4IO firmware and board support. Builds, not tested yet.
|
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
|
4c18aced36
|
BSON coder unit tests, fixes arising from test failures.
|
12 years ago |
px4dev
|
c522b5446d
|
Work in progress on to/from memory BSON coding.
|
12 years ago |
px4dev
|
270a5d351f
|
Warning fixes.
|
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
|
67e4584407
|
Deleted old cruft
|
12 years ago |
px4dev
|
4c82f7a1af
|
Cleanup after moving the low-level PWM code.
|
12 years ago |
px4dev
|
c3fe915b44
|
Checkpoint - moving things out of the NuttX configs/*/src directories
|
12 years ago |
px4dev
|
0afeeb5dd8
|
Move the PX4IO driver into the drivers folder.
|
12 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.
Add a new tone_alarm command that can be used to start/stop alarm tones from the shell.
|
12 years ago |
px4dev
|
73521cbc66
|
Fix stack allocation (now probably too large) for PX4IO debugging. Disable nonblocking serial comms to avoid losing tx data.
|
12 years ago |
px4dev
|
bfbd17a2fa
|
Make it possible to run fmu and px4io simultaneously with full control over both sets of possible PWM outputs. First started wins.
|
12 years ago |
px4dev
|
d2ef2afb0b
|
Major rework of the PX4IO driver; pull it closer up to date
|
12 years ago |
px4dev
|
f12b9d0706
|
Fix an error message
|
12 years ago |
px4dev
|
4f20d9a24b
|
Retire old test cases for drivers that have been removed.
|
12 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.
Make the "default" scheduler a centralized definition so that changes are easier in future.
|
13 years ago |
px4dev
|
93c200d281
|
Add new 'task_spawn' interface for starting new tasks in the PX4 world
|
13 years ago |
Simon Wilks
|
4933d1dbbd
|
Only provide update rate mod support to modes supporting 4 PWM channels
|
13 years ago |
Simon Wilks
|
7a5ac6892e
|
Support custom PWM update rates
Rates of 50 to 400 can be specified using the -u <rate in hz> parameter
with the fmu command in the startup script.
|
13 years ago |
Lorenz Meier
|
1d96f0b853
|
Fixed stupid interface bugs, working
|
13 years ago |
Lorenz Meier
|
291f4f3a33
|
Reworked control interface, needs testing / validation
|
13 years ago |
px4dev
|
d7fb2175eb
|
A simple file write performance test
|
13 years ago |
Lorenz Meier
|
c815aff842
|
Deamonized GPS app, fixed GPS issues, reworking RC input
|
13 years ago |
Lorenz Meier
|
cb57fdb28c
|
Added ground estimator, fixed RC calibration
|
13 years ago |
Lorenz Meier
|
c9a453c340
|
Tuned filter gains, still suboptimal, but improved
|
13 years ago |
Lorenz Meier
|
c25cef299f
|
Fixed to mag measurement and filter
|
13 years ago |
Lorenz Meier
|
e503c15361
|
Checkpoint - this is worth an AR.Drone flight test. Fixed thrust scaling in sensors for manual input, kind of fixed AR.Drone motor interface, very reliable now
|
13 years ago |
px4dev
|
5c692e2971
|
Initialise some extra fields, don't try closing an ORB advertisement.
|
13 years ago |
Lorenz Meier
|
8aa41f7d34
|
Add actuator controls output
|
13 years ago |
px4dev
|
eb8e3a2942
|
Reduce slightly the rate at which we can be spammed with arming-state change messages.
|
13 years ago |