MODSERIAL with support for more devices

Dependents:   1D-Pong BMT-K9_encoder BMT-K9-Regelaar programma_filter ... more

Check the cookbook page for more information: https://mbed.org/cookbook/MODSERIAL

Did you add a device? Please send a pull request so we can keep everything in one library instead of many copies. In that case also send a PM, since currently mbed does not inform of new pull requests. I will then also add you to the developers of this library so you can do other changes directly.

History

Added support for target NUCLEO_F103RB default tip

2019-05-05, by riaancillie [Sun, 05 May 2019 14:57:11 +0000] rev 46

Added support for target NUCLEO_F103RB


Added support for Nucleo F746ZG

2018-04-01, by rvasquez6089 [Sun, 01 Apr 2018 18:39:35 +0000] rev 45

Added support for Nucleo F746ZG


Used callback functions to attach to Serial, to remove compilation warnings

2017-05-07, by Sissors [Sun, 07 May 2017 16:26:36 +0000] rev 44

Used callback functions to attach to Serial, to remove compilation warnings


Update device definitions to be compatible with current versions of mbed; ; Replaces _serial.index with _serial.serial.index if DEVICE_SERIAL_ASYNCH is #defined.

2017-04-26, by cduck [Wed, 26 Apr 2017 06:50:40 +0000] rev 43

Update device definitions to be compatible with current versions of mbed; ; Replaces _serial.index with _serial.serial.index if DEVICE_SERIAL_ASYNCH is #defined.


Compatible with latest mbed

2016-09-12, by Sissors [Mon, 12 Sep 2016 12:07:22 +0000] rev 42

Compatible with latest mbed
;
; the _name value in FileBase was moved from protected to private, with a new function which was added we can access it again.


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.