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

change: api文档扫描,不查适配状态了,也查不到

Wendal Chen 6 месяцев назад
Родитель
Сommit
8dd7f1a8c7
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      tools/make_doc_file.py

+ 0 - 5
tools/make_doc_file.py

@@ -4,11 +4,6 @@ import requests
 
 
 #bsp.h文件列表
 #bsp.h文件列表
 bsp_header_list = [
 bsp_header_list = [
-{"name":"Air780EPM","url":"https://github.com/openLuat/luatos-soc-2024/raw/master/project/luatos/inc/luat_conf_bsp_air780epm.h"},
-{"name":"Air780E","url":"https://github.com/openLuat/luatos-soc-2022/raw/master/project/luatos/inc/luat_conf_bsp.h"},
-{"name":"Air780EP","url":"https://github.com/openLuat/luatos-soc-2024/raw/master/project/luatos/inc/luat_conf_bsp_dft.h"},
-{"name":"Air780EPS","url":"https://github.com/openLuat/luatos-soc-2024/raw/master/project/luatos/inc/luat_conf_bsp_air780eps.h"},
-{"name":"Air201","url":"https://github.com/openLuat/luatos-soc-2024/raw/master/project/luatos/inc/luat_conf_bsp_air201.h"},
 ]
 ]
 print("getting bsp.h files...")
 print("getting bsp.h files...")
 for bsp in bsp_header_list:
 for bsp in bsp_header_list: