Skip to content

Commit

Permalink
build: remove raspilot
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasdemarchi committed Sep 12, 2017
1 parent 13f4ba7 commit 83b9518
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ for reviewing patches on their specific area. See [CONTRIBUTING.md](.github/CONT
- ***Board***: VRBrain
- [Julien BERAUD](https://github.com/jberaud)
- ***Board***: Bebop & Bebop 2
- [Pritam Ghanghas](https://github.com/pritamghanghas)
- ***Board***: Raspilot
- [Matt Lawrence](https://github.com/Pedals2Paddles)
- ***Vehicle***: 3DR Solo & Solo based vehicles
- [Gustavo José de Sousa](https://github.com/guludo)
Expand Down
10 changes: 0 additions & 10 deletions Tools/ardupilotwaf/boards.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,16 +385,6 @@ def configure_env(self, cfg, env):
CONFIG_HAL_BOARD_SUBTYPE = 'HAL_BOARD_SUBTYPE_LINUX_DISCO',
)

class raspilot(linux):
toolchain = 'arm-linux-gnueabihf'

def configure_env(self, cfg, env):
super(raspilot, self).configure_env(cfg, env)

env.DEFINES.update(
CONFIG_HAL_BOARD_SUBTYPE = 'HAL_BOARD_SUBTYPE_LINUX_RASPILOT',
)

class erlebrain2(linux):
toolchain = 'arm-linux-gnueabihf'

Expand Down

0 comments on commit 83b9518

Please sign in to comment.