adds filesystem as a resource for the http_server which serves static (gzipped) files from a filesystem to the client. Signed-off-by: Gerhard Jörges <joerges@metratec.com>
10 lines
175 B
Plaintext
10 lines
175 B
Plaintext
/*
|
|
* Copyright (c) 2024 metraTec GmbH
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <zephyr/linker/iterable_sections.h>
|
|
|
|
ITERABLE_SECTION_ROM(http_content_type, 4)
|