make the following changes
authorYang Zhang <yang.zhang@arm.com>
Fri, 24 Jan 2014 09:48:51 +0000 (17:48 +0800)
committerYang Zhang <yang.zhang@arm.com>
Fri, 24 Jan 2014 09:48:51 +0000 (17:48 +0800)
commite28049507c2a09c317541f2023a0be4b33f11a79
treeac07a26607ecdeb9b41c1b73c6ca837e0b371b70
parent416714246387701a8cee34382ae021c09252e299
make the following changes
  -add 3 functions for collision detection
  -add test cases and doc
  -update the ReleaseNote
15 files changed:
CMakeLists.txt
README.txt
doc/BuildingNe10.txt [moved from doc/CMakeBuilding.txt with 99% similarity]
doc/ReleaseNote.txt
inc/NE10.h
inc/NE10_physics.h [new file with mode: 0644]
modules/CMakeLists.txt
modules/NE10_init.c
modules/physics/NE10_init_physics.c [new file with mode: 0644]
modules/physics/NE10_physics.c [new file with mode: 0644]
modules/physics/NE10_physics.neon.c [new file with mode: 0644]
modules/physics/NE10_physics.neon.s [new file with mode: 0644]
modules/physics/test/test_main.c [new file with mode: 0644]
modules/physics/test/test_suite_physics.c [new file with mode: 0644]
test/CMakeLists.txt