wmrsouza opened a new pull request, #20185:
URL: https://github.com/apache/nuttx/pull/20185

   ## Summary
   
   This PR provide ADC calibration using HAL line-fitting APIs for RISC-V ESP32 
SoCs whithout curve-fitting support.
   
   ## Impact
   
   Impact on user: No.
   
   Impact on build: No.
   
   Impact on hardware: No.
   
   Impact on documentation: No.
   
   Impact on security: No.
   
   Impact on compatibility: No.
   
   ## Testing
   
   ### Building
   ```
   make distclean && ./tools/configure.sh -S esp8684-devkitm:adc && make -j && 
make flash ESPTOOL_PORT=/dev/ttyUSB0 && picocom -b 115200 /dev/ttyUSB0
   ```
   
   ### Running
   ```
   nsh> adc -n 1
   ```
   
   ### Results
   ```
   1: channel: 0 value: 2039
   2: channel: 1 value: 1527
   3: channel: 2 value: 1013
   4: channel: 3 value: 1134
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to