mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
HAL_ChibiOS: disable ROMFS hwdef.dat for 4.0 release
will be in 4.1
This commit is contained in:
parent
f7efd57055
commit
4aa00e6540
@ -2034,8 +2034,8 @@ print("Setup for MCU %s" % mcu_type)
|
|||||||
# build a list for peripherals for DMA resolver
|
# build a list for peripherals for DMA resolver
|
||||||
periph_list = build_peripheral_list()
|
periph_list = build_peripheral_list()
|
||||||
|
|
||||||
# write out hw.dat for ROMFS
|
# write out hw.dat for ROMFS (disabled for 4.0 release)
|
||||||
write_all_lines(os.path.join(outdir, "hw.dat"))
|
# write_all_lines(os.path.join(outdir, "hw.dat"))
|
||||||
|
|
||||||
# write out hwdef.h
|
# write out hwdef.h
|
||||||
write_hwdef_header(os.path.join(outdir, "hwdef.h"))
|
write_hwdef_header(os.path.join(outdir, "hwdef.h"))
|
||||||
|
Loading…
Reference in New Issue
Block a user