Skip to content

Commit

Permalink
修复无法创建lrs007相关工程bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Rbb666 committed Aug 9, 2022
1 parent bd130bc commit 27e737c
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 14 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,12 @@ jobs:
- {RTT_BSP: "art_pi_net_player"}
- {RTT_BSP: "art_pi_sensor485_app"}
- {RTT_BSP: "art_pi_wifi"}
- {RTT_BSP: "lrs007_lora_gw_driver"}
- {RTT_BSP: "lrs007_lora_loopback"}
- {RTT_BSP: "lrs007_lora_pkt_sniffer"}
- {RTT_BSP: "lrs007_lora_radio"}
- {RTT_BSP: "lrs007_lorawan_end_device"}
- {RTT_BSP: "lrs007_lorawan_gateway"}
- {RTT_BSP: "industry_io_gateway"}
- {RTT_BSP: "art_pi_qboot"}
- {RTT_BSP: "art_pi_kboot"}
Expand Down
16 changes: 8 additions & 8 deletions RealThread_STMH750-ART-Pi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -481,11 +481,11 @@ example_projects:
source_path_offset: ''
target_path_offset: ''
files_and_folders: []
- project_name: art_pi_lrs007_lora_gw_driver
- project_name: lrs007_lora_gw_driver
project_description: creat this peoject if user choose rt-thread project
project_type: rt-thread|@full|@4.1.0
builtin_files:
- source_path_offset: projects/art_pi_lrs007_lora_gw_driver
- source_path_offset: projects/lrs007_lora_gw_driver
target_path_offset: ''
files_and_folders:
- "*"
Expand All @@ -502,11 +502,11 @@ example_projects:
source_path_offset: ''
target_path_offset: ''
files_and_folders: []
- project_name: art_pi_lrs007_lora_loopback
- project_name: lrs007_lora_loopback
project_description: creat this peoject if user choose rt-thread project
project_type: rt-thread|@full|@4.1.0
builtin_files:
- source_path_offset: projects/art_pi_lrs007_lora_loopback
- source_path_offset: projects/lrs007_lora_loopback
target_path_offset: ''
files_and_folders:
- "*"
Expand All @@ -523,11 +523,11 @@ example_projects:
source_path_offset: ''
target_path_offset: ''
files_and_folders: []
- project_name: art_pi_lrs007_lora_pkt_sniffer
- project_name: lrs007_lora_pkt_sniffer
project_description: creat this peoject if user choose rt-thread project
project_type: rt-thread|@full|@4.1.0
builtin_files:
- source_path_offset: projects/art_pi_lrs007_lora_pkt_sniffer
- source_path_offset: projects/lrs007_lora_pkt_sniffer
target_path_offset: ''
files_and_folders:
- "*"
Expand All @@ -544,11 +544,11 @@ example_projects:
source_path_offset: ''
target_path_offset: ''
files_and_folders: []
- project_name: art_pi_lrs007_lorawan_gateway
- project_name: lrs007_lorawan_gateway
project_description: creat this peoject if user choose rt-thread project
project_type: rt-thread|@full|@4.1.0
builtin_files:
- source_path_offset: projects/art_pi_lrs007_lorawan_gateway
- source_path_offset: projects/lrs007_lorawan_gateway
target_path_offset: ''
files_and_folders:
- "*"
Expand Down
1 change: 0 additions & 1 deletion projects/lrs007_lora_gw_driver/libraries

This file was deleted.

1 change: 0 additions & 1 deletion projects/lrs007_lora_gw_driver/rt-thread

This file was deleted.

1 change: 0 additions & 1 deletion projects/lrs007_lora_pkt_sniffer/libraries

This file was deleted.

1 change: 0 additions & 1 deletion projects/lrs007_lora_pkt_sniffer/rt-thread

This file was deleted.

1 change: 0 additions & 1 deletion projects/lrs007_lorawan_gateway/libraries

This file was deleted.

1 change: 0 additions & 1 deletion projects/lrs007_lorawan_gateway/rt-thread

This file was deleted.

0 comments on commit 27e737c

Please sign in to comment.