Lorenz Meier
|
a10ff0fe1c
|
First round of testing successful - back to I2C code from Dec / Nov 2012
|
12 years ago |
Lorenz Meier
|
c15093bb55
|
Bringing back old I2C code, just temporary workaround
|
12 years ago |
px4dev
|
bc35bb23dd
|
HOTFIX: disable interrupt-driven I2C mode, configure pessimistic I2C timeout, correct handling of the NAK generation for I2C master reads.
This looks like it addresses the recent I2C lockup issue, unfortunately it also increases CPU consumption by ~5% for the I2C sensor bus.
|
12 years ago |
px4dev
|
7d7c352fb4
|
Merge pull request #162 from PX4/windows_build_fix
Windows build fix attempt
|
12 years ago |
px4dev
|
ab0459c1f4
|
Pass the absolute path to the compiler/assembler so that error messages include enough information for an IDE to find the file.
|
12 years ago |
Lorenz Meier
|
07114f0a32
|
Windows build fix attempt
|
12 years ago |
px4dev
|
854c6436b4
|
Pull NuttX up to the 6.24 release.
Merge branch 'nuttx-merge-5447'
|
12 years ago |
px4dev
|
6d138a845a
|
Let's let folks have their own .gdbinit
|
12 years ago |
Lorenz Meier
|
35f0f570a6
|
Hotfix for current active waypoint ID
|
12 years ago |
Lorenz Meier
|
38f435e4cf
|
Merge pull request #161 from julianoes/fix_jigtest
Adapted upper and lower values for test jig voltages
|
12 years ago |
px4dev
|
c38ad4ded5
|
Fix the 'time' test, now that rand() seems to be working.
|
12 years ago |
px4dev
|
09535fef83
|
Start adding PX4 firmware helper macros
|
12 years ago |
Julian Oes
|
8bc2338466
|
Adapted upper and lower values for test jig voltages
|
12 years ago |
px4dev
|
9faf348cf5
|
Merge pull request #156 from jgoppert/sensor_hil_rebase
Rebase of changes to sensor_hil_fixedwing branch.
|
12 years ago |
James Goppert
|
63e6ea1b95
|
Changed fault tolerances.
|
12 years ago |
James Goppert
|
0ccdbd78f6
|
More formatting.
|
12 years ago |
James Goppert
|
e02791ee8e
|
Added assertion, fixed formatting.
|
12 years ago |
James Goppert
|
69f6fe51bc
|
More fixes.
|
12 years ago |
James Goppert
|
e3d0e0216b
|
Fixed comment.
|
12 years ago |
px4dev
|
532993c281
|
Merge pull request #158 from PX4/battery_status_cleanup
Removed last bogus references to battery voltage from sensor combined topic
|
12 years ago |
Lorenz Meier
|
5ad8e645f4
|
Removed last bogus references to battery voltage from sensor combined topic
|
12 years ago |
James Goppert
|
f7c31e4d80
|
Reduced stack size for mavlink receiver.
|
12 years ago |
James Goppert
|
56e15ab1f4
|
Working on comments.
|
12 years ago |
James Goppert
|
ea3ce8de85
|
Reboot fix.
|
12 years ago |
James Goppert
|
6d8983e908
|
Fixed HIL state machine issue with reboot.
|
12 years ago |
James Goppert
|
a40f41d216
|
Change default vehicle type to fixedwing.
|
12 years ago |
James Goppert
|
464c5245f2
|
Rebase of changes to sensor_hil_fixedwing branch.
|
12 years ago |
Lorenz Meier
|
0fdf962356
|
Merge pull request #150 from PX4/app-auto-deps
Use the compiler to generate app dependencies
|
12 years ago |
px4dev
|
ff146cc5b1
|
Merge pull request #148 from PX4/adc_integration
Selected adjustments / fixes to make old apps compatible with new-style ADC
|
12 years ago |
Lorenz Meier
|
9ac2684ca0
|
Printing error reason in warning
|
12 years ago |
px4dev
|
58ea9fbf01
|
Merge pull request #154 from PX4/file_test_fix
Fixed #153 - when no microSD card is present, test used to hang, now abo...
|
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
|
a6a6d9c457
|
Merge branch 'master' of github.com:PX4/Firmware into adc_integration
|
12 years ago |
Lorenz Meier
|
054bb69cc7
|
Showing correct test count also in success case
|
12 years ago |
px4dev
|
dcb0a32648
|
Merge pull request #152 from PX4/#149-mathlib-warnings
Suppress warnings from ARM's DSP_Lib code that are spamming developers t...
|
12 years ago |
Lorenz Meier
|
acbfd66e67
|
Cleaned up tests further, in anticipation of merges with other branches
|
12 years ago |
Lorenz Meier
|
8d6e0bc968
|
Merged with upstream
|
12 years ago |
Lorenz Meier
|
15b61d4c15
|
Improved battery voltage init, removed bogus printf() from debugging
|
12 years ago |
px4dev
|
dba244a8d4
|
Fix a build breaker, remove C*HDRS as they aren't used.
|
12 years ago |
px4dev
|
1c63eda98b
|
Objects depend on the makefile chain as well.
|
12 years ago |
px4dev
|
5b07efdbeb
|
Automatically generate depdencies for source files as they are compiled, rather than using the NuttX dependency generator tool.
|
12 years ago |
px4dev
|
6d301710d9
|
Suppress warnings from ARM's DSP_Lib code that are spamming developers to no benefit.
Addresses #149
|
12 years ago |
Julian Oes
|
9f1ab9348c
|
One printf made the tests unreadable
|
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 |
Lorenz Meier
|
2f94a7a2b7
|
Merge pull request #146 from PX4/wpfix
WP fix contributed by James Goppert
|
12 years ago |
Lorenz Meier
|
419896f983
|
WP fix contributed by James Goppert
|
12 years ago |
px4dev
|
b5d3d8e436
|
We can ignore this too.
|
12 years ago |
px4dev
|
2b37f33a22
|
The tests structure doesn't need to be writable.
|
12 years ago |
px4dev
|
41987c7848
|
Recover fix for and enabling of interrupt-driven I2C.
|
12 years ago |