Official support library for using mbed as a programmable coprocessor in the Innomatix DAP-III+ telematics platform

Committer:
root@developer-sjc-cyan-compiler.local.mbed.org
Date:
Wed Sep 06 19:19:37 2017 +0000
Revision:
12:3d37c8a7be2b
Parent:
10:5fbe72ffb725
Added tag v1.0.7 for changeset b28c0d6773bf

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Innomatix 8:a6311d40c5a2 1
Innomatix 8:a6311d40c5a2 2 ********************************************************************************
Innomatix 10:5fbe72ffb725 3 v1.0.7 - 9/6/2017
Innomatix 10:5fbe72ffb725 4 Rework all library modules due to updates in the mbed core library.
Innomatix 10:5fbe72ffb725 5 Rework SystemUpdate() to be more robust when the DAP has not yet opened
Innomatix 10:5fbe72ffb725 6 the serial port and when the port is closed unexpectedly
Innomatix 10:5fbe72ffb725 7 Rework the main example to be more DataBin focused so users do not need
Innomatix 10:5fbe72ffb725 8 CAN channels wired just to try things out.
Innomatix 10:5fbe72ffb725 9
Innomatix 10:5fbe72ffb725 10
Innomatix 8:a6311d40c5a2 11 v1.0.5 - 9/30/2016
Innomatix 8:a6311d40c5a2 12 Move Developers Guide and Quick Start Guide into folders to simplify
Innomatix 8:a6311d40c5a2 13 library maintenance. The mbed development environment will not open .DOCX
Innomatix 8:a6311d40c5a2 14 files but you can right-click and export them to your local machine.
Innomatix 8:a6311d40c5a2 15
Innomatix 8:a6311d40c5a2 16 Rebuild library to pick up changes in mbed & USBDevice libraries
Innomatix 8:a6311d40c5a2 17 NOTE: As of version 63:01321bd the USBDevice library throws a couple of
Innomatix 8:a6311d40c5a2 18 warnings when building the Innomatix Support project. The same warning
Innomatix 8:a6311d40c5a2 19 is shown for USBAudio and USBSerial.
Innomatix 8:a6311d40c5a2 20
Innomatix 8:a6311d40c5a2 21 Warning: Function "mbed::FunctionPointerArg1<R, void>::FunctionPointerArg1(R (*)())
Innomatix 8:a6311d40c5a2 22 [with R=void]" (declared at <a href="#" onmousedown="mbed_doc_goto('/InnomatixSupport/
Innomatix 8:a6311d40c5a2 23 /extras/mbed_abea610beb85/FunctionPointer.h', '53'); return false;">
Innomatix 8:a6311d40c5a2 24 /extras/mbed_abea610beb85/FunctionPointer.h:53</a>) was declared deprecated
Innomatix 8:a6311d40c5a2 25 ("FunctionPointer has been replaced by Callback<void()> [since mbed-os-5.1]") in
Innomatix 8:a6311d40c5a2 26 "USBDevice/USBAudio/USBAudio.cpp", Line: 25, Col: 233
Innomatix 8:a6311d40c5a2 27
Innomatix 8:a6311d40c5a2 28