board_types.txt: add comment on limiting allocations to 10-at-a-time

This commit is contained in:
Peter Barker 2024-07-30 09:54:51 +10:00 committed by Peter Barker
parent 6929ae60f9
commit c47b795f34

View File

@ -72,6 +72,9 @@ EXT_HW_RADIOLINK_MINI_PIX 3
# Do not allocate IDs in the range 1000 to 19999 except via a PR
# against this file in https://github.com/ArduPilot/ardupilot/tree/master/Tools/AP_Bootloader/board_types.txt
# if you want to reserve a block of IDs, please limit that allocation
# to 10 IDs at a time.
# values starting with AP_ are implemented in the ArduPilot bootloader
# https://github.com/ArduPilot/ardupilot/tree/master/Tools/AP_Bootloader
# the values come from the APJ_BOARD_ID in the hwdef files here: