Skip to content

Commit f0a3dbd

Browse files
authored
Merge pull request #185 from hyhkjiy/master
[ADD]art_pi_ble_mesh_gateway project
2 parents c3259cf + 442f4fb commit f0a3dbd

File tree

723 files changed

+207167
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

723 files changed

+207167
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
*.pyc
22
*.o
33
language.settings.xml
4+
.DS_Store
5+
.vscode

projects/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ ART-Pi 开源项目如下表所示:
1515
| [lrs007_lora_radio](./lrs007_lora_radio) | 实现 LoRa Radio (SX126x\SX127x...) 单向/双向通信、抓包及shell示例 |
1616
| [lrs007_lorawan_end_device](./lrs007_lorawan_end_device) | 实现 LoRaWAN End Device 协议栈Class A\C通信及shell示例 |
1717
| [art_pi_qboot](./art_pi_qboot) | 实现程序从 `0x08000000` 跳转到 `0x90000000`,并且支持从 `download` 分区更新固件到 `app` 分区。 |
18+
| [art_pi_ble_mesh_gateway](./art_pi_ble_mesh_gateway) | 实现蓝牙 mesh web 网关功能。 |
1819
| [art_pi_nes](./art_pi_nes) | 实现 NES 模拟器及游戏试玩 |

0 commit comments

Comments
 (0)