zephyr/samples/net
Michael Scott c58be92208 samples: net: irc_bot: fix stack declarations
kernel APIs have changed to using K_THREAD_STACK_DEFINE to declare stack
memory as well as K_THREAD_STACK_SIZEOF to calculate it's size.

Adjust irc_bot sample to reflect those changes.

This fixes stack related page faults when running irc_bot with
CONFIG_X86_STACK_PROTECTION enabled (which it is by default for qemu).

Signed-off-by: Michael Scott <michael.scott@linaro.org>
2017-07-25 18:01:32 -04:00
..
coaps_client tests: remove testcase.ini files 2017-06-21 20:56:53 -04:00
coaps_server samples: net: coaps_server: Increase mcast addresses 2017-07-18 09:33:46 +03:00
common net: app: Create support for network application API 2017-06-30 06:13:09 -04:00
dhcpv4_client linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
dns_resolve net: fix wrong Kconfig 2017-07-05 12:43:13 -04:00
echo_client net: app: Fix dual IPv4 and IPv6 support 2017-07-06 14:32:37 +03:00
echo_server net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
http_client net: fix wrong Kconfig 2017-07-05 12:43:13 -04:00
http_server samples: net: http_server: Add olimex_stm32_e407 project config file 2017-07-12 12:53:51 +03:00
https_client net: fix wrong Kconfig 2017-07-05 12:43:13 -04:00
ieee802154 samples: net: ieee802154: add KW40Z prj conf file 2017-07-06 14:20:32 -05:00
irc_bot samples: net: irc_bot: fix stack declarations 2017-07-25 18:01:32 -04:00
leds_demo net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
mbedtls_dtlsclient net: fix wrong Kconfig 2017-07-05 12:43:13 -04:00
mbedtls_dtlsserver net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
mbedtls_sslclient doc: fix wiki board references in non .rst files 2017-07-11 12:45:35 -05:00
mqtt_publisher net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
nats samples: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
sockets samples: net: sockets: Move socket sample(s) under a subdir 2017-07-18 21:46:56 +03:00
telnet tests: remove testcase.ini files 2017-06-21 20:56:53 -04:00
wpan_serial samples: mark samples that require usb_device support 2017-07-07 09:01:01 -05:00
wpanusb samples: mark samples that require usb_device support 2017-07-07 09:01:01 -05:00
zoap_client net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
zoap_server net: zoap: advance block context by checking M bit from block option 2017-07-14 11:06:54 +03:00
zperf net: context: Use K_NO_WAIT instead of 0 for timeout 2017-07-10 10:59:28 +03:00
net.rst doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00