From cc0dbdb78f26f33cc1eb8df1c10fdca8103765d4 Mon Sep 17 00:00:00 2001 From: Joshua Saxby <Joshua2.Saxby@live.uwe.ac.uk> Date: Sat, 8 Feb 2020 22:20:06 +0000 Subject: [PATCH] Modified project config to suit coursework task --- .gitignore | 0 .yotta.json | 3 ++- .yotta_ignore | 1 - README.md | 0 module.json | 8 ++++---- source/main.cpp | 0 6 files changed, 6 insertions(+), 6 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .yotta_ignore mode change 100644 => 100755 README.md mode change 100644 => 100755 module.json mode change 100644 => 100755 source/main.cpp diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.yotta.json b/.yotta.json index 49df555..d760253 100644 --- a/.yotta.json +++ b/.yotta.json @@ -1,5 +1,6 @@ { "build": { - "target": "bbc-microbit-classic-gcc,*" + "target": "bbc-microbit-classic-gcc,*", + "targetSetExplicitly": true } } diff --git a/.yotta_ignore b/.yotta_ignore old mode 100644 new mode 100755 index fe3f55b..e69de29 --- a/.yotta_ignore +++ b/.yotta_ignore @@ -1 +0,0 @@ -source/examples diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/module.json b/module.json old mode 100644 new mode 100755 index df7b43c..b1e6777 --- a/module.json +++ b/module.json @@ -1,8 +1,8 @@ { - "name": "microbit-samples", - "version": "2.1.1", - "description": "The micro:bit runtime common abstraction with examples.", - "license": "MIT", + "name": "ufcfvk-15-2-internet-of-things-challenge-1", + "version": "0.0.0", + "description": "Joshua Saxby's Submission for Coursework Challenge 1 of UWE's Internet of Things module", + "license": "MPL-2.0", "dependencies": { "microbit": "lancaster-university/microbit#v2.1.1" }, diff --git a/source/main.cpp b/source/main.cpp old mode 100644 new mode 100755 -- GitLab