summaryrefslogtreecommitdiff
path: root/firmware/external
AgeCommit message (Collapse)Author
2016-08-24build: Android build for nanohub FWAlexey Polyudov
Bug: 29635686 Change-Id: I5225d027a22c23ea175445e2cdc6ffd30891aece Signed-off-by: Alexey Polyudov <apolyudov@google.com>
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
2016-06-07firmware: bring back table-based sine and cosineAlexey Polyudov
keep other tables out of build Change-Id: Idc0d58179ba7b8afbeb3591925202d5a5db463e3 Signed-off-by: Alexey Polyudov <apolyudov@google.com>
2016-06-06firmware: get rid of unused fastmath tables on OS imageAlexey Polyudov
Change-Id: I897bbdd7ba9f752e15b8767562fd99fcc0750971 Signed-off-by: Alexey Polyudov <apolyudov@google.com>
2016-01-11math: add freebsd trascendentals as they are a bit faster than gccDmitry Grinberg
Change-Id: Icf82721e3bf2da21be3fb859a054dd4f47bbdcea
2016-01-11external: add different libraries for floating point sin/cosDmitry Grinberg
Also, build them for C-M4F CPU, use them Change-Id: I1242c90d8e9891212642074627ea7f17171aebd1
2015-04-22Remove redefinition of u-types from external FreeBSD header fileHeather Lee Wilson
Change-Id: I369498e25711058bce5bbb3ee64791c95ab76b30
2015-04-21all: add linux/x86 support (WIP)Dmitry Grinberg
Change-Id: I7e8766f6066ae0c82248569d983114d988d361e3 For now it will build and run and do nothing more coming but this is a solid start
2015-04-14external/freebsd: remove generic encoding/decoding functions from endian.hGreg Hackmann
Change-Id: I341c9b8508b107af7fb743f0be41bb68721242de Signed-off-by: Greg Hackmann <ghackmann@google.com>
2015-04-14external/freebsd: import sys/endian.h from FreeBSD 10.0-RELEASEGreg Hackmann
Change-Id: Icc1878884c08e77ffed2bc5cda0ed07985abcbdd Signed-off-by: Greg Hackmann <ghackmann@google.com>