mcu: MK64F12: add pkg.yml

Signed-off-by: Michael Scott <michael.sc...@linaro.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/c6230744
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/c6230744
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/c6230744

Branch: refs/heads/develop
Commit: c62307447f5493cf4122d837a084ed9bf72177e3
Parents: 7faf62f
Author: Michael Scott <michael.sc...@linaro.org>
Authored: Fri Oct 7 16:33:43 2016 -0700
Committer: Michael Scott <michael.sc...@linaro.org>
Committed: Mon Oct 10 23:59:41 2016 -0700

----------------------------------------------------------------------
 hw/mcu/nxp/MK64F12/pkg.yml | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/c6230744/hw/mcu/nxp/MK64F12/pkg.yml
----------------------------------------------------------------------
diff --git a/hw/mcu/nxp/MK64F12/pkg.yml b/hw/mcu/nxp/MK64F12/pkg.yml
new file mode 100644
index 0000000..b2e0bb5
--- /dev/null
+++ b/hw/mcu/nxp/MK64F12/pkg.yml
@@ -0,0 +1,29 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#  http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+pkg.name: hw/mcu/nxp/MK64F12
+pkg.description: MCU definition for NXP K64F ARM Cortex-M4 chip
+pkg.author: "Apache Mynewt <d...@mynewt.incubator.apache.org>"
+pkg.homepage: "http://mynewt.apache.org/";
+
+pkg.deps:
+    - hw/hal
+    - hw/cmsis-core
+    - hw/mcu/nxp
+    - compiler/arm-none-eabi-m4

Reply via email to