File tree Expand file tree Collapse file tree 7 files changed +15
-11
lines changed
components/soc/esp32c5/include/soc
ieee802154/ieee802154_cli Expand file tree Collapse file tree 7 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,10 @@ config SOC_SECURE_BOOT_SUPPORTED
163163 bool
164164 default y
165165
166+ config SOC_IEEE802154_SUPPORTED
167+ bool
168+ default y
169+
166170config SOC_BOD_SUPPORTED
167171 bool
168172 default y
Original file line number Diff line number Diff line change 5757#define SOC_ECC_EXTENDED_MODES_SUPPORTED 1
5858#define SOC_FLASH_ENC_SUPPORTED 1
5959#define SOC_SECURE_BOOT_SUPPORTED 1
60- // #define SOC_IEEE802154_SUPPORTED 1 // TODO: [ESP32C5 ECO2] IDF-12824
60+ #define SOC_IEEE802154_SUPPORTED 1
6161#define SOC_BOD_SUPPORTED 1
6262#define SOC_APM_SUPPORTED 1 /*!< Support for APM peripheral */
6363#define SOC_PMU_SUPPORTED 1
Original file line number Diff line number Diff line change 1- | Supported Targets | ESP32-C6 | ESP32-H2 |
2- | ----------------- | -------- | -------- |
1+ | Supported Targets | ESP32-C5 | ESP32- C6 | ESP32-H2 |
2+ | ----------------- | -------- | -------- | -------- |
33
44# IEEE802.15.4 Command Line Example
55
Original file line number Diff line number Diff line change 1- | Supported Targets | ESP32-C6 | ESP32-H2 |
2- | ----------------- | -------- | -------- |
1+ | Supported Targets | ESP32-C5 | ESP32- C6 | ESP32-H2 |
2+ | ----------------- | -------- | -------- | -------- |
33
44# OpenThread Command Line Example
55
Original file line number Diff line number Diff line change 1- | Supported Targets | ESP32-C6 | ESP32-H2 |
2- | ----------------- | -------- | -------- |
1+ | Supported Targets | ESP32-C5 | ESP32- C6 | ESP32-H2 |
2+ | ----------------- | -------- | -------- | -------- |
33
44# OpenThread Radio Co-Processor (RCP) Example
55
Original file line number Diff line number Diff line change 1- | Supported Targets | ESP32-C6 | ESP32-H2 |
2- | ----------------- | -------- | -------- |
1+ | Supported Targets | ESP32-C5 | ESP32- C6 | ESP32-H2 |
2+ | ----------------- | -------- | -------- | -------- |
33
44# Light Bulb Example
55
Original file line number Diff line number Diff line change 1- | Supported Targets | ESP32-C6 | ESP32-H2 |
2- | ----------------- | -------- | -------- |
1+ | Supported Targets | ESP32-C5 | ESP32- C6 | ESP32-H2 |
2+ | ----------------- | -------- | -------- | -------- |
33
44# Light Switch Example
55
You can’t perform that action at this time.
0 commit comments