Add SPI driver for the Freescale KL25Z

This commit is contained in:
Gregory Nutt
2013-06-19 12:10:01 -06:00
parent f597172733
commit 2a2de71b5d
9 changed files with 798 additions and 59 deletions
+2 -2
View File
@@ -5006,6 +5006,6 @@
Freedom KL25Z board from Alan Carvalho de Assis (2013-6-18).
* arch/arm/src/sam34/sam_spi.c: Correct an incorrect pointer test.
Was checking if the wrong pointer was NULL (2013-6-18).
* arch/arm/src/kl/chip/kl_spi.h: Add SPI register definitions for
the Freescale KL25Z (2013-6-19).
* arch/arm/src/kl/kl_spi.c and chip/kl_spi.h: Add SPI driver and
register definitions for the Freescale KL25Z (2013-6-19).