Made changes to mbed-rpc
Fork of RPCInterface by
History
Made changes to mbed-rpc library (support for *char)
2018-05-01, by Nydrel [Tue, 01 May 2018 07:45:42 +0000] rev 12
Made changes to mbed-rpc library (support for *char)
Added support for receiving RPC arguments of type *char
2018-05-01, by Nydrel [Tue, 01 May 2018 07:44:23 +0000] rev 11
Added support for receiving RPC arguments of type *char
Added adding RPC classes so that new objects can be created ver RPC; ; Not all the classes which were originally supported are still supported and there is an issue with the AnalogIn and AnalogOut so these are not supported here yet
2016-03-14, by MichaelW [Mon, 14 Mar 2016 18:05:38 +0000] rev 10
Added adding RPC classes so that new objects can be created ver RPC; ; Not all the classes which were originally supported are still supported and there is an issue with the AnalogIn and AnalogOut so these are not supported here yet
Updated to new RPC code; The original versions of RPCFunction and RPCVariable have been removed to rely on the versions now in the official mbed-rpc library.
2016-01-23, by MichaelW [Sat, 23 Jan 2016 22:28:00 +0000] rev 9
Updated to new RPC code; The original versions of RPCFunction and RPCVariable have been removed to rely on the versions now in the official mbed-rpc library.
Updated to not register AnalogOut class if the LPC11U24 as it doesn\t have AnalogOut
2012-01-28, by MichaelW [Sat, 28 Jan 2012 19:12:00 +0000] rev 8
Updated to not register AnalogOut class if the LPC11U24 as it doesn\t have AnalogOut
Fixed memory leak issue identified and solved by <<user hexley>> which prevented the RPCFunction from being called multiple times.
2011-02-04, by MichaelW [Fri, 04 Feb 2011 10:55:39 +0000] rev 7
Fixed memory leak issue identified and solved by <<user hexley>> which prevented the RPCFunction from being called multiple times.
Corrected Documentation
2010-11-27, by MichaelW [Sat, 27 Nov 2010 21:15:34 +0000] rev 6
Corrected Documentation
Updated Includes to include necessary includes in RPCVariable.h and RPCFunction.h
2010-11-27, by MichaelW [Sat, 27 Nov 2010 21:00:02 +0000] rev 5
Updated Includes to include necessary includes in RPCVariable.h and RPCFunction.h
Initial publish in new library format
2010-09-27, by MichaelW [Mon, 27 Sep 2010 08:32:57 +0000] rev 4
Initial publish in new library format