Skip to content

Commit

Permalink
Merge pull request #197 from whj4674672/master
Browse files Browse the repository at this point in the history
[update] readme
  • Loading branch information
Guozhanxin authored Apr 20, 2021
2 parents 2e19016 + 1440ca5 commit 66bd7f4
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- {RTT_BSP: "lrs007_lorawan_end_device"}
- {RTT_BSP: "art_pi_qboot"}
- {RTT_BSP: "art_pi_nes"}
- {RTT_BSP: "art_pi_ble_mesh_gateway"}
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down
21 changes: 21 additions & 0 deletions RealThread_STMH750-ART-Pi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,27 @@ example_projects:
- libraries
- rt-thread
external_files:
- package_type: Chip_Support_Packages
package_vendor: RealThread
package_name: STM32H7
package_version: 0.1.9
source_path_offset: ''
target_path_offset: ''
files_and_folders: []
- project_name: art_pi_ble_mesh_gateway
project_description: creat this peoject if user choose rt-thread project
project_type: rt-thread|@full|@4.0.3
builtin_files:
- source_path_offset: projects/art_pi_ble_mesh_gateway
target_path_offset: ''
files_and_folders:
- "*"
- source_path_offset: ''
target_path_offset: ''
files_and_folders:
- libraries
- rt-thread
external_files:
- package_type: Chip_Support_Packages
package_vendor: RealThread
package_name: STM32H7
Expand Down
1 change: 1 addition & 0 deletions projects/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ ART-Pi 开源项目如下表所示:
| [art_pi_qboot](./art_pi_qboot) | 实现程序从 `0x08000000` 跳转到 `0x90000000`,并且支持从 `download` 分区更新固件到 `app` 分区。 |
| [art_pi_ble_mesh_gateway](./art_pi_ble_mesh_gateway) | 实现蓝牙 mesh web 网关功能。 |
| [art_pi_nes](./art_pi_nes) | 实现 NES 模拟器及游戏试玩 |
| [uf2_boot]((./uf2_boot)) | 实现 USB 的 bootloader 的功能,使用的文件格式为 uf2 |
2 changes: 1 addition & 1 deletion projects/art_pi_ble_mesh_gateway/.cproject
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<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" />
<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" />
<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" />
<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" />
<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" />
<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" />
<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" />
<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" />
Expand Down

0 comments on commit 66bd7f4

Please sign in to comment.