Skip to content

Commit

Permalink
Use the ! prefix introduced in gcc4mbed for mbed examples (#304)
Browse files Browse the repository at this point in the history
Follows the changes introduced in the following commit:
adamgreen/gcc4mbed@7d79ef3

Refer to adamgreen/gcc4mbed#64 for more details.
  • Loading branch information
Naoki Mizuno authored and mikepurvis committed Mar 22, 2018
1 parent a8c9219 commit 140dcd3
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
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

0 comments on commit 140dcd3

Please sign in to comment.