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

update MatekH7A3 OSCILLATOR_HZ to 16M #26973

Merged
merged 2 commits into from
May 4, 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
Binary file modified Tools/bootloaders/MatekH7A3_bl.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion Tools/bootloaders/MatekH7A3_bl.hex

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/MatekH7A3/hwdef-bl.dat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MCU STM32H7xx STM32H7A3xx
APJ_BOARD_ID AP_HW_MatekH7A3

# crystal frequency, setup to use external oscillator
OSCILLATOR_HZ 8000000
OSCILLATOR_HZ 16000000

FLASH_SIZE_KB 2048

Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/MatekH7A3/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MCU STM32H7xx STM32H7A3xx
APJ_BOARD_ID AP_HW_MatekH7A3

# crystal frequency, setup to use external oscillator
OSCILLATOR_HZ 8000000
OSCILLATOR_HZ 16000000

FLASH_SIZE_KB 2048
env OPTIMIZE -Os
Expand Down
Loading