|
32 | 32 | [blufi-adv.patch] |
33 | 33 | description = "Add the support for BluFi advertising if uses nimble" |
34 | 34 | path = esp-idf |
35 | | - target = esp32c2, esp32c5, esp32c6 |
| 35 | + target = esp32c2, esp32c6 |
36 | 36 | when = after_sdkconfig |
37 | 37 | dependency = CONFIG_AT_BLUFI_COMMAND_SUPPORT |
38 | 38 |
|
39 | 39 | [dhcp_option_len.patch] |
40 | 40 | description = "[IDF-13354] Fixed a potential heap corruption issue if set hostname length to 32 bytes via AT+CWHOSTNAME" |
41 | 41 | path = esp-idf |
| 42 | + target = esp32c2, esp32c3, esp32c6, esp32, esp32s2 |
42 | 43 | when = before_sdkconfig |
43 | 44 |
|
44 | 45 | [mqtt.patch] |
45 | 46 | description = "Fixed an issue where an MQTT QoS 2 PUBREL packet might not be retransmitted" |
46 | 47 | path = esp-idf/components/mqtt/esp-mqtt |
47 | | - target = esp32, esp32c2, esp32c3, esp32c6, esp32s2 |
| 48 | + target = esp32c2, esp32c3, esp32c6, esp32, esp32s2 |
48 | 49 | when = after_sdkconfig |
49 | 50 | dependency = CONFIG_AT_MQTT_COMMAND_SUPPORT |
50 | 51 |
|
51 | 52 | [http.patch] |
52 | 53 | description = "[IDF-13454] Fixed the issue where AT HTTP requests returned OK even when the server's HTTP body was incomplete" |
53 | 54 | path = esp-idf |
| 55 | + target = esp32c2, esp32c3, esp32c6, esp32, esp32s2 |
54 | 56 | when = after_sdkconfig |
55 | 57 | dependency = CONFIG_AT_HTTP_COMMAND_SUPPORT |
56 | 58 |
|
|
77 | 79 | when = after_sdkconfig |
78 | 80 | dependency = CONFIG_AT_BLE_COMMAND_SUPPORT |
79 | 81 |
|
80 | | -[blufi_null_point.patch] |
81 | | - description = '[ESPAT-2437] Fixed blufi null point issue' |
82 | | - path = esp-idf |
83 | | - target = esp32c5 |
84 | | - when = after_sdkconfig |
85 | | - dependency = CONFIG_AT_BLUFI_COMMAND_SUPPORT |
86 | | - |
87 | | -[blufi-adv-c61.patch] |
| 82 | +[blufi-adv-v55.patch] |
88 | 83 | description = "Add the support for BluFi advertising if uses nimble" |
89 | 84 | path = esp-idf |
90 | | - target = esp32c61 |
| 85 | + target = esp32c61, esp32c5 |
91 | 86 | when = after_sdkconfig |
92 | 87 | dependency = CONFIG_AT_BLUFI_COMMAND_SUPPORT |
93 | 88 |
|
|
0 commit comments