Add initial CC1101 wireless logic from Uros

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3617 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-05-16 15:09:39 +00:00
parent c2052ea364
commit 1ba2240762
32 changed files with 1966 additions and 796 deletions
+10 -3
View File
@@ -2,7 +2,7 @@
# drivers/mtd/Make.defs
# This driver supports a block of RAM as a NuttX MTD device
#
# Copyright (C) 2009-2010 Gregory Nutt. All rights reserved.
# Copyright (C) 2009-2011 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
#
# Redistribution and use in source and binary forms, with or without
@@ -34,5 +34,12 @@
#
############################################################################
MTD_ASRCS =
MTD_CSRCS = ftl.c m25px.c at45db.c ramtron.c rammtd.c
# Include MTD drivers
CSRCS += ftl.c m25px.c at45db.c ramtron.c rammtd.c
# Include MTD driver support
DEPPATH += --dep-path mtd
VPATH += :mtd