2513 Commits (af9b26f04d90d86a1afae7a06e8ec98fa8684087)
 

Author SHA1 Message Date
px4dev af9b26f04d Merge branch 'master' into px4io-i2c 12 years ago
px4dev 4b07a9abd3 Add RC input configuration, update at startup and on parameter change (max 2 per second). 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
px4dev 7b367c3eb3 Beat the px4io driver into compilable shape. Just missing RC input configuration now. 12 years ago
px4dev 646b926ac9 minor doc fix 12 years ago
px4dev d207d22a4f compile fix 12 years ago
px4dev b4dcdae03d Add support for battery current scaling. Add feedback for mixer load operations. 12 years ago
px4dev 0eb5a070f1 Checkpoint: more work on the px4io driver. Add raw PWM passthrough ioctl. 12 years ago
px4dev 112f5ea969 Add support for raw PWM passthrough from FMU via IO. 12 years ago
px4dev f3a587dfce Wire the I2C device code into the register handler. 12 years ago
px4dev 2686344d58 Adjust the default deadzone for RC inputs per feedback. 12 years ago
px4dev 8da9a2c149 Merge branch 'master' into px4io-i2c 12 years ago
px4dev 854c6436b4 Pull NuttX up to the 6.24 release. 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 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 5c60ed9a94 Fix up FMU input timeout handling. 12 years ago
px4dev 06b66ad065 Don't advertise things we don't have anymore. 12 years ago
px4dev 2dc47160f4 Factoring and comments. 12 years ago
px4dev 2311e03379 Start reworking the px4io driver to use the I2C interface instead. 12 years ago
px4dev 6e291ddedc Add a mechanism for sending multi-part messages to the I2C driver base class. 12 years ago
px4dev 4e38615595 Major workover of the PX4IO firmware for I2C operation. 12 years ago
px4dev 8ebe21b27b Checkpoint - I2C protocol register decode 12 years ago
px4dev b0fb86a693 Sketch out the protocol as it will be on top of I2C 12 years ago
px4dev 5e91a36623 Drop the 'nonstop' flag since we can infer it when we need it. Submitted this version of the serial DMA changes for integration into mainline NuttX. 12 years ago
px4dev 1cecba2a86 Turn off i2c slave debug output for real. 12 years ago
px4dev 5e35491a38 We can't have DMA on both I2C1 and USART2. Since we need it more for I2C, and since USART2 is going back to being ignored once I2C works, let's make the call. 12 years ago
px4dev 329f595bca Don't try to set up serial polling before the HRT has been started. 12 years ago
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. 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
px4dev 9faf348cf5 Merge pull request #156 from jgoppert/sensor_hil_rebase 12 years ago
James Goppert 63e6ea1b95 Changed fault tolerances. 12 years ago