From 24840cdd0cbde6e4a23184312ae19583f56de508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sat, 5 Mar 2016 23:05:54 +0100 Subject: [PATCH] added malloc mention in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5137ed1..b9210bc 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ This is a collection of useful buffer modules for C programs. *Please see READMEs in the project folders for more details.* The buffers were developed for embedded microcontrollers (STM32, AVR), -but can be used anywhere, they are fully portable. +but can be used anywhere, they are fully portable - only requirement is `malloc()`. +If you don't have malloc, you'll have to customize the init routines. Pull requests to add new buffers or improve the current ones are welcome!