Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BMP v2 swd flashing issue fix for lisa mxs #2104

Merged
merged 3 commits into from
Aug 26, 2017

Conversation

kevindehecker
Copy link
Contributor

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.

@podhrmic
Copy link
Member

podhrmic commented Aug 19, 2017

@kevindehecker what is Lisa MXS? Did you mean Lisa S? https://wiki.paparazziuav.org/wiki/Lisa/S

Edit: here is the correct wiki link: https://wiki.paparazziuav.org/wiki/Lisa/MXS_v1.0

Not much info there though.

@@ -1,3 +1,3 @@
<!DOCTYPE maps SYSTEM "maps.dtd">

<maps google_version="733"/>
<maps google_version="129"/>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please don't change this file (you should rebase on master)

BOARD_VERSION=1.0
BOARD_CFG=\"boards/$(BOARD)_$(BOARD_VERSION).h\"

ARCH=stm32

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're adding a lot of file related to ChibiOS, but still selecting the stm32 arch. And I don't think it is currently working without ChibiOS at the moment as some definition are missing. I think you should limit your pull request to adding the basic support of the lisa_mxs board and its flashing option, and add ChibiOS support later it needed when it is ready.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed those files. I just copied it assuming it already worked.

@dewagter
Copy link
Member

dewagter commented Aug 21, 2017 via email

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.
@kevindehecker
Copy link
Contributor Author

@dewagter The lisa_s now also uses the new bmp setting.
@podhrmic I'm planning to add some stuff on the wiki eventually ,but first figure it all out myself :)

@gautierhattenberger gautierhattenberger merged commit cc1490d into paparazzi:master Aug 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants