Skip to content

Commit

Permalink
Added platform support for Crazyflie Bolt. Closes #472
Browse files Browse the repository at this point in the history
First renaming from RZR to Bolt. Then the RZR deck driver was removed
and instead the the motor mapping is done via the platform  setup. A
test file for the Bolt was also added.
  • Loading branch information
tobbeanton committed Sep 24, 2019
1 parent ddfa840 commit d7469ed
Show file tree
Hide file tree
Showing 12 changed files with 393 additions and 152 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ PROJ_OBJ += deck_spi.o

# Decks
PROJ_OBJ += bigquad.o
PROJ_OBJ += rzr.o
PROJ_OBJ += bolt.o
PROJ_OBJ += ledring12.o
PROJ_OBJ += buzzdeck.o
PROJ_OBJ += gtgps.o
Expand Down Expand Up @@ -219,6 +219,7 @@ endif
#Deck tests
PROJ_OBJ += exptest.o
PROJ_OBJ += exptestRR.o
PROJ_OBJ += exptestBolt.o
#PROJ_OBJ += bigquadtest.o
#PROJ_OBJ += uarttest.o

Expand Down
127 changes: 0 additions & 127 deletions src/deck/drivers/src/rzr.c

This file was deleted.

Loading

0 comments on commit d7469ed

Please sign in to comment.