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 234d9f1ba4
commit 0816779fae
1 changed files with 2 additions and 2 deletions

View File

@ -2034,8 +2034,8 @@ print("Setup for MCU %s" % mcu_type)
# build a list for peripherals for DMA resolver
periph_list = build_peripheral_list()
# write out hw.dat for ROMFS
write_all_lines(os.path.join(outdir, "hw.dat"))
# write out hw.dat for ROMFS (disabled for 4.0 release)
# write_all_lines(os.path.join(outdir, "hw.dat"))
# write out hwdef.h
write_hwdef_header(os.path.join(outdir, "hwdef.h"))