ieee802154: support driver opensrc

This commit is contained in:
zhangwenxu
2023-03-20 18:25:10 +08:00
parent 8be8a1cd22
commit c8c1cd1c55
32 changed files with 5827 additions and 72 deletions

View File

@@ -0,0 +1,12 @@
/*
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "soc/ieee802154_periph.h"
const ieee802154_conn_t ieee802154_periph = {
.module = PERIPH_IEEE802154_MODULE,
.irq_id = ETS_ZB_MAC_SOURCE,
};