mbed(SerialHalfDuplex入り)
Fork of mbed by
Revision 63:b3110cd2dd17, committed 2013-05-08
- 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
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