diff options
author | Pixel <pixel@nobis-crew.org> | 2011-02-05 14:48:24 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-02-05 14:48:24 -0800 |
commit | df0cc5d42c6b6ce77b28b19415a2d25e41fb0b97 (patch) | |
tree | 14bfc476ae305467a1990be3f19679ac7434ff19 /README.md | |
parent | d257cf29744f732c4d9b1a741a26164940e87b90 (diff) |
Adding library acorn, with malloc wrapping.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ---------------------- |