TX1 node

History

tx1 code default tip

2019-06-13, by MadhuraT [Thu, 13 Jun 2019 16:40:04 +0000] rev 22

tx1 code


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