From df0cc5d42c6b6ce77b28b19415a2d25e41fb0b97 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sat, 5 Feb 2011 14:48:24 -0800 Subject: Adding library acorn, with malloc wrapping. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 62b42ba..ce77a0d 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,11 @@ is being done, unlike a normal libm). Be careful though, as most uC processors dont contain any FPU. Using any kind of math will greatly increase the code size, as well as CPU usage while processing. +acorn: + +This will be the library containing utilities for embedded development, such as +generic i2c access, malloc wrapping for RTOS multithreading, etc. + ARM / Cortex-M3 / mbed ---------------------- -- cgit v1.2.3