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

Merge pull request #11288 from haukepetersen/opt_skald_movetoblefolder

ble/skald: move to sys/net/ble and fix doxygen groups
This commit is contained in:
Martine Lenders 2019-03-26 23:56:28 +01:00 committed by GitHub
commit e9cd9584a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 10 additions and 10 deletions

View File

@ -128,7 +128,7 @@ ifneq (,$(filter nanocoap,$(USEMODULE)))
DIRS += net/application_layer/nanocoap
endif
ifneq (,$(filter skald,$(USEMODULE)))
DIRS += net/skald
DIRS += net/ble/skald
endif
ifneq (,$(filter cord_common,$(USEMODULE)))
DIRS += net/application_layer/cord/common

View File

@ -7,8 +7,8 @@
*/
/**
* @defgroup net_skald Skald, who advertises to the world
* @ingroup net
* @defgroup ble_skald Skald, who advertises to the world
* @ingroup ble
* @brief Skald, a minimalistic BLE advertising stack
*
* # About

View File

@ -7,8 +7,8 @@
*/
/**
* @defgroup net_skald_eddystone Skald meets Eddy
* @ingroup net_skald
* @defgroup ble_skald_eddystone Skald meets Eddy
* @ingroup ble_skald
* @brief Skald's Eddystone implementation
*
* # About

View File

@ -7,8 +7,8 @@
*/
/**
* @defgroup net_skald_ibeacon Skald about iBeacon
* @ingroup net_skald
* @defgroup ble_skald_ibeacon Skald about iBeacon
* @ingroup ble_skald
* @brief Skald's simple iBeacon abstraction
*
* # About

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup net_skald
* @ingroup ble_skald
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup net_skald_eddystone
* @ingroup ble_skald_eddystone
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup net_skald_ibeacon
* @ingroup ble_skald_ibeacon
* @{
*
* @file