mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 01:32:44 +00:00
This commit creates a HTTP server library. So instead of creating a complex HTTP server application for serving HTTP requests, the developer can use the HTTP server API to create HTTP server insteances. This commit also adds support for creating HTTPS servers. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
11 lines
198 B
INI
11 lines
198 B
INI
[test]
|
|
tags = net http
|
|
build_only = true
|
|
platform_whitelist = frdm_k64f qemu_x86
|
|
|
|
[test_bt]
|
|
tags = net bluetooth
|
|
build_only = true
|
|
extra_args = CONF_FILE="prj_bt.conf"
|
|
platform_whitelist = qemu_x86
|