mbed libraries for KL25Z

Dependents:   FRDM_RGBLED

Committer:
emilmont
Date:
Tue Oct 23 09:20:18 2012 +0000
Revision:
7:73c5efe92a6c
Parent:
2:e9a661555b58
Child:
8:c14af7958ef5
Make the C++ library completely TARGET independent.; Implement "gpio_irq_api" and "port_api" to KL25Z.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
emilmont 2:e9a661555b58 1 /* mbed Microcontroller Library - platform
emilmont 2:e9a661555b58 2 * Copyright (c) 2009 ARM Limited. All rights reserved.
emilmont 7:73c5efe92a6c 3 */
emilmont 2:e9a661555b58 4 #ifndef MBED_PLATFORM_H
emilmont 2:e9a661555b58 5 #define MBED_PLATFORM_H
emilmont 2:e9a661555b58 6
emilmont 2:e9a661555b58 7 #define MBED_RPC 1
emilmont 2:e9a661555b58 8 #define MBED_OPERATORS 1
emilmont 2:e9a661555b58 9
emilmont 2:e9a661555b58 10 #endif