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:
6403:ecff602aaa32
Parent:
6401:0edea5185bb1
Child:
6599:5bb9644532b8
Child:
6530:98ce08655513
diff -r 84a459ed895b -r ecff602aaa32 tools/toolchains/gcc.py
--- a/tools/toolchains/gcc.py	Tue Jun 07 15:15:35 2016 -0500
+++ b/tools/toolchains/gcc.py	Tue Jun 07 15:39:46 2016 -0500
@@ -33,7 +33,7 @@
         'common': ["-c", "-Wall", "-Wextra",
             "-Wno-unused-parameter", "-Wno-missing-field-initializers",
             "-fmessage-length=0", "-fno-exceptions", "-fno-builtin",
-            "-ffunction-sections", "-fdata-sections",
+            "-ffunction-sections", "-fdata-sections", "-funsigned-char",
             "-MMD", "-fno-delete-null-pointer-checks", "-fomit-frame-pointer"
             ],
         'asm': ["-x", "assembler-with-cpp"],