samples: https_client: unify prj.conf
Disable qemu_cortex_m3 due to SRAM limitation. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
6bb24976f9
commit
f69d9b9951
4 changed files with 3 additions and 50 deletions
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
|
||||
BOARD ?= qemu_x86
|
||||
CONF_FILE ?= prj_$(BOARD).conf
|
||||
CONF_FILE ?= prj.conf
|
||||
|
||||
include $(ZEPHYR_BASE)/Makefile.inc
|
||||
|
||||
|
|
|
@ -13,8 +13,6 @@ CONFIG_NET_BUF_TX_COUNT=64
|
|||
CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=2
|
||||
CONFIG_NET_IF_MCAST_IPV6_ADDR_COUNT=5
|
||||
|
||||
CONFIG_INIT_STACKS=y
|
||||
|
||||
CONFIG_SYS_LOG_SHOW_COLOR=y
|
||||
CONFIG_SYS_LOG_NET_LEVEL=4
|
||||
#CONFIG_NET_DEBUG_HTTP=y
|
|
@ -1,46 +0,0 @@
|
|||
CONFIG_RANDOM_GENERATOR=y
|
||||
|
||||
CONFIG_NETWORKING=y
|
||||
CONFIG_NET_TCP=y
|
||||
CONFIG_NET_ARP=y
|
||||
CONFIG_NET_L2_ETHERNET=y
|
||||
CONFIG_NET_LOG=y
|
||||
CONFIG_NET_SHELL=y
|
||||
|
||||
CONFIG_NET_IF_UNICAST_IPV4_ADDR_COUNT=2
|
||||
CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=2
|
||||
CONFIG_NET_IF_MCAST_IPV6_ADDR_COUNT=5
|
||||
|
||||
CONFIG_INIT_STACKS=y
|
||||
|
||||
CONFIG_NET_PKT_RX_COUNT=64
|
||||
CONFIG_NET_PKT_TX_COUNT=64
|
||||
CONFIG_NET_BUF_RX_COUNT=64
|
||||
CONFIG_NET_BUF_TX_COUNT=64
|
||||
|
||||
CONFIG_NET_IPV4=y
|
||||
CONFIG_NET_DHCPV4=y
|
||||
CONFIG_NET_IPV6=y
|
||||
|
||||
CONFIG_HTTP_CLIENT=y
|
||||
CONFIG_HTTPS=y
|
||||
CONFIG_MBEDTLS=y
|
||||
CONFIG_MBEDTLS_BUILTIN=y
|
||||
CONFIG_MBEDTLS_CFG_FILE="config-mini-tls1_2.h"
|
||||
CONFIG_MBEDTLS_ENABLE_HEAP=y
|
||||
CONFIG_MBEDTLS_HEAP_SIZE=12000
|
||||
|
||||
CONFIG_STDOUT_CONSOLE=y
|
||||
CONFIG_NET_SHELL=y
|
||||
|
||||
# Set the IP addresses here or in the
|
||||
# src/config.h file
|
||||
#
|
||||
CONFIG_NET_APP_SETTINGS=y
|
||||
CONFIG_NET_APP_MY_IPV6_ADDR="2001:db8::1"
|
||||
CONFIG_NET_APP_PEER_IPV6_ADDR="2001:db8::2"
|
||||
CONFIG_NET_APP_MY_IPV4_ADDR="192.0.2.1"
|
||||
CONFIG_NET_APP_PEER_IPV4_ADDR="192.0.2.2"
|
||||
|
||||
CONFIG_NET_MGMT=y
|
||||
CONFIG_NET_MGMT_EVENT=y
|
|
@ -3,8 +3,9 @@ sample:
|
|||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: frdm_k64f qemu_x86
|
||||
tags: net http
|
||||
platform_exclude: qemu_cortex_m3 # does not fit in SRAM
|
||||
depends_on: netif
|
||||
- test_bt:
|
||||
build_only: true
|
||||
platform_whitelist: qemu_x86
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue