[doc] update build cmd

This commit is contained in:
jzlv 2022-03-21 14:59:16 +08:00
parent 7ff8f12354
commit f63fb6b5cc
12 changed files with 27 additions and 12 deletions

View File

@ -7,7 +7,7 @@ $ make APP=adc_continuous_differential BOARD=bl706_iot
# 基本配置 # 基本配置
此示例需要将对应board目录下的pinmux_config文件中的GPIO11与GPIO13配置为ADC复用功能 此示例需要将对应board目录下的pinmux_config文件中的GPIO11与GPIO12配置为ADC复用功能
并且将对应board目录下的clock_config.h文件中的ADC时钟配置为相应的时钟。 并且将对应board目录下的clock_config.h文件中的ADC时钟配置为相应的时钟。
# 基本原理 # 基本原理

View File

@ -1,5 +1,5 @@
```bash ```bash
$ make APP=adc_continuous_differential BOARD=bl706_iot $ make APP=adc_int BOARD=bl706_iot
``` ```

View File

@ -1,8 +1,6 @@
**board/bl706_avb/pinmux_config.h** 中 **PINMUX_SELECT** 选择 **PINMUX_LVGL**
```bash ```bash
$ make APP=isp_audio_test BOARD=bl706_avb $ make APP=audio_cube BOARD=bl706_avb
isp 协议 测试 isp 协议 测试

5
examples/cxx/readme.md Normal file
View File

@ -0,0 +1,5 @@
```bash
$ make APP=cxx BOARD=bl706_iot
```

View File

@ -1,5 +1,5 @@
```bash ```bash
$ make APP=flash_read_write BOARD=bl706_iot $ make APP=flash_rw BOARD=bl706_iot
``` ```

View File

@ -1,5 +1,5 @@
```bash ```bash
$ make APP=freertos_semaphore BOARD=bl706_iot SUPPORT_FREERTOS=y $ make APP=freertos_semaphore BOARD=bl706_iot
``` ```

View File

@ -0,0 +1,5 @@
```bash
$ make APP=gpio_dht11 BOARD=bl706_iot
```

View File

@ -1,7 +1,5 @@
**board/bl706_avb/pinmux_config.h** 中 **PINMUX_SELECT** 选择 **PINMUX_LVGL**
```bash ```bash
$ make APP=lvgl BOARD=bl706_avb SUPPORT_LVGL=y $ make APP=lvgl BOARD=bl706_avb
``` ```

View File

@ -0,0 +1,5 @@
```bash
$ make APP=aes BOARD=bl706_iot
```

View File

@ -0,0 +1,5 @@
```bash
$ make APP=rtc_calendar BOARD=bl706_iot
```

View File

@ -1,5 +1,4 @@
## 修改程序 ## 修改程序
-- **board/bl706_avb/pinmux_config.h****PINMUX_SELECT** 选择 **PINMUX_LVGL**
-- **board/bl706_avb/pinmux_config.h****CONFIG_GPIO10_FUNC****CONFIG_GPIO19_FUNC****CONFIG_GPIO20_FUNC** 、 **CONFIG_GPIO21_FUNC**选择 **GPIO_FUN_SPI** -- **board/bl706_avb/pinmux_config.h****CONFIG_GPIO10_FUNC****CONFIG_GPIO19_FUNC****CONFIG_GPIO20_FUNC** 、 **CONFIG_GPIO21_FUNC**选择 **GPIO_FUN_SPI**

View File

@ -1,5 +1,5 @@
```bash ```bash
$ make APP=spi_oled_badapple BOARD=bl706_avb $ make APP=spi_ssd1306_badapple BOARD=bl706_avb
``` ```