1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/Kconfig

22 lines
542 B
Plaintext
Raw Normal View History

2019-12-16 11:18:53 +01:00
# Copyright (c) 2019 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 "Packages"
2022-02-01 22:33:35 +01:00
rsource "flashdb/Kconfig"
rsource "libfixmath/Kconfig"
rsource "libschc/Kconfig"
2022-03-29 17:59:06 +02:00
rsource "littlefs2/Kconfig"
rsource "lvgl/Kconfig"
rsource "mbedtls/Kconfig"
2020-11-24 17:26:31 +01:00
rsource "semtech-loramac/Kconfig"
rsource "tinydtls/Kconfig"
rsource "tinyusb/Kconfig"
2022-03-11 11:24:43 +01:00
rsource "tinyvcdiff/Kconfig"
rsource "wakaama/Kconfig"
2019-12-16 11:18:53 +01:00
endmenu # Packages