[feat] add demo readme for command line compile

This commit is contained in:
jzlv 2021-06-07 19:20:22 +08:00
parent 3fcd3c73d2
commit 579ed433a3
60 changed files with 322 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,5 @@
```bash
$ make APP=ble_central BOARD=bl706_iot SUPPORT_FLOAT=y SUPPORT_FREERTOS=y SUPPORT_BLE=y
```

View file

@ -0,0 +1,5 @@
```bash
$ make APP=ble_peripheral BOARD=bl706_iot SUPPORT_FLOAT=y SUPPORT_FREERTOS=y SUPPORT_BLE=y
```

View file

@ -0,0 +1,7 @@
**board/bl706_avb/pinmux_config.h** 中 **PINMUX_SELECT** 选择 **PINMUX_OTHER**
```bash
$ make APP=boot2_iap BOARD=bl706_avb SUPPORT_XZ=y
```

View file

@ -0,0 +1,7 @@
**board/bl706_avb/pinmux_config.h** 中 **PINMUX_SELECT** 选择 **PINMUX_CAMERA_LCD**
```bash
$ make APP=camera_interleave BOARD=bl706_avb
```

View file

@ -0,0 +1,7 @@
**board/bl706_avb/pinmux_config.h** 中 **PINMUX_SELECT** 选择 **PINMUX_CAMERA_LCD**
```bash
$ make APP=camera_interleave_psram BOARD=bl706_avb
```

View file

@ -0,0 +1,7 @@
**board/bl706_avb/pinmux_config.h** 中 **PINMUX_SELECT** 选择 **PINMUX_CAMERA_LCD**
```bash
$ make APP=camera_lcd BOARD=bl706_avb
```

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

7
examples/lvgl/readme.md Normal file
View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,5 @@
```bash
$ make APP=lowpower_test BOARD=bl706_lp
```

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,7 @@
**board/bl706_avb/pinmux_config.h** 中 **PINMUX_SELECT** 选择 **PINMUX_UVC**
```bash
$ make APP=usb_cdc_video BOARD=bl706_avb
```

View file

@ -0,0 +1,7 @@
**board/bl706_avb/pinmux_config.h** 中 **PINMUX_SELECT** 选择 **PINMUX_UVC**
```bash
$ make APP=usb_cdc_video_psram BOARD=bl706_avb
```

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,7 @@
**board/bl706_avb/pinmux_config.h** 中 **PINMUX_SELECT** 选择 **PINMUX_UVC**
```bash
$ make APP=usb_video BOARD=bl706_avb
```