Просмотр исходного кода

update: 适配情况的生成脚本,加上S3,虽然跟C3一样. Air780改成Air780E

Wendal Chen 3 лет назад
Родитель
Сommit
e4f6d8a084
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      tools/make_doc_file.py

+ 2 - 1
tools/make_doc_file.py

@@ -7,7 +7,8 @@ bsp_header_list = [
 {"name":"Air101/Air103","url":"https://gitee.com/openLuat/luatos-soc-air101/raw/master/app/port/luat_conf_bsp.h"},
 {"name":"Air105","url":"https://gitee.com/openLuat/luatos-soc-air105/raw/master/application/include/luat_conf_bsp.h"},
 {"name":"ESP32C3","url":"https://gitee.com/openLuat/luatos-soc-idf5/raw/master/luatos/include/luat_conf_bsp.h"},
-{"name":"Air780","url":"https://gitee.com/openLuat/luatos-soc-2022/raw/master/project/luatos/inc/luat_conf_bsp.h"},
+{"name":"ESP32S3","url":"https://gitee.com/openLuat/luatos-soc-idf5/raw/master/luatos/include/luat_conf_bsp.h"},
+{"name":"Air780E","url":"https://gitee.com/openLuat/luatos-soc-2022/raw/master/project/luatos/inc/luat_conf_bsp.h"},
 ]
 print("getting bsp.h files...")
 for bsp in bsp_header_list: