Update README
This commit is contained in:
parent
917e94231c
commit
20301df84b
@ -86,6 +86,13 @@ micropython
|
|||||||
|
|
||||||
#define alloca(a) __builtin_alloca(a)
|
#define alloca(a) __builtin_alloca(a)
|
||||||
|
|
||||||
|
4. Micro Python needs the math library libm.a. The math library built into
|
||||||
|
NuttX is sufficient and that can be included with CONFIG_LIBM=y. If you
|
||||||
|
prefer a more highly tuned math library then refer to the discussion of
|
||||||
|
math.h in the the top-level nuttx/README.txt file. Also refer to the
|
||||||
|
discussions in the NuttX Yahoo! forum; people have found many creative
|
||||||
|
way to link with the newlib math library, for example.
|
||||||
|
|
||||||
pcode
|
pcode
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user