ST / ST_Events-old

Dependents:   HelloWorld_CCA01M1 HelloWorld_CCA02M1 CI-data-logger-server HelloWorld_CCA02M1 ... more

This is a fork of the events subdirectory of https://github.com/ARMmbed/mbed-os.

Note, you must import this library with import name: events!!!

Revision:
7551:7069d4b554d9
Parent:
7550:436889d9f0e8
Child:
7615:69407c9f45ec
diff -r 436889d9f0e8 -r 7069d4b554d9 tools/toolchains/gcc.py
--- a/tools/toolchains/gcc.py	Wed Aug 17 11:42:10 2016 +0100
+++ b/tools/toolchains/gcc.py	Wed Aug 17 13:16:07 2016 +0100
@@ -277,9 +277,9 @@
             use_nano = False
         elif "small-lib" in self.options:
             use_nano = True
-        elif target.default_build == "standard":
+        elif target.default_lib == "std":
             use_nano = False
-        elif target.default_build == "small":
+        elif target.default_lib == "small":
             use_nano = True
         else:
             use_nano = False