ULP: remove deprecated cycle_sel field from ADC instruction

Cycle_sel field was never used in binutils and was always set to zero.
This change removes it from documentation and examples.

Needs ULP binutils with this change:
https://github.com/espressif/binutils-esp32ulp/commit/af79434
This commit is contained in:
Ivan Grokhotkov
2017-05-31 18:22:48 +08:00
parent d718cbd873
commit 7abd9bc023
2 changed files with 7 additions and 7 deletions

View File

@@ -72,7 +72,7 @@ entry:
stage_rst
measure:
/* measure and add value to accumulator */
adc r1, 0, adc_channel + 1, 0
adc r1, 0, adc_channel + 1
add r0, r0, r1
/* increment loop counter and check exit condition */
stage_inc 1