mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples: rename APPLICATIONs whose name collide with another module.
This commit is contained in:
parent
ba6f2a4c4f
commit
1d6ef0b6e4
@ -1,5 +1,5 @@
|
||||
# name of your application
|
||||
APPLICATION = emcute
|
||||
APPLICATION = emcute_example
|
||||
|
||||
# If no BOARD is found in the environment, use this default:
|
||||
BOARD ?= native
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Default Makefile, for host native GNRC-based networking
|
||||
|
||||
# name of your application
|
||||
APPLICATION = gcoap
|
||||
APPLICATION = gcoap_example
|
||||
|
||||
# If no BOARD is found in the environment, use this default:
|
||||
BOARD ?= native
|
||||
|
@ -1,5 +1,5 @@
|
||||
# name of your application
|
||||
APPLICATION = gnrc_tftp
|
||||
APPLICATION = gnrc_tftp_example
|
||||
|
||||
# If no BOARD is found in the environment, use this default:
|
||||
BOARD ?= native
|
||||
|
@ -1,5 +1,5 @@
|
||||
# name of your application
|
||||
APPLICATION = posix_sockets
|
||||
APPLICATION = posix_sockets_example
|
||||
|
||||
# If no BOARD is found in the environment, use this default:
|
||||
BOARD ?= native
|
||||
|
@ -1,5 +1,5 @@
|
||||
# name of your application
|
||||
APPLICATION = saul
|
||||
APPLICATION = saul_example
|
||||
|
||||
# If no BOARD is found in the environment, use this default:
|
||||
BOARD ?= native
|
||||
|
Loading…
Reference in New Issue
Block a user