Skip to content

Commit b5276b1

Browse files
authored
readme: Clarify bootloaders and board_types (#254)
- It seems to cause confusion that the H7 bootloaders are not in this repo. - And we should add a note regarding board_types.txt.
1 parent a975187 commit b5276b1

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
# Bootloader for the Pixhawk board family
1+
# Bootloader for PX4 on STM32F1/F3/F4/F7
22

33
[![GitHub Actions Status](https://github.com/PX4/PX4-Bootloader/actions/workflows/main.yaml/badge.svg)](https://github.com/PX4/PX4-Bootloader/actions/workflows/main.yaml)
44

5+
**Note that bootloaders for STM32H7 are in [PX4](https://github.com/PX4/PX4-Autopilot) tree.**
6+
7+
This repository is just for legacy bootloaders on STM32F1/F3/F4/F7.
8+
9+
## Board IDs board_types.txt
10+
11+
This repository also serves to keep track of board IDs for PX4 in [board_types.txt](https://github.com/PX4/PX4-Bootloader/blob/main/board_types.txt).
12+
13+
It should be kept in sync with [ArduPilot's board_types.txt](https://github.com/ArduPilot/ardupilot/blob/master/Tools/AP_Bootloader/board_types.txt) as much as possible.
14+
515
## Build instructions
616

717
Build all targets:

0 commit comments

Comments
 (0)