]>
git.droids-corp.org - protos/rc_servos.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Olivier Matz [Thu, 3 Oct 2013 18:35:38 +0000 (20:35 +0200)]
send PPM input on SPI
Signed-off-by: Olivier Matz <zer0@droids-corp.org>
Olivier Matz [Thu, 3 Oct 2013 18:23:40 +0000 (20:23 +0200)]
add a 0x00 command that means "I have nothing to say"
Olivier Matz [Thu, 3 Oct 2013 18:11:24 +0000 (20:11 +0200)]
poll input capture register
currently value are not send through spi, only saved in ram
Signed-off-by: Olivier Matz <zer0@droids-corp.org>
Olivier Matz [Thu, 3 Oct 2013 18:08:24 +0000 (20:08 +0200)]
use pullup for input to avoid noise
Olivier Matz [Thu, 3 Oct 2013 17:56:42 +0000 (19:56 +0200)]
change prescaler of timer1 from 1 to 8
This will be useful for PPM decoding
Olivier Matz [Thu, 3 Oct 2013 16:53:40 +0000 (18:53 +0200)]
optimize the bypass mode
Olivier Matz [Thu, 3 Oct 2013 16:49:51 +0000 (18:49 +0200)]
volatile is not needed except on variables used in interrupts
Signed-off-by: Olivier Matz <zer0@droids-corp.org>
Olivier Matz [Sun, 29 Sep 2013 14:52:28 +0000 (16:52 +0200)]
support new board (fpv motherboard v1)
Fabrice Desclaux [Thu, 22 Mar 2012 19:52:57 +0000 (20:52 +0100)]
rc_servos: fix servo description to match board topology
Fabrice Desclaux [Thu, 22 Mar 2012 19:52:09 +0000 (20:52 +0100)]
rc_servos: don't forget to poll SPI in bypass mode
Fabrice Desclaux [Thu, 22 Mar 2012 19:51:45 +0000 (20:51 +0100)]
rc_servos: enable bypass mode by default
Fabrice Desclaux [Sun, 26 Feb 2012 21:56:37 +0000 (22:56 +0100)]
rc_servos: revert endianess in union structure
Fabrice Desclaux [Sun, 26 Feb 2012 21:52:40 +0000 (22:52 +0100)]
rc_servos: revert use of registers for global variables
Fabrice Desclaux [Sun, 26 Feb 2012 21:51:46 +0000 (22:51 +0100)]
rc_servos: use define for bypass command
Fabrice Desclaux [Sun, 26 Feb 2012 21:50:49 +0000 (22:50 +0100)]
rc_servos: use uint8 in byte0 union
Olivier MATZ [Thu, 23 Feb 2012 20:52:02 +0000 (21:52 +0100)]
rc_servos: using -O3 produce a much smaller code
Olivier MATZ [Thu, 23 Feb 2012 18:33:19 +0000 (19:33 +0100)]
rc_servos: support spi (not tested)
Olivier MATZ [Thu, 23 Feb 2012 20:22:55 +0000 (21:22 +0100)]
rc_servos: implement bypass mode
Olivier MATZ [Thu, 23 Feb 2012 20:22:35 +0000 (21:22 +0100)]
rc_servos: most critical variables as registers
Olivier MATZ [Thu, 23 Feb 2012 17:53:27 +0000 (18:53 +0100)]
rc_servos: first version, generating PWM
root [Thu, 23 Feb 2012 10:30:25 +0000 (11:30 +0100)]
init