Skip to content

Commit 8baff2c

Browse files
committed
example: Add missing adt7420 device driver selection
Add sensor/temperature/adt7420 to EXT_DEV_LIST Signed-off-by: Huaqi Fang <[email protected]>
1 parent 77501ee commit 8baff2c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

example/freertos/iot/lwm2m/lwm2m_client/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Application name
22
APPL ?= freertos_iot_lwm2m_client
33

4-
EXT_DEV_LIST += wifi/mrf24g
4+
EXT_DEV_LIST += wifi/mrf24g sensor/temperature/adt7420
55

66
##
77
# HEAP & STACK SETTINGS

example/freertos/iot/lwm2m/lwm2m_server/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Application name
22
APPL ?= freertos_iot_lwm2m_server
33

4-
EXT_DEV_LIST += wifi/mrf24g
4+
EXT_DEV_LIST += wifi/mrf24g sensor/temperature/adt7420
55

66
##
77
# HEAP & STACK SETTINGS

example/freertos/net/ntshell/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Application name
22
APPL ?= freertos_net_ntshell
33

4-
EXT_DEV_LIST += wifi/mrf24g
4+
EXT_DEV_LIST += wifi/mrf24g sensor/temperature/adt7420
55

66
#
77
# root dir of embARC

example/freertos/sec/mbedtls/dtls/client/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Application name
22
APPL ?= mbedtls_dtls_client
33

4-
EXT_DEV_LIST += wifi/mrf24g
4+
EXT_DEV_LIST += wifi/mrf24g sensor/temperature/adt7420
55

66
# Heap Size Settings
77
HEAPSZ ?= 1048576

example/freertos/sec/mbedtls/dtls/server/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Application name
22
APPL ?= mbedtls_dtls_server
33

4-
EXT_DEV_LIST += wifi/mrf24g
4+
EXT_DEV_LIST += wifi/mrf24g sensor/temperature/adt7420
55

66
# Heap Size Settings
77
HEAPSZ ?= 1048576

example/freertos/sec/mbedtls/ssl/client2/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Application name
22
APPL ?= mbedtls_ssl_client2
33

4-
EXT_DEV_LIST += wifi/mrf24g
4+
EXT_DEV_LIST += wifi/mrf24g sensor/temperature/adt7420
55

66
# Heap Size Settings
77
HEAPSZ ?= 1048576

example/freertos/sec/mbedtls/ssl/server2/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Application name
22
APPL ?= mbedtls_ssl_server2
33

4-
EXT_DEV_LIST += wifi/mrf24g
4+
EXT_DEV_LIST += wifi/mrf24g sensor/temperature/adt7420
55

66
# Heap Size Settings
77
HEAPSZ ?= 1048576

0 commit comments

Comments
 (0)