Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MTS-Cellular MTS-Serial MTS-Socket MTS-Test MTS-Utils
Fork of mtsas by
Revision 0:60d8870d0ef6, committed 2014-05-21
- Comitter:
- mfiore
- Date:
- Wed May 21 12:59:20 2014 +0000
- Child:
- 1:354f26949a41
- Child:
- 2:da111c896e9f
- Commit message:
- initial commit; added mtsas.h with all headers except from MTS-Test/; added 5 libs (Cellular, Serial, Socket, Test, Utils)
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MTS-Cellular.lib Wed May 21 12:59:20 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mfiore/code/MTS-Cellular/#1f63354b8d1b
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MTS-Serial.lib Wed May 21 12:59:20 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mfiore/code/MTS-Serial/#d348d001283b
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MTS-Socket.lib Wed May 21 12:59:20 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mfiore/code/MTS-Socket/#d0a1fdbd02ce
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MTS-Test.lib Wed May 21 12:59:20 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mfiore/code/MTS-Test/#fc561d3e92e0
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MTS-Utils.lib Wed May 21 12:59:20 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mfiore/code/MTS-Utils/#fca9bc67b15f
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mtsas.h Wed May 21 12:59:20 2014 +0000 @@ -0,0 +1,26 @@ +/* Cellular Includes */ +#include "Cellular.h" +#include "EasyIP.h" +#include "UIP.h" + +/* Cellular Utils Includes */ +#include "Terminal.h" + +/* Serial Includes */ +#include "MTSBufferedIO.h" +#include "MTSSerial.h" +#include "MTSSerialFlowControl.h" + +/* Socket Includes */ +#include "CommInterface.h" +#include "IPStack.h" +#include "Transport.h" +#include "Endpoint.h" +#include "Socket.h" +#include "UDPSocket.h" +#include "TCPSocketConnection.h" + +/* Utils Includes */ +#include "MTSCircularBuffer.h" +#include "MTSLog.h" +#include "MTSText.h" \ No newline at end of file
