mbed RPC (official)
Fork of mbed-rpc by
Revision 11:325e3da833e1, committed 2015-08-13
- Comitter:
- mbed_official
- Date:
- Thu Aug 13 10:45:15 2015 +0100
- Parent:
- 10:d3e03663a6f4
- Child:
- 12:3b049dde55d7
- Commit message:
- Synchronized with git revision 52618298c321b56081852a0077771437414ef481
Full URL: https://github.com/mbedmicro/mbed/commit/52618298c321b56081852a0077771437414ef481/
RZ_A1H - Add RZ_A1H in RPC. Modify communication problem of Ethernet.
Changed in this revision
Arguments.cpp | Show annotated file Show diff for this revision Revisions of this file |
parse_pins.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Arguments.cpp Thu Jun 18 07:30:13 2015 +0100 +++ b/Arguments.cpp Thu Aug 13 10:45:15 2015 +0100 @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +#include "mbed.h" #include "Arguments.h" #include "pinmap.h"
--- a/parse_pins.cpp Thu Jun 18 07:30:13 2015 +0100 +++ b/parse_pins.cpp Thu Aug 13 10:45:15 2015 +0100 @@ -38,7 +38,7 @@ , NC, NC, NC, NC, NC, NC, NC, NC, p41, p42, p43, p44, p45, p46}; #endif -#if defined(TARGET_LPC1768) || defined(TARGET_LPC11U24) || defined(TARGET_LPC2368) || defined(TARGET_LPC812) || defined(TARGET_LPC4088) || defined(TARGET_LPC4088_DM) || defined(TARGET_LPC1114) +#if defined(TARGET_LPC1768) || defined(TARGET_LPC11U24) || defined(TARGET_LPC2368) || defined(TARGET_LPC812) || defined(TARGET_LPC4088) || defined(TARGET_LPC4088_DM) || defined(TARGET_LPC1114) || defined(TARGET_RZ_A1H) if (str[0] == 'P') { // Pn_n uint32_t port = str[1] - '0'; uint32_t pin = str[3] - '0'; // Pn_n