px4dev
|
469d13fdfe
|
Implement serial receive DMA for the F1xx. This is not quite working right yet. Some clients work, others not so much.
|
12 years ago |
px4dev
|
e2f7a46812
|
Clear the interrupting condition when we take the DMA interrupt.
|
12 years ago |
px4dev
|
97136375e3
|
Turn off the I2C register dump at startup.
|
12 years ago |
px4dev
|
4f285f7c80
|
Configure the DMA channels in circular mode so that we don't have to deal with the case where DMA stops but the master is still talking.
Use AF as well as STOPF to decide when transfer has ended. We don't seem to get STOPF when we are transmitting.
|
12 years ago |
px4dev
|
770f2545fb
|
Implement non-stop DMA mode (circular) for the F1x DMA driver.
|
12 years ago |
px4dev
|
bd543fd7fc
|
A couple of minor tracing fixes; print the state names in the trace dump, and set the timestamp for each entry (not really a useful number yet…)
|
12 years ago |
px4dev
|
dadd5d01f9
|
Now that sem_timedwait works, we can turn on interrupt-driven I2C.
|
12 years ago |
px4dev
|
81115166a7
|
Fix clock_time2ticks to round up, not down. This makes sem_timedwait for at least the necessary period.
|
12 years ago |
px4dev
|
3cea0959b7
|
Implement a simple byte loopback server on I2C for more testing.
|
12 years ago |
px4dev
|
2fb820fabd
|
I2C slave RX DMA works.
|
12 years ago |
px4dev
|
0dab53ae26
|
Implement I2C slave DMA. Not working yet.
|
12 years ago |
px4dev
|
f12fa7ee06
|
Don't do retries, since it just complicates things.
|
12 years ago |
px4dev
|
7c7112a157
|
Implement stm32_dmaresidual for the F1 DMA driver.
|
12 years ago |
px4dev
|
7c2445f74d
|
Don't waste time printing when we have errors - that causes the master to time out
|
12 years ago |
px4dev
|
c51b130f17
|
Enable DMA
|
12 years ago |
px4dev
|
3725292e62
|
Actually only one DMA on F100
|
12 years ago |
px4dev
|
811790a14f
|
Checkpoint I2C slave work on IO
|
12 years ago |
James Goppert
|
5745cfae38
|
Tracking down gps ekf bug, not enough precision for GPS in rad.
|
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 |
patacongo
|
b3f3dd123c
|
Use SIGCHLD with waitpid(); implemented wait() and waitid()
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5515 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
Marco Bauer
|
825012b029
|
switched to initialiser list and member variables
|
12 years ago |
Marco Bauer
|
a2a87d1019
|
some changes in structure
|
12 years ago |
Marco Bauer
|
edc3ae7b6c
|
some changes in structure
|
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 |
patacongo
|
ffda55b34a
|
Cosmetic cleanup from SIGCHLD changes
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5514 42af7a65-404d-4744-a932-0658087f49c3
|
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 |
Marco Bauer
|
8ec566d0cb
|
fix number of satellites
|
12 years ago |
px4dev
|
dba244a8d4
|
Fix a build breaker, remove C*HDRS as they aren't used.
|
12 years ago |