summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam4l-xplained
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-01 16:50:16 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-01 16:50:16 -0600
commitaeebc7eb724e902efd4bbb6dc34fc57e2a66c9d4 (patch)
treec3ec8297022067b2071f1fd3fd404a50959eceac /nuttx/configs/sam4l-xplained
parent47335ab4bab269c35774964642b823d0367f79ed (diff)
downloadpx4-nuttx-aeebc7eb724e902efd4bbb6dc34fc57e2a66c9d4.tar.gz
px4-nuttx-aeebc7eb724e902efd4bbb6dc34fc57e2a66c9d4.tar.bz2
px4-nuttx-aeebc7eb724e902efd4bbb6dc34fc57e2a66c9d4.zip
Add a general bit-bang SPI lower-half driver and implement the bit-bang driver for the Arduino ITEAD TFT shield
Diffstat (limited to 'nuttx/configs/sam4l-xplained')
-rw-r--r--nuttx/configs/sam4l-xplained/src/sam_nsh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/sam4l-xplained/src/sam_nsh.c b/nuttx/configs/sam4l-xplained/src/sam_nsh.c
index 15e6203d3..2e4a5709f 100644
--- a/nuttx/configs/sam4l-xplained/src/sam_nsh.c
+++ b/nuttx/configs/sam4l-xplained/src/sam_nsh.c
@@ -1,7 +1,7 @@
/****************************************************************************
- * config/shenzhou/src/sam_nsh.c
+ * config/sam4l-xplained/src/sam_nsh.c
*
- * Copyright (C) 2012 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without