HAL_ChibiOS: disable ROMFS hwdef.dat for 4.0 release

will be in 4.1
This commit is contained in:
Andrew Tridgell 2020-05-21 16:10:10 +10:00
parent f7efd57055
commit 4aa00e6540

View File

@ -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"))