[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
```