mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 01:37:22 +00:00
feat(802.15.4): support 802.15.4 on esp32c5
This commit is contained in:
@@ -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
|
||||
|
@@ -80,3 +80,4 @@
|
||||
#define DR_REG_EXTMEM_BASE 0x600C8000
|
||||
|
||||
#define PWDET_CONF_REG 0x600A0810
|
||||
#define IEEE802154_REG_BASE 0x600A3000
|
||||
|
Reference in New Issue
Block a user