my fork

Dependents:   Nucleo_blueNRG

Fork of mbed by mbed official

Files at this revision

API Documentation at this revision

Comitter:
samux
Date:
Wed May 08 14:50:20 2013 +0100
Parent:
62:7e6c9f46b3bd
Child:
64:e3affc9e7238
Commit message:
spi slave and i2c slave support

Changed in this revision

KL25Z/ARM/cmsis_nvic.o Show annotated file Show diff for this revision Revisions of this file
KL25Z/ARM/core_cm0.o Show annotated file Show diff for this revision Revisions of this file
KL25Z/ARM/mbed.ar Show annotated file Show diff for this revision Revisions of this file
KL25Z/ARM/startup_MKL25Z4.o Show annotated file Show diff for this revision Revisions of this file
KL25Z/ARM/sys.o Show annotated file Show diff for this revision Revisions of this file
KL25Z/ARM/system_MKL25Z4.o Show annotated file Show diff for this revision Revisions of this file
KL25Z/device.h Show annotated file Show diff for this revision Revisions of this file
Binary file KL25Z/ARM/cmsis_nvic.o has changed
Binary file KL25Z/ARM/core_cm0.o has changed
Binary file KL25Z/ARM/mbed.ar has changed
Binary file KL25Z/ARM/startup_MKL25Z4.o has changed
Binary file KL25Z/ARM/sys.o has changed
Binary file KL25Z/ARM/system_MKL25Z4.o has changed
--- a/KL25Z/device.h	Wed Apr 17 15:30:58 2013 +0100
+++ b/KL25Z/device.h	Wed May 08 14:50:20 2013 +0100
@@ -28,10 +28,10 @@
 #define DEVICE_SERIAL           1
 
 #define DEVICE_I2C              1
-#define DEVICE_I2CSLAVE         0
+#define DEVICE_I2CSLAVE         1
 
 #define DEVICE_SPI              1
-#define DEVICE_SPISLAVE         0
+#define DEVICE_SPISLAVE         1
 
 #define DEVICE_CAN              0