post.bat 583 B

1234567891011121314151617181920
  1. @echo off
  2. @echo make config.bin
  3. ..\..\tools\config_maker\cfg_maker.exe Objects\config.dat.o out\defcfg.bin 33 0
  4. ..\..\tools\config_maker\xml_maker.exe Objects\config.xml.o out\config.xml ZS308A_V1.0
  5. python ..\..\..\..\zephyr\scripts\config\config_xml_export.py -i out\config.xml -c out\config.txt -o out\drv_cfg_head.h
  6. xcopy out\drv_cfg_head.h ..\..\..\..\zephyr\drivers\cfg_drv /F /y
  7. xcopy out\defcfg.bin .\..\..\prebuild\config /F /y
  8. xcopy out\defcfg.bin .\..\..\ksdfs /F /y
  9. xcopy out\config.xml .\..\..\prebuild\config /F /y
  10. xcopy out\config.h .\..\..\src\include /F /y