build: remove raspilot

This commit is contained in:
Lucas De Marchi 2017-09-07 22:43:48 -07:00
parent 13f4ba7392
commit 83b9518a49
2 changed files with 0 additions and 12 deletions

View File

@ -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)

View File

@ -385,16 +385,6 @@ class disco(linux):
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'