diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-09-30 17:33:48 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-09-30 17:33:48 +0000 |
commit | 7c656a9152250db9b69c93548274f01335c761ee (patch) | |
tree | 1b4cb6c27e3c7f90c98b79c444f53a2affb37583 /os/hal/templates | |
parent | 781b5ccee44a7cbd2dd2caf15c6e1490f5b11d3c (diff) | |
download | ChibiOS-7c656a9152250db9b69c93548274f01335c761ee.tar.gz ChibiOS-7c656a9152250db9b69c93548274f01335c761ee.tar.bz2 ChibiOS-7c656a9152250db9b69c93548274f01335c761ee.zip |
WSPI changes for compatibiity. Initial implementation for STM32 over QuadSPI, not complete.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12313 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/templates')
-rw-r--r-- | os/hal/templates/hal_wspi_lld.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/templates/hal_wspi_lld.h b/os/hal/templates/hal_wspi_lld.h index 9b3a1550d..6c54d43b7 100644 --- a/os/hal/templates/hal_wspi_lld.h +++ b/os/hal/templates/hal_wspi_lld.h @@ -32,10 +32,11 @@ /*===========================================================================*/
/**
- * @name WSPI capabilities
+ * @name WSPI implementation capabilities
* @{
*/
#define WSPI_SUPPORTS_MEMMAP TRUE
+#define WSPI_DEFAULT_CFG_MASKS TRUE
/** @} */
/*===========================================================================*/
|