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:
commit
e9cd9584a4
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup net_skald
|
||||
* @ingroup ble_skald
|
||||
* @{
|
||||
*
|
||||
* @file
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup net_skald_eddystone
|
||||
* @ingroup ble_skald_eddystone
|
||||
* @{
|
||||
*
|
||||
* @file
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup net_skald_ibeacon
|
||||
* @ingroup ble_skald_ibeacon
|
||||
* @{
|
||||
*
|
||||
* @file
|
Loading…
Reference in New Issue
Block a user