Commit Graph

24 Commits

Author SHA1 Message Date
kevindehecker cc1490d577 Also change lisa s 2017-08-26 10:10:38 +02:00
kevindehecker 6c484d494f Made lisa mxs compatible with BMP v2 by disabling voltage sensing.
This required making a seperate board file for the mxs. Hence also changed the ladylisamxs airframe file to use the new board. Also added a cx10 airframe file.
2017-08-26 10:10:38 +02:00
Gautier Hattenberger 4e5d863291 [board] support of the Chimera autopilot based on STM32F7 (#2018)
* [board] support of the Chimera autopilot based on STM32F7

- based on ChibiOS only (updated to master for proper support of F7)
- requires some specific ram for DMA operations
- SBUS driver updated and support of internal inverted logic option of F7

* [chibios] fix some compilation errors

* [chibios] fix some a few PR comments

- test less MCU types
- support F1 for uart driver
- more autodetect for VTOR_INIT

* use correct path

* choose a working version of chibios

* [chibios] fix some comments from PR review

- add some doc
- protect LED
- update TRUE/FALSE for lowercase
- pick a slightly older version of chibios (wrong path in makefile not
  fixed yet)
2017-02-23 10:31:50 -08:00
Michal Podhradsky 7947752a75 [vms_ecu] Added example ECU board 2017-02-19 12:14:20 -08:00
Michal Podhradsky 1af7460619 [chibios] Lia bootloader now works with Chibios (a custom linker script was needed) 2017-02-11 11:18:19 -08:00
Michal Podhradsky 35c38041f6 [chibios] Lia works without bootloader (only LED flash tested), ChibiOS is having issues with a bootlodaer (probably something with the linker script) 2017-02-11 10:43:42 -08:00
Michal Podhradsky 08f7e4c56e Allow BMP JTAG on Lia board 2017-02-11 10:07:39 -08:00
Michal Podhradsky 04e138c6a3 [px4] Allow SWD flashing for px4_io 2017-02-03 16:42:51 -08:00
Felix Ruess 18fadbde59 [boards] support for OpenPilot Revolution board
IMU, mag, baro and telemetry tested.
Positive x-axis of the IMU is indicated by the arrows on the board, the side with LEDS and F4 is up (negative z-axis).
Still missing support for the modem and the external flash...

To get the axes correct also extended the imu_mpu600_hmc5883 driver to allow different axes/channel assignments.
2016-05-19 21:49:03 +02:00
Christophe De Wagter c982c04537 [board] remove classix support (#1626) 2016-04-25 22:54:08 +02:00
kevindehecker c28d05fa40 Flash using PX4 bootloader 2016-03-04 15:47:46 +01:00
Felix Ruess 7bc0f46170 [boards] naze32: default to SERIAL (USB) flash mode 2015-12-27 14:13:43 +01:00
Martin Mueller efc05d53a6 [boards] preliminary support for CJMCU micro board 2015-12-03 12:09:28 +01:00
Felix Ruess b11708dbdc [boards] preliminary support for naze32 rev4 2015-12-02 00:12:49 +01:00
Piotr Esden-Tempski 7b77f7f30c [ELLE0] Added ELLE0 V1.0 board file and related. 2015-08-11 20:21:19 +02:00
Felix Ruess 478e8dd56a [boards] start adding support for CC3D 2015-04-02 11:24:57 +02:00
podhrmic 03b58017f9 [boards][stm32f4] Lisa MX luftboot support
Added support for luftboot-like bootloader for Lisa MX 2.0 and 2.1
(the bootloader itself is in ext repository, this is only support in pprzi code)
2014-12-15 12:00:28 +01:00
Freek van Tienen 42bb0850c4 [navstik] Added a new board 2014-06-08 18:04:55 +02:00
Felix Ruess 1eb2e35420 [conf] flash_modes: fix board regexes 2014-03-04 11:22:27 +01:00
Felix Ruess 161c25e5a0 [conf] FLASH_MODE cleanup 2014-03-03 18:47:54 +01:00
Felix Ruess ef2b1aef03 [conf] cleanup flash_modes 2014-02-15 23:12:40 +01:00
Gautier Hattenberger 4eeddf5c53 [flash_mode] parse boards' name as regexp 2013-12-18 19:11:54 +01:00
Felix Ruess 4dfba18f5b [conf] separate JTAG_BMP FLASH_MODE 2013-12-18 12:51:01 +01:00
Gautier Hattenberger 2f0060456b [flash modes] change some mode names and luftboot unused by default 2013-12-17 17:15:01 +01:00