diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-10-06 05:04:05 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-10-06 05:04:05 +0000 |
commit | d27c34d080bd4a72169921e2f458546dc621b4e7 (patch) | |
tree | a66bb79daafa8596548b22ef690310482cd86cc5 /os/hal/dox | |
parent | 5ad3d2426f44f13439baf3f7f9de7fb9ddf1c00c (diff) | |
download | ChibiOS-d27c34d080bd4a72169921e2f458546dc621b4e7.tar.gz ChibiOS-d27c34d080bd4a72169921e2f458546dc621b4e7.tar.bz2 ChibiOS-d27c34d080bd4a72169921e2f458546dc621b4e7.zip |
Removed QSPI driver and demos.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12331 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/dox')
-rwxr-xr-x | os/hal/dox/qspi.dox | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/os/hal/dox/qspi.dox b/os/hal/dox/qspi.dox deleted file mode 100755 index 486d6a1b5..000000000 --- a/os/hal/dox/qspi.dox +++ /dev/null @@ -1,26 +0,0 @@ -/*
- ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-*/
-
-/**
- * @defgroup QSPI QSPI Driver
- * @brief Generic QSPI Driver
- * @details This module defines an abstract interface for a Quad SPI
- * communication interface.
- * @pre In order to use the QSPI driver the @p HAL_USE_QSPI option
- * must be enabled in @p halconf.h.
- *
- * @ingroup HAL_NORMAL_DRIVERS
- */
|