1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

net/application_layer: Add Kconfig file and CoAP menu

This commit is contained in:
Leandro Lanzieri 2020-01-31 09:59:25 +01:00
parent b6be8af81c
commit e80dcf2d8b
No known key found for this signature in database
GPG Key ID: 39607DE6080007A3
2 changed files with 12 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#
menu "Networking"
rsource "application_layer/gcoap/Kconfig"
rsource "application_layer/Kconfig"
rsource "gnrc/Kconfig"
rsource "sock/Kconfig"

View File

@ -0,0 +1,11 @@
# Copyright (c) 2020 HAW Hamburg
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
menu "CoAP"
rsource "gcoap/Kconfig"
endmenu # CoAP