Added NUCLEO-F103RB support
Fork of mbed-rpc by
History
Removed unnecessary files
2016-08-20, by olympux [Sat, 20 Aug 2016 23:09:11 +0000] rev 21
Removed unnecessary files
Added support unsigned short for both getArg and putReply
2016-06-16, by olympux [Thu, 16 Jun 2016 19:21:33 +0000] rev 20
Added support unsigned short for both getArg and putReply
Added supporting RPC char*, but not tested yet
2016-06-16, by olympux [Thu, 16 Jun 2016 08:37:15 +0000] rev 19
Added supporting RPC char*, but not tested yet
Added mbed::Reply for short int
2016-06-13, by olympux [Mon, 13 Jun 2016 22:40:45 +0000] rev 18
Added mbed::Reply for short int
Added NUCLEO-F103RB support
2016-06-13, by olympux [Mon, 13 Jun 2016 13:44:45 +0000] rev 17
Added NUCLEO-F103RB support
Synchronized with git revision 9cef243de23875778f461bbe9a8c1bc47e65212b
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.