mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user