mbed RPC

Dependents:   RPC_Serial_OVFZ RPCHTTPServer SerialRPC_rtos_example RPC_HTTP ... more

Fork of mbed-rpc by mbed official

History

Synchronized with git revision 9cef243de23875778f461bbe9a8c1bc47e65212b default tip

2016-05-03, by mbed_official [Tue, 03 May 2016 00:16:10 +0100] rev 16

Synchronized with git revision 9cef243de23875778f461bbe9a8c1bc47e65212b

Full URL: https://github.com/mbedmicro/mbed/commit/9cef243de23875778f461bbe9a8c1bc47e65212b/

Switch to KSDK 2.0


Synchronized with git revision fe9720f24b1adc71ab6962506ec51290f6afd270

2016-04-29, by mbed_official [Fri, 29 Apr 2016 01:15:52 +0100] rev 15

Synchronized with git revision fe9720f24b1adc71ab6962506ec51290f6afd270

Full URL: https://github.com/mbedmicro/mbed/commit/fe9720f24b1adc71ab6962506ec51290f6afd270/

[Renesas RZ/A1H] Enable asynchronous communications


Synchronized with git revision 02b197ca163ddbf6702c130b1799975caaf87841

2016-04-11, by mbed_official [Mon, 11 Apr 2016 17:30:17 +0100] rev 14

Synchronized with git revision 02b197ca163ddbf6702c130b1799975caaf87841

Full URL: https://github.com/mbedmicro/mbed/commit/02b197ca163ddbf6702c130b1799975caaf87841/

The RPC call appended the method name to the output after the method
had already finished processing. It was unexpected for my use case,
and doesn't feel like the obvious thing to do. This could be appended
in the RPC method itself, instead.

The adding of the method to the output was first commited in commit
556b889b5ff64126eb430aa8326e8bce0b451100.


Synchronized with git revision 232c046801b2904b55a81b5bf1981e70db1ad8f4

2016-03-29, by mbed_official [Tue, 29 Mar 2016 09:30:23 +0100] rev 13

Synchronized with git revision 232c046801b2904b55a81b5bf1981e70db1ad8f4

Full URL: https://github.com/mbedmicro/mbed/commit/232c046801b2904b55a81b5bf1981e70db1ad8f4/

Add Nucleo F303K8 pin parsing for RPC


Synchronized with git revision dafb5c3a69082689a3299eee2229a36f557bd1b7

2016-03-08, by mbed_official [Tue, 08 Mar 2016 09:15:16 +0000] rev 12

Synchronized with git revision dafb5c3a69082689a3299eee2229a36f557bd1b7

Full URL: https://github.com/mbedmicro/mbed/commit/dafb5c3a69082689a3299eee2229a36f557bd1b7/

Adding additional 'defined' statements to line 62 of parse_pins.cpp should in theory enable the rpc libraries for all other Nucleo boards, since all stm32 parts use the same pin labeling scheme i.e. P(port)_pinNumber e.g. PA_3,
PC_15 e.t.c.


Synchronized with git revision 52618298c321b56081852a0077771437414ef481

2015-08-13, by mbed_official [Thu, 13 Aug 2015 10:45:15 +0100] rev 11

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.


Synchronized with git revision 954ce62223e1ed87db126e937341e8218e13554c

2015-06-18, by mbed_official [Thu, 18 Jun 2015 07:30:13 +0100] rev 10

Synchronized with git revision 954ce62223e1ed87db126e937341e8218e13554c

Full URL: https://github.com/mbedmicro/mbed/commit/954ce62223e1ed87db126e937341e8218e13554c/

Refactor gcc arm exporter templates


Populated reply message when correct RPC method is found.

2015-06-15, by sarahmarshy [Mon, 15 Jun 2015 16:27:17 +0000] rev 9

Populated reply message when correct RPC method is found.


Synchronized with git revision b36cbfe9f095645336e02d7f812d481bdf170ffc

2015-02-09, by mbed_official [Mon, 09 Feb 2015 09:15:22 +0000] rev 8

Synchronized with git revision b36cbfe9f095645336e02d7f812d481bdf170ffc

Full URL: https://github.com/mbedmicro/mbed/commit/b36cbfe9f095645336e02d7f812d481bdf170ffc/

Fix target issues for TARGET_LPC4088_DM


Synchronized with git revision a8b7f5df2cb5d7a76fda549a15b91fdaba6e2986

2014-05-27, by mbed_official [Tue, 27 May 2014 08:30:27 +0100] rev 7

Synchronized with git revision a8b7f5df2cb5d7a76fda549a15b91fdaba6e2986

Full URL: https://github.com/mbedmicro/mbed/commit/a8b7f5df2cb5d7a76fda549a15b91fdaba6e2986/

[KLXX] Added RPC + RTOS support (KL05Z)