[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [5490] refactored spektrum parser
From: |
Eric |
Subject: |
[paparazzi-commits] [5490] refactored spektrum parser |
Date: |
Thu, 19 Aug 2010 15:39:06 +0000 |
Revision: 5490
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5490
Author: lamestllama
Date: 2010-08-19 15:39:05 +0000 (Thu, 19 Aug 2010)
Log Message:
-----------
refactored spektrum parser
Modified Paths:
--------------
paparazzi3/trunk/sw/airborne/booz/radio_control/booz_radio_control_spektrum.c
Modified:
paparazzi3/trunk/sw/airborne/booz/radio_control/booz_radio_control_spektrum.c
===================================================================
---
paparazzi3/trunk/sw/airborne/booz/radio_control/booz_radio_control_spektrum.c
2010-08-19 15:38:56 UTC (rev 5489)
+++
paparazzi3/trunk/sw/airborne/booz/radio_control/booz_radio_control_spektrum.c
2010-08-19 15:39:05 UTC (rev 5490)
@@ -21,14 +21,11 @@
* Boston, MA 02111-1307, USA.
*/
-#include "booz_radio_control.h"
+#include "booz_radio_control_spektrum.h"
-bool_t rc_spk_parser_status;
-uint8_t rc_spk_parser_idx;
-uint8_t rc_spk_parser_buf[RADIO_CONTROL_NB_CHANNEL*2];
-const int16_t rc_spk_throw[RADIO_CONTROL_NB_CHANNEL] = RC_SPK_THROWS;
-
-void radio_control_impl_init(void) {
- rc_spk_parser_status = RC_SPK_STA_UNINIT;
- rc_spk_parser_idx = 0;
-}
+/* Currently the functionality has been pushed into the arch directories
+ * both arch directories contain essentially the original parser.
+ * The next step is to implement a new parser for lisa. Once this is complete
+ * hardware dependent functions will be written for booz then the lisa parser
+ * will end up in here
+ */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [5490] refactored spektrum parser,
Eric <=