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

AP_HAL_ChibiOS:add back displayport for KakuteF7 #21933

Merged
merged 1 commit into from
Oct 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions libraries/AP_HAL_ChibiOS/hwdef/KakuteF7/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ define HAL_SPRAYER_ENABLED 0
# save FLASH, but leave above when flash issue is fixed
include ../include/minimize_features.inc

# make sure MSP HD Goggle support remains
undef HAL_WITH_MSP_DISPLAYPORT
Hwurzburg marked this conversation as resolved.
Show resolved Hide resolved
define HAL_WITH_MSP_DISPLAYPORT 1
undef HAL_MSP_ENABLED
define HAL_MSP_ENABLED 1
Hwurzburg marked this conversation as resolved.
Show resolved Hide resolved

# reduce max size of embedded params for apj_tool.py
define AP_PARAM_MAX_EMBEDDED_PARAM 1024