File tree Expand file tree Collapse file tree 4 files changed +24
-1
lines changed
Expand file tree Collapse file tree 4 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 6262 - {RTT_BSP: "lrs007_lorawan_end_device"}
6363 - {RTT_BSP: "art_pi_qboot"}
6464 - {RTT_BSP: "art_pi_nes"}
65+ - {RTT_BSP: "art_pi_ble_mesh_gateway"}
6566 steps :
6667 - uses : actions/checkout@v2
6768 - name : Set up Python
Original file line number Diff line number Diff line change @@ -346,6 +346,27 @@ example_projects:
346346 - libraries
347347 - rt-thread
348348 external_files :
349+ - package_type : Chip_Support_Packages
350+ package_vendor : RealThread
351+ package_name : STM32H7
352+ package_version : 0.1.9
353+ source_path_offset : ' '
354+ target_path_offset : ' '
355+ files_and_folders : []
356+ - project_name : art_pi_ble_mesh_gateway
357+ project_description : creat this peoject if user choose rt-thread project
358+ project_type : rt-thread|@full|@4.0.3
359+ builtin_files :
360+ - source_path_offset : projects/art_pi_ble_mesh_gateway
361+ target_path_offset : ' '
362+ files_and_folders :
363+ - " *"
364+ - source_path_offset : ' '
365+ target_path_offset : ' '
366+ files_and_folders :
367+ - libraries
368+ - rt-thread
369+ external_files :
349370 - package_type : Chip_Support_Packages
350371 package_vendor : RealThread
351372 package_name : STM32H7
Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ ART-Pi 开源项目如下表所示:
1717| [ art_pi_qboot] ( ./art_pi_qboot ) | 实现程序从 ` 0x08000000 ` 跳转到 ` 0x90000000 ` ,并且支持从 ` download ` 分区更新固件到 ` app ` 分区。 |
1818| [ art_pi_ble_mesh_gateway] ( ./art_pi_ble_mesh_gateway ) | 实现蓝牙 mesh web 网关功能。 |
1919| [ art_pi_nes] ( ./art_pi_nes ) | 实现 NES 模拟器及游戏试玩 |
20+ | [ uf2_boot] ( (./uf2_boot) ) | 实现 USB 的 bootloader 的功能,使用的文件格式为 uf2 |
Original file line number Diff line number Diff line change 4545 <option id =" ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.fpu.abi.966735324" name =" Float ABI" superClass =" ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.fpu.abi" useByScannerDiscovery =" true" value =" ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.fpu.abi.hard" valueType =" enumerated" />
4646 <option id =" ilg.gnuarmeclipse.managedbuild.cross.option.warnings.allwarn.1381561249" name =" Enable all common warnings (-Wall)" superClass =" ilg.gnuarmeclipse.managedbuild.cross.option.warnings.allwarn" useByScannerDiscovery =" true" value =" true" valueType =" boolean" />
4747 <option id =" ilg.gnuarmeclipse.managedbuild.cross.option.target.other.2041717463" name =" Other target flags" superClass =" ilg.gnuarmeclipse.managedbuild.cross.option.target.other" useByScannerDiscovery =" true" value =" " valueType =" string" />
48- <option id =" ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.fpu.unit.1463655269" name =" FPU Type" superClass =" ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.fpu.unit" useByScannerDiscovery =" true" value =" ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.fpu.unit.fpv4spd16 " valueType =" enumerated" />
48+ <option id =" ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.fpu.unit.1463655269" name =" FPU Type" superClass =" ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.fpu.unit" useByScannerDiscovery =" true" value =" ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.fpu.unit.fpv5d16 " valueType =" enumerated" />
4949 <option id =" ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.thumbinterwork.61203436" name =" Thumb interwork (-mthumb-interwork)" superClass =" ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.thumbinterwork" useByScannerDiscovery =" true" value =" false" valueType =" boolean" />
5050 <targetPlatform archList =" all" binaryParser =" org.eclipse.cdt.core.ELF" id =" ilg.gnuarmeclipse.managedbuild.cross.targetPlatform.1798638225" isAbstract =" false" osList =" all" superClass =" ilg.gnuarmeclipse.managedbuild.cross.targetPlatform" />
5151 <builder buildPath =" ${workspace_loc:/qemu-vexpress-a9}/Debug" cleanBuildTarget =" clean2" id =" ilg.gnuarmeclipse.managedbuild.cross.builder.1736709688" keepEnvironmentInBuildfile =" false" managedBuildOn =" true" name =" GNU Make Builder" parallelBuildOn =" true" parallelizationNumber =" optimal" superClass =" ilg.gnuarmeclipse.managedbuild.cross.builder" />
You can’t perform that action at this time.
0 commit comments