zephyr/samples/net
Sylvio Alves a6756c36e9 samples: wifi: esp32s2_saola: reduce RAM usage
This modification frees up around ~10kB of RAM and make sample code
working again.

1) Reduced net packet size and count.
2) Increase Wi-Fi heap to avoid memory allocation failure.
3) Keep log as minimal.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
2023-09-13 17:00:28 +02:00
..
capture samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
cellular_modem samples/net: Add cellular modem sample 2023-08-30 13:48:51 +02:00
cloud net: mqtt: change cipher and sec_tag lists to const 2023-09-12 16:30:28 +02:00
common
dhcpv4_client samples/net/dhcpv4_client: remove unused var "iface" from sample 2023-08-23 14:43:56 +02:00
dns_resolve samples: net: dns_resolve: Improve DHCPv4 handling 2023-07-25 14:18:54 +02:00
dsa samples: net: rename shadow variables 2023-08-22 11:39:58 +02:00
eth_native_posix samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
gptp samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
gsm_modem samples/net: Add cellular modem sample 2023-08-30 13:48:51 +02:00
ipv4_autoconf samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
lldp samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
lwm2m_client drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
mdns_responder Bluetooth: Samples: Remove usage of BT_DEBUG_LOG 2023-06-07 13:56:55 -04:00
mqtt_publisher Bluetooth: Samples: Remove usage of BT_DEBUG_LOG 2023-06-07 13:56:55 -04:00
mqtt_sn_publisher net: conn_mgr: Rename connectivity monitor 2023-08-29 16:13:37 +02:00
openthread/coprocessor doc: samples: update OVERLAY_CONFIG to EXTRA_CONF_FILE 2023-05-23 16:40:21 +02:00
promiscuous_mode samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
sockets net: conn_mgr: Rename connectivity monitor 2023-08-29 16:13:37 +02:00
stats tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
syslog_net samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
telnet Bluetooth: Samples: Remove usage of BT_DEBUG_LOG 2023-06-07 13:56:55 -04:00
tftp_client sample: net: add tftp client sample 2023-08-23 10:05:19 +02:00
virtual samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
vlan samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
wifi samples: wifi: esp32s2_saola: reduce RAM usage 2023-09-13 17:00:28 +02:00
wpan_serial boards: arm: add raytac_mdbt53v_db_40_nrf5340 2023-09-13 12:06:48 +02:00
wpanusb boards: arm: add raytac_mdbt53v_db_40_nrf5340 2023-09-13 12:06:48 +02:00
zperf samples: net: zperf: add Ethernet twister test 2023-09-11 11:18:20 +02:00
net.rst