feat(802.15.4): support 802.15.4 on esp32c5

This commit is contained in:
zwx
2024-07-31 17:22:06 +08:00
parent cf05fa303f
commit 3d46e6ed1d
17 changed files with 1035 additions and 14 deletions

View File

@@ -12,7 +12,6 @@
extern "C" {
#endif
// TODO: ZB-93, rewrite this file using regdesc tools when IEEE802154.csv is ready.
#define IEEE802154_REG_BASE 0x600A3000
#define IEEE802154_COMMAND_REG (IEEE802154_REG_BASE + 0x0000)
#define IEEE802154_OPCODE 0x000000FF

View File

@@ -80,3 +80,4 @@
#define DR_REG_EXTMEM_BASE 0x600C8000
#define PWDET_CONF_REG 0x600A0810
#define IEEE802154_REG_BASE 0x600A3000