Commented out the body of bool MODSERIAL::claim (FILE *stream) since it causes problems with the latest mbed library
Dependents: ATT_Cellular_IOT_Button Avnet_ATT_Cellular_Pubnub Hiking_Pal Avnet_ATT_Cellular_IOT ... more
Fork of MODSERIAL by
History
Commented out ; bool MODSERIAL::claim (FILE *stream); because it gives errors with the latest mbed library
2016-08-01, by stefanrousseau [Mon, 01 Aug 2016 23:30:57 +0000] rev 42
Commented out ; bool MODSERIAL::claim (FILE *stream); because it gives errors with the latest mbed library
Add Support for Inforce's mbed PAC shield (based on the STM32F401RB)
2015-11-17, by Gary Servin [Tue, 17 Nov 2015 12:11:44 -0300] rev 41
Add Support for Inforce's mbed PAC shield (based on the STM32F401RB)
Added support for STM Nucleo F401RE platform
2015-09-20, by garyservin [Sun, 20 Sep 2015 02:56:47 +0000] rev 40
Added support for STM Nucleo F401RE platform
Added K22F support (probably)
2015-02-08, by Sissors [Sun, 08 Feb 2015 19:59:54 +0000] rev 39
Added K22F support (probably)
Fixed txBufferSetSize and rxBufferSetSize. Now working with buffers in use.
2014-12-12, by BlazeX [Fri, 12 Dec 2014 08:49:27 +0000] rev 38
Fixed txBufferSetSize and rxBufferSetSize. Now working with buffers in use.
Tried to fix the BufferResize issue, but still not working with buffers in use.
2014-12-11, by BlazeX [Thu, 11 Dec 2014 20:24:15 +0000] rev 37
Tried to fix the BufferResize issue, but still not working with buffers in use.
downSizeBuffer >= <= fix
2014-12-11, by BlazeX [Thu, 11 Dec 2014 05:25:58 +0000] rev 36
downSizeBuffer >= <= fix
Merge of branched (I think)
2014-05-12, by Sissors [Mon, 12 May 2014 13:20:20 +0000] rev 35
Merge of branched (I think)
Added support for Freescale KL05Z and KL64F platforms.
2014-04-29, by chaegle [Tue, 29 Apr 2014 23:09:48 +0000] rev 34
Added support for Freescale KL05Z and KL64F platforms.
Fixed ts_busy according to: http://mbed.org/questions/3404/Can-I-have-more-comment-on-my-MODSERIAL-/
2014-05-11, by Sissors [Sun, 11 May 2014 19:28:04 +0000] rev 33
Fixed ts_busy according to: http://mbed.org/questions/3404/Can-I-have-more-comment-on-my-MODSERIAL-/