Skip to content

Commit

Permalink
example: Add missing adt7420 device driver selection
Browse files Browse the repository at this point in the history
Add sensor/temperature/adt7420 to EXT_DEV_LIST

Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Jan 12, 2018
1 parent 77501ee commit 8baff2c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion example/freertos/iot/lwm2m/lwm2m_client/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Application name
APPL ?= freertos_iot_lwm2m_client

EXT_DEV_LIST += wifi/mrf24g
EXT_DEV_LIST += wifi/mrf24g sensor/temperature/adt7420

##
# HEAP & STACK SETTINGS
Expand Down
2 changes: 1 addition & 1 deletion example/freertos/iot/lwm2m/lwm2m_server/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Application name
APPL ?= freertos_iot_lwm2m_server

EXT_DEV_LIST += wifi/mrf24g
EXT_DEV_LIST += wifi/mrf24g sensor/temperature/adt7420

##
# HEAP & STACK SETTINGS
Expand Down
2 changes: 1 addition & 1 deletion example/freertos/net/ntshell/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Application name
APPL ?= freertos_net_ntshell

EXT_DEV_LIST += wifi/mrf24g
EXT_DEV_LIST += wifi/mrf24g sensor/temperature/adt7420

#
# root dir of embARC
Expand Down
2 changes: 1 addition & 1 deletion example/freertos/sec/mbedtls/dtls/client/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Application name
APPL ?= mbedtls_dtls_client

EXT_DEV_LIST += wifi/mrf24g
EXT_DEV_LIST += wifi/mrf24g sensor/temperature/adt7420

# Heap Size Settings
HEAPSZ ?= 1048576
Expand Down
2 changes: 1 addition & 1 deletion example/freertos/sec/mbedtls/dtls/server/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Application name
APPL ?= mbedtls_dtls_server

EXT_DEV_LIST += wifi/mrf24g
EXT_DEV_LIST += wifi/mrf24g sensor/temperature/adt7420

# Heap Size Settings
HEAPSZ ?= 1048576
Expand Down
2 changes: 1 addition & 1 deletion example/freertos/sec/mbedtls/ssl/client2/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Application name
APPL ?= mbedtls_ssl_client2

EXT_DEV_LIST += wifi/mrf24g
EXT_DEV_LIST += wifi/mrf24g sensor/temperature/adt7420

# Heap Size Settings
HEAPSZ ?= 1048576
Expand Down
2 changes: 1 addition & 1 deletion example/freertos/sec/mbedtls/ssl/server2/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Application name
APPL ?= mbedtls_ssl_server2

EXT_DEV_LIST += wifi/mrf24g
EXT_DEV_LIST += wifi/mrf24g sensor/temperature/adt7420

# Heap Size Settings
HEAPSZ ?= 1048576
Expand Down

0 comments on commit 8baff2c

Please sign in to comment.