added malloc mention in readme

master
Ondřej Hruška 8 years ago
parent 4b297bc4dc
commit 24840cdd0c
  1. 3
      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.* *Please see READMEs in the project folders for more details.*
The buffers were developed for embedded microcontrollers (STM32, AVR), 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! Pull requests to add new buffers or improve the current ones are welcome!

Loading…
Cancel
Save