summaryrefslogtreecommitdiff
path: root/firmware/lib
AgeCommit message (Collapse)Author
2016-09-22nanohub: libm: add exp functionAlexey Polyudov
this change is complimentary to commit cf10b668ad58fcf30a590bf37c1977c747153226 Change-Id: Ie2fadfdfe5e630400ab17cfda92ce31a7296ce71 Signed-off-by: Alexey Polyudov <apolyudov@google.com>
2016-09-08nanohub: add c++ supportAlexey Polyudov
nanohub implementation is not using ARM EABI support provided by toolchain. To have basic c++ support (no exceptions, no RTTI) support for dynamic construction/destruction and global and static local constructors is required. NOTE: global and static local destructors are not supported, because __aeabi_atexit() is currently a stub. This patch adds necessary support. Bug: 31256189 Change-Id: I15ce4a064654f9fa8ca9b1b76102282c86dbc41e Signed-off-by: Alexey Polyudov <apolyudov@google.com>
2016-08-24build: Android build for nanohub FWAlexey Polyudov
Bug: 29635686 Change-Id: I5225d027a22c23ea175445e2cdc6ffd30891aece Signed-off-by: Alexey Polyudov <apolyudov@google.com>
2016-08-02libm: rearrange filesAlexey Polyudov
Change-Id: I93c0a52156d32c5cba5835f087b366eb7f052a36
2016-07-13build: restructure nanohub treeAlexey Polyudov
1. rearrange tree so that soft links are no longer necessary 2. decouple OS variants build from app build 3. add support for output directory Bug: 29635686 Change-Id: I273b823c29582a85c632e43c23b10fa44123d8af