Initial commit of source code.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2014-08-23 22:21:14 -04:00
parent 37a91e9c10
commit 30595b5cd7
23 changed files with 1295 additions and 0 deletions

10
src/simulator/Kconfig Normal file
View File

@@ -0,0 +1,10 @@
# Kconfig settings for compiling and running the firmware on the host
# processor for simulation purposes.
if MACH_SIMU
config BOARD_DIRECTORY
string
default "simulator"
endif