Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
qitas committed Jul 1, 2023
1 parent 9cba4a5 commit 73646c8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: build all
name: build main

on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
build:
Expand Down
6 changes: 4 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

[English Version](README.md)

# 简介

**BouffaloSDK** 是 Bouffalo Lab 提供的 IOT 和 MCU 软件开发包,支持博流智能所有系列芯片,也是 **bl_mcu_sdk****bl_iot_sdk** 的结合体。


* [Ai-M6X_SDK](https://github.com/Ai-Thinker-Open/aithinker_Ai-M6X_SDK)
* [M1s_BL808_example](https://github.com/sipeed/M1s_BL808_example)

# SDK 架构

![SDK Architecture](BouffaloSDK.png)
Expand Down
8 changes: 7 additions & 1 deletion examples/printf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,18 @@ make CHIP=bl616 BOARD=bl616dk
- BL808

```
make CHIP=bl808 BOARD=bl808dk CPU_ID=m0
make CHIP=bl808 BOARD=bl808dk CPU_ID=d0
make CHIP=bl808 BOARD=bl808dk CPU_ID=m0
```

## Flash

```
make flash CHIP=chip_name COMX=xxx # xxx is your com name
make flash CHIP=bl616 COMX=/dev/ttyUSB0
make flash CHIP=bl808 CPU_ID=d0 COMX=/dev/ttyUSB1
make flash CHIP=bl808 CPU_ID=m0 COMX=/dev/ttyUSB1
```

0 comments on commit 73646c8

Please sign in to comment.