We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e28976 commit ad2085aCopy full SHA for ad2085a
example/freertos/iot/coap/coap_server/makefile
@@ -3,6 +3,8 @@ APPL ?= freertos_iot_coap_server
3
4
EXT_DEV_LIST += wifi/mrf24g
5
6
+BOARD ?= emsk
7
+
8
ifeq ($(BOARD), emsk)
9
EXT_DEV_LIST += sensor/temperature/adt7420
10
endif
example/freertos/net/ntshell/makefile
@@ -3,6 +3,8 @@ APPL ?= freertos_net_ntshell
ifeq ($(BOARD),emsk)
0 commit comments