mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
build: remove raspilot
This commit is contained in:
parent
13f4ba7392
commit
83b9518a49
@ -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)
|
||||
|
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user