Closed jaahaavi closed 10 years ago
is it possible to split this request into separate ones, for example dsmx support in one, then GPS stuff elsewhere.
for example I'm going to add support for speksat on USART3 today, but while I'm there it would be nice to add dsmx. On Nov 3, 2014 6:05 PM, "Jaakko Haavisto" notifications@github.com wrote:
I have created couple of improvements:
- Possibility to use Spektrum satellite and GPS simultaneous. It's done by using softserial on GPS.
- 8 channel support for DSMX.
- Possibility to bind Spektrum satellite with TX without using separate RX for binding.
You can merge this Pull Request by running
git pull https://github.com/jaahaavi/baseflight master
Or view, comment on, or merge it at:
https://github.com/multiwii/baseflight/pull/180 Commit Summary
- Support for simultaneous GPS and Spektrum satellite
- Added Spektrum satellite binding to transmitter
File Changes
- M src/cli.c https://github.com/multiwii/baseflight/pull/180/files#diff-0 (1)
- M src/config.c https://github.com/multiwii/baseflight/pull/180/files#diff-1 (1)
- M src/drv_system.c https://github.com/multiwii/baseflight/pull/180/files#diff-2 (5)
- M src/gps.c https://github.com/multiwii/baseflight/pull/180/files#diff-3 (13)
- M src/main.c https://github.com/multiwii/baseflight/pull/180/files#diff-4 (8)
- M src/mw.h https://github.com/multiwii/baseflight/pull/180/files#diff-5 (3)
- M src/spektrum.c https://github.com/multiwii/baseflight/pull/180/files#diff-6 (54)
Patch Links:
- https://github.com/multiwii/baseflight/pull/180.patch
- https://github.com/multiwii/baseflight/pull/180.diff
— Reply to this email directly or view it on GitHub https://github.com/multiwii/baseflight/pull/180.
Is it ok if I just split this to commits so that one have that Spektrum satellite binding and the other has GPS stuff and that 8 ch support? Or do I have to move that 8 ch stuff to that other request also?
I think 3 separate commits for binding, 8ch (dsmx), and gps would work.
Assuming the code is good, I would merge spektrum stuff immediately, and gps would be up for review.
On Mon, Nov 3, 2014 at 6:18 PM, Jaakko Haavisto notifications@github.com wrote:
Is it ok if I just split this to commits so that one have that Spektrum satellite binding and the other has GPS stuff and that 8 ch support? Or do I have to move that 8 ch stuff to that other request also?
— Reply to this email directly or view it on GitHub https://github.com/multiwii/baseflight/pull/180#issuecomment-61453711.
I made some comments on the code, this must be fixed before the patch is even considered.
On Mon, Nov 3, 2014 at 6:19 PM, timecop timecop@gmail.com wrote:
I think 3 separate commits for binding, 8ch (dsmx), and gps would work.
Assuming the code is good, I would merge spektrum stuff immediately, and gps would be up for review.
On Mon, Nov 3, 2014 at 6:18 PM, Jaakko Haavisto notifications@github.com wrote:
Is it ok if I just split this to commits so that one have that Spektrum satellite binding and the other has GPS stuff and that 8 ch support? Or do I have to move that 8 ch stuff to that other request also?
— Reply to this email directly or view it on GitHub https://github.com/multiwii/baseflight/pull/180#issuecomment-61453711.
I will close this request and create those three new ones (with those fixes)
Sounds good
On Mon, Nov 3, 2014 at 7:31 PM, Jaakko Haavisto notifications@github.com wrote:
I will close this request and create those three new ones (with those fixes)
— Reply to this email directly or view it on GitHub https://github.com/multiwii/baseflight/pull/180#issuecomment-61460263.
I have created couple of improvements: