walnux/drivers/wireless/lpwan/Make.defs
Matteo Golin b9b505a2b2 wireless/lpwan: Add support for the RN903 and RN2483 family of LoRa
radio transceivers. This initial support includes transmit and receive
functionality and configuration and reading of radio parameters like
frequency and bandwidth.

Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
2025-03-06 06:10:19 -03:00

31 lines
1.2 KiB
Text

############################################################################
# drivers/wireless/lpwan/Make.defs
#
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The
# ASF licenses this file to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance with the
# License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
############################################################################
# Include nothing if LPWAN is disabled
ifeq ($(CONFIG_DRIVERS_LPWAN),y)
include wireless/lpwan/sx127x/Make.defs
include wireless/lpwan/sx126x/Make.defs
include wireless/lpwan/rn2xx3/Make.defs
endif # CONFIG_DRIVERS_LPWAN