Skip to content

Commit

Permalink
Merge branch 'feature/update_at_core' into 'master'
Browse files Browse the repository at this point in the history
feat(core): Updated at core version to d8968082

See merge request application/esp-at!1532
  • Loading branch information
xcguang committed Mar 8, 2024
2 parents b776ba7 + fd06684 commit 39fd304
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions components/at/include/esp_at_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -438,4 +438,16 @@ void esp_at_port_exit_specific(void);
*/
const uint8_t* esp_at_get_current_cmd_name(void);

/**
* @brief Get the version of the AT core library
*
* @param buffer: buffer to store the version string
* @param size: size of the buffer
*
* @return
* - > 0 : the real length of the version string
* - others : fail
*/
int32_t esp_at_get_core_version(char *buffer, uint32_t size);

void at_handle_result_code(esp_at_result_code_string_index code, void *pbuf);
8 changes: 4 additions & 4 deletions components/at/lib/VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ESP32: 35b03bd
ESP32C3: 35b03bd
ESP32C2: 35b03bd
ESP32C6: 141f8b6
ESP32: d896808
ESP32C3: d896808
ESP32C2: d896808
ESP32C6: d896808
Binary file modified components/at/lib/libesp32_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32_at_core_silence.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c2_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c2_at_core_silence.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c3_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c3_at_core_silence.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c6_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c6_at_core_silence.a
Binary file not shown.

0 comments on commit 39fd304

Please sign in to comment.