Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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!!!
Diff: tools/toolchains/gcc.py
- Revision:
- 7085:f56c18affca0
- Parent:
- 6982:e187c30f5927
- Parent:
- 7084:5a5dc54afc07
- Child:
- 7371:4c352cc17ba8
--- a/tools/toolchains/gcc.py Mon Jul 25 22:15:52 2016 -0500
+++ b/tools/toolchains/gcc.py Tue Jul 26 00:20:45 2016 -0500
@@ -289,14 +289,6 @@
self.cc += ["-DMBED_RTOS_SINGLE_THREAD"]
self.cppc += ["-DMBED_RTOS_SINGLE_THREAD"]
self.macros.extend(["MBED_RTOS_SINGLE_THREAD"])
-
- if target.name in ["LPC1768", "LPC4088", "LPC4088_DM", "LPC4330", "UBLOX_C027", "LPC2368", "ARM_BEETLE_SOC"]:
- self.ld.extend(["-u _printf_float", "-u _scanf_float"])
- self.flags['ld'].extend(["-u _printf_float", "-u _scanf_float"])
- elif target.name in ["RZ_A1H", "VK_RZ_A1H", "ARCH_MAX", "DISCO_F407VG", "DISCO_F429ZI", "DISCO_F469NI", "NUCLEO_F401RE", "NUCLEO_F410RB", "NUCLEO_F411RE", "NUCLEO_F429ZI", "NUCLEO_F446RE", "NUCLEO_F446ZE", "ELMO_F411RE", "MTS_MDOT_F411RE", "MTS_DRAGONFLY_F411RE", "DISCO_F746NG"]:
- self.ld.extend(["-u_printf_float", "-u_scanf_float"])
- self.flags['ld'].extend(["-u_printf_float", "-u_scanf_float"])
-
self.sys_libs.append("nosys")