adding samd21 metro m0 support

This commit is contained in:
hathach
2018-11-20 23:19:59 +07:00
parent d036f62b0e
commit 18f8217f4f
9 changed files with 10608 additions and 3 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
}