espressif / idf-extra-components

Additional components for ESP-IDF, maintained by Espressif
152 stars 93 forks source link

quirc QR code decoding library #159

Closed igrr closed 1 year ago

igrr commented 1 year ago

Checklist

Change description

This PR adds a QR code decoding library, quirc. Aside from the large stack size required, it can be used in ESP-IDF without modifications.

github-actions[bot] commented 1 year ago

Unit Test Results

  11 files  ±  0    11 suites  ±0   15m 1s :stopwatch: +12s   21 tests +  1    21 :heavy_check_mark: +  1  0 :zzz: ±0  0 :x: ±0  217 runs  +11  217 :heavy_check_mark: +11  0 :zzz: ±0  0 :x: ±0 

Results for commit 4b71a783. ± Comparison against base commit 84fd0cd2.

:recycle: This comment has been updated with latest results.

dmitry1945 commented 1 year ago

@igrr LGTM!

igrr commented 1 year ago

@tore-espressif Thanks for the review, have addressed your comments. @dmitry1945 Thanks for taking a look as well.