able to blink led on metro m4

This commit is contained in:
hathach
2018-11-14 15:32:43 +07:00
parent ee399bd27b
commit 039550d7fe
8 changed files with 27398 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
/*****************************************************************************
* SEGGER Microcontroller GmbH & Co. KG *
* Solutions for real time microcontroller applications *
*****************************************************************************
* *
* (c) 2017 SEGGER Microcontroller GmbH & Co. KG *
* *
* Internet: www.segger.com Support: support@segger.com *
* *
*****************************************************************************/
function Reset() {
TargetInterface.resetAndStop();
}
function EnableTrace(traceInterfaceType) {
// TODO: Enable trace
}