Skip to content

Commit edde39e

Browse files
committed
Add new test: qrcode
This program is a minimal and fast QR encoder (up to version 3). Source: https://github.com/lix2ng/qr123
1 parent 40d91b0 commit edde39e

File tree

3 files changed

+431
-0
lines changed

3 files changed

+431
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ In `rv32emu` repository, there are some prebuilt ELF files for testing purpose.
147147
* `mandelbrot.elf` : See [tests/mandelbrot.c](tests/mandelbrot.c)
148148
* `nqueens.elf` : See [tests/nqueens.c](tests/nqueens.c)
149149
* `pi.elf` : See [tests/pi.c](tests/pi.c) [RV32M]
150+
* `qrcode.elf` : See [tests/qrcode.c](tests/qrcode.c)
150151
* `quake.elf` : See [sysprog21/quake-embedded](https://github.com/sysprog21/quake-embedded) [RV32F]
151152

152153
## Reference

build/qrcode.elf

79.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)