updated for mbed-os 5.5

Fork of Task121 by Nicholas Outram

Files at this revision

API Documentation at this revision

Comitter:
noutram
Date:
Tue Sep 10 13:23:09 2019 +0000
Parent:
3:82771b5493b3
Child:
5:33c6692985fd
Child:
6:6aeae28837c4
Commit message:
Updated to work bare metal

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-os.lib Show annotated file Show diff for this revision Revisions of this file
mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Jul 13 10:24:48 2017 +0000
+++ b/main.cpp	Tue Sep 10 13:23:09 2019 +0000
@@ -5,7 +5,7 @@
 
 //Create a DigitalOut “object” called myled
 //Pass constant D7 as a “parameter”
-DigitalOut myled(D7);
+DigitalOut myled(LED1);
 
 //The main function - all executable C / C++
 //applications have a main function. This is
--- a/mbed-os.lib	Thu Jul 13 10:24:48 2017 +0000
+++ b/mbed-os.lib	Tue Sep 10 13:23:09 2019 +0000
@@ -1,1 +1,1 @@
-https://github.com/ARMmbed/mbed-os/#8828635da469162cf2854b5287561c663fb96e72
+https://github.com/ARMmbed/mbed-os/#1bf6b20df9d3cd5f29f001ffc6f0d0fcbbb96118
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json	Tue Sep 10 13:23:09 2019 +0000
@@ -0,0 +1,3 @@
+{
+    "requires": ["bare-metal"]
+}
\ No newline at end of file