From 2d7ed89cacb95fc10fe0411069f8410217c7ab5a Mon Sep 17 00:00:00 2001 From: arhiv6 Date: Thu, 28 Sep 2023 09:12:52 +0700 Subject: [PATCH] Add incbin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d8cc96..7d7c8fc 100644 --- a/README.md +++ b/README.md @@ -527,6 +527,7 @@ Computer Vision * [Apache NuttX Apps](https://github.com/apache/incubator-nuttx-apps) - Collection of tools, shells, network utilities, libraries, interpreters and can be used with the NuttX RTOS. * [modm](https://github.com/modm-io/modm) - Barebone embedded C++20 library generator for AVR, SAM and ARM Cortex-M Microcontrollers (supported 3534 devices). * [cembed](https://github.com/rxi/cembed) - Small utility for embedding files in a C header. +* [incbin](https://github.com/graphitemaster/incbin) - One-header library for compile-time embedding binary and textual files. ---