ソースを参照

Merge pull request #2 from luoyuzhao/main

support 4.0.5
shiwei 4 年 前
コミット
44496e5b2e
1 ファイル変更34 行追加1 行削除
  1. 34 1
      RealThread_STM32L010-ST-NUCLEO.yaml

+ 34 - 1
RealThread_STM32L010-ST-NUCLEO.yaml

@@ -1,6 +1,6 @@
 ---
 yaml_version: 3
-pkg_version: 1.0.0
+pkg_version: 1.0.1
 pkg_vendor: RealThread
 pkg_type: Board_Support_Packages
 board:
@@ -88,4 +88,37 @@ template_projects:
     source_path_offset: ''
     target_path_offset: ''
     files_and_folders: []
+
+- project_name: stm32l010_st_nucleo_blink_led
+  project_description: creat this peoject if user choose rt-thread project
+  project_type: rt-thread|@full|@4.0.5
+  builtin_files:
+  - source_path_offset: default_project_0
+    target_path_offset: ''
+    files_and_folders:
+    - "*"
+  external_files:
+  - files_and_folders:
+    - components
+    - include
+    - libcpu/arm
+    - libcpu/Kconfig
+    - libcpu/SConscript
+    - src
+    - tools
+    - Kconfig
+    - LICENSE
+    package_name: RT-Thread
+    package_type: RT-Thread_Source_Code
+    package_vendor: ''
+    package_version: 4.0.5
+    source_path_offset: ''
+    target_path_offset: rt-thread
+  - package_type: Chip_Support_Packages
+    package_vendor: RealThread
+    package_name: STM32L0
+    package_version: 0.2.1
+    source_path_offset: ''
+    target_path_offset: ''
+    files_and_folders: []
 example_projects: []