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

Autobuild reverts for bds without PWM pads #26671

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions libraries/AP_HAL_ChibiOS/hwdef/BETAFPV-F405/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,4 @@ define HAL_FRAME_TYPE_DEFAULT 12


include ../include/minimize_fpv_osd.inc
AUTOBUILD_TARGETS Copter
2 changes: 1 addition & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/FlywooF405S-AIO/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,5 @@ define DEFAULT_NTF_LED_TYPES 257

# save some flash space
include ../include/minimize_fpv_osd.inc

AUTOBUILD_TARGETS Copter

Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ PA2 TIM2_CH3 TIM2 PWM(4) GPIO(53) BIDIR

DMA_PRIORITY SPI1* SPI3* TIM1_CH2 TIM2_UP TIM3_UP
DMA_NOSHARE USART2*

AUTOBUILD_TARGETS Copter
1 change: 1 addition & 0 deletions libraries/AP_HAL_ChibiOS/hwdef/JHEMCU-GSF405A/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,5 @@ define HAL_BUTTON_ENABLED 0
define AP_NOTIFY_OREOLED_ENABLED 0
define HAL_PICCOLO_CAN_ENABLE 0
define BARO_MAX_INSTANCES 1
AUTOBUILD_TARGETS Copter

1 change: 1 addition & 0 deletions libraries/AP_HAL_ChibiOS/hwdef/revo-mini-sd/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ define HAL_OS_FATFS_IO 1

# disable parachute and sprayer to save flash
define HAL_PARACHUTE_ENABLED 0
AUTOBUILD_TARGETS None
Loading