Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the ! prefix introduced in gcc4mbed for mbed examples #304

Merged
merged 1 commit into from
Mar 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rosserial_mbed/src/examples/ADC/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT := rosserial_mbed_ADC
DEVICES := LPC1768 KL25Z NUCLEO_F401RE
GCC4MBED_DIR := $(GCC4MBED_DIR)
USER_LIBS := $(ROS_LIB_DIR)
USER_LIBS := !$(ROS_LIB_DIR) $(ROS_LIB_DIR)/BufferedSerial
NO_FLOAT_SCANF := 1
NO_FLOAT_PRINTF := 1

Expand Down
2 changes: 1 addition & 1 deletion rosserial_mbed/src/examples/Blink/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT := rosserial_mbed_Blink
DEVICES := LPC1768 KL25Z NUCLEO_F401RE
GCC4MBED_DIR := $(GCC4MBED_DIR)
USER_LIBS := $(ROS_LIB_DIR)
USER_LIBS := !$(ROS_LIB_DIR) $(ROS_LIB_DIR)/BufferedSerial
NO_FLOAT_SCANF := 1
NO_FLOAT_PRINTF := 1

Expand Down
2 changes: 1 addition & 1 deletion rosserial_mbed/src/examples/Clapper/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT := rosserial_mbed_Clapper
DEVICES := LPC1768 KL25Z NUCLEO_F401RE
GCC4MBED_DIR := $(GCC4MBED_DIR)
USER_LIBS := $(ROS_LIB_DIR)
USER_LIBS := !$(ROS_LIB_DIR) $(ROS_LIB_DIR)/BufferedSerial
NO_FLOAT_SCANF := 1
NO_FLOAT_PRINTF := 1

Expand Down
2 changes: 1 addition & 1 deletion rosserial_mbed/src/examples/GroveBuzzer/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT := rosserial_grove_buzzer
DEVICES := LPC1768 KL25Z NUCLEO_F401RE
GCC4MBED_DIR := $(GCC4MBED_DIR)
USER_LIBS := $(ROS_LIB_DIR)
USER_LIBS := !$(ROS_LIB_DIR) $(ROS_LIB_DIR)/BufferedSerial
NO_FLOAT_SCANF := 1
NO_FLOAT_PRINTF := 1

Expand Down
2 changes: 1 addition & 1 deletion rosserial_mbed/src/examples/GroveCollision/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT := rosserial_grove_collision
DEVICES := LPC1768 KL25Z NUCLEO_F401RE
GCC4MBED_DIR := $(GCC4MBED_DIR)
USER_LIBS := $(ROS_LIB_DIR)
USER_LIBS := !$(ROS_LIB_DIR) $(ROS_LIB_DIR)/BufferedSerial
NO_FLOAT_SCANF := 1
NO_FLOAT_PRINTF := 1

Expand Down
2 changes: 1 addition & 1 deletion rosserial_mbed/src/examples/GrovePIRMotionSensor/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT := rosserial_pir_motion_sensor
DEVICES := LPC1768 KL25Z NUCLEO_F401RE
GCC4MBED_DIR := $(GCC4MBED_DIR)
USER_LIBS := $(ROS_LIB_DIR)
USER_LIBS := !$(ROS_LIB_DIR) $(ROS_LIB_DIR)/BufferedSerial
NO_FLOAT_SCANF := 1
NO_FLOAT_PRINTF := 1

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT := rosserial_grove_temperature_humidity
DEVICES := LPC1768 KL25Z NUCLEO_F401RE
GCC4MBED_DIR := $(GCC4MBED_DIR)
USER_LIBS := $(ROS_LIB_DIR)
USER_LIBS := !$(ROS_LIB_DIR) $(ROS_LIB_DIR)/BufferedSerial
NO_FLOAT_SCANF := 1
NO_FLOAT_PRINTF := 1

Expand Down
2 changes: 1 addition & 1 deletion rosserial_mbed/src/examples/HelloWorld/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT := rosserial_mbed_HelloWorld
DEVICES := LPC1768 KL25Z NUCLEO_F401RE
GCC4MBED_DIR := $(GCC4MBED_DIR)
USER_LIBS := $(ROS_LIB_DIR)
USER_LIBS := !$(ROS_LIB_DIR) $(ROS_LIB_DIR)/BufferedSerial
NO_FLOAT_SCANF := 1
NO_FLOAT_PRINTF := 1

Expand Down
2 changes: 1 addition & 1 deletion rosserial_mbed/src/examples/IrRanger/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT := rosserial_mbed_IrRanger
DEVICES := LPC1768 KL25Z NUCLEO_F401RE
GCC4MBED_DIR := $(GCC4MBED_DIR)
USER_LIBS := $(ROS_LIB_DIR)
USER_LIBS := !$(ROS_LIB_DIR) $(ROS_LIB_DIR)/BufferedSerial
NO_FLOAT_SCANF := 1
NO_FLOAT_PRINTF := 1

Expand Down
2 changes: 1 addition & 1 deletion rosserial_mbed/src/examples/Logging/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT := rosserial_mbed_Logging
DEVICES := LPC1768 KL25Z NUCLEO_F401RE
GCC4MBED_DIR := $(GCC4MBED_DIR)
USER_LIBS := $(ROS_LIB_DIR)
USER_LIBS := !$(ROS_LIB_DIR) $(ROS_LIB_DIR)/BufferedSerial
NO_FLOAT_SCANF := 1
NO_FLOAT_PRINTF := 1

Expand Down
2 changes: 1 addition & 1 deletion rosserial_mbed/src/examples/MotorShield/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT := rosserial_motor_shield
DEVICES := LPC1768 KL25Z NUCLEO_F401RE
GCC4MBED_DIR := $(GCC4MBED_DIR)
USER_LIBS := $(ROS_LIB_DIR)
USER_LIBS := !$(ROS_LIB_DIR) $(ROS_LIB_DIR)/BufferedSerial
NO_FLOAT_SCANF := 1
NO_FLOAT_PRINTF := 1

Expand Down
2 changes: 1 addition & 1 deletion rosserial_mbed/src/examples/Odom/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT := rosserial_mbed_Odom
DEVICES := LPC1768 KL25Z NUCLEO_F401RE
GCC4MBED_DIR := $(GCC4MBED_DIR)
USER_LIBS := $(ROS_LIB_DIR)
USER_LIBS := !$(ROS_LIB_DIR) $(ROS_LIB_DIR)/BufferedSerial
NO_FLOAT_SCANF := 1
NO_FLOAT_PRINTF := 1

Expand Down
2 changes: 1 addition & 1 deletion rosserial_mbed/src/examples/ServiceClient/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT := rosserial_mbed_ServiceClient
DEVICES := LPC1768 KL25Z NUCLEO_F401RE
GCC4MBED_DIR := $(GCC4MBED_DIR)
USER_LIBS := $(ROS_LIB_DIR)
USER_LIBS := !$(ROS_LIB_DIR) $(ROS_LIB_DIR)/BufferedSerial
NO_FLOAT_SCANF := 1
NO_FLOAT_PRINTF := 1

Expand Down
2 changes: 1 addition & 1 deletion rosserial_mbed/src/examples/ServiceServer/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT := rosserial_mbed_ServiceServer
DEVICES := LPC1768 KL25Z NUCLEO_F401RE
GCC4MBED_DIR := $(GCC4MBED_DIR)
USER_LIBS := $(ROS_LIB_DIR)
USER_LIBS := !$(ROS_LIB_DIR) $(ROS_LIB_DIR)/BufferedSerial
NO_FLOAT_SCANF := 1
NO_FLOAT_PRINTF := 1

Expand Down
2 changes: 1 addition & 1 deletion rosserial_mbed/src/examples/ServoControl/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT := rosserial_mbed_ServoControl
DEVICES := LPC1768 KL25Z NUCLEO_F401RE
GCC4MBED_DIR := $(GCC4MBED_DIR)
USER_LIBS := $(ROS_LIB_DIR)
USER_LIBS := !$(ROS_LIB_DIR) $(ROS_LIB_DIR)/BufferedSerial
NO_FLOAT_SCANF := 1
NO_FLOAT_PRINTF := 1

Expand Down
2 changes: 1 addition & 1 deletion rosserial_mbed/src/examples/Temperature/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT := rosserial_mbed_Temperature
DEVICES := LPC1768 KL25Z NUCLEO_F401RE
GCC4MBED_DIR := $(GCC4MBED_DIR)
USER_LIBS := $(ROS_LIB_DIR)
USER_LIBS := !$(ROS_LIB_DIR) $(ROS_LIB_DIR)/BufferedSerial
NO_FLOAT_SCANF := 1
NO_FLOAT_PRINTF := 1

Expand Down
2 changes: 1 addition & 1 deletion rosserial_mbed/src/examples/TimeTF/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT := rosserial_mbed_TimeTF
DEVICES := LPC1768 KL25Z NUCLEO_F401RE
GCC4MBED_DIR := $(GCC4MBED_DIR)
USER_LIBS := $(ROS_LIB_DIR)
USER_LIBS := !$(ROS_LIB_DIR) $(ROS_LIB_DIR)/BufferedSerial
NO_FLOAT_SCANF := 1
NO_FLOAT_PRINTF := 1

Expand Down
2 changes: 1 addition & 1 deletion rosserial_mbed/src/examples/Ultrasound/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT := rosserial_mbed_Ultrasound
DEVICES := LPC1768 KL25Z NUCLEO_F401RE
GCC4MBED_DIR := $(GCC4MBED_DIR)
USER_LIBS := $(ROS_LIB_DIR)
USER_LIBS := !$(ROS_LIB_DIR) $(ROS_LIB_DIR)/BufferedSerial
NO_FLOAT_SCANF := 1
NO_FLOAT_PRINTF := 1

Expand Down
2 changes: 1 addition & 1 deletion rosserial_mbed/src/examples/button_example/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT := rosserial_mbed_button_example
DEVICES := LPC1768 KL25Z NUCLEO_F401RE
GCC4MBED_DIR := $(GCC4MBED_DIR)
USER_LIBS := $(ROS_LIB_DIR)
USER_LIBS := !$(ROS_LIB_DIR) $(ROS_LIB_DIR)/BufferedSerial
NO_FLOAT_SCANF := 1
NO_FLOAT_PRINTF := 1

Expand Down
2 changes: 1 addition & 1 deletion rosserial_mbed/src/examples/pubsub/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT := rosserial_mbed_pubsub
DEVICES := LPC1768 KL25Z NUCLEO_F401RE
GCC4MBED_DIR := $(GCC4MBED_DIR)
USER_LIBS := $(ROS_LIB_DIR)
USER_LIBS := !$(ROS_LIB_DIR) $(ROS_LIB_DIR)/BufferedSerial
NO_FLOAT_SCANF := 1
NO_FLOAT_PRINTF := 1

Expand Down