forked from espressif/esp-idf
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* timer: propagate isr register failure Closes espressif#9651 * mcpwm: fix multiplication overflow in converting us to compare ticks Closes espressif#9648 * heap: remove misleading info about malloc being equivalent to heap_caps_malloc(p, MALLOC_CAP_8BIT) The actual memory allocated for malloc() depends on a lot of factors, see heap_caps_malloc_default() Closes espressif#7659 * esp-rom: fixed error in miniz header documention for tdefl_init Closes espressif#8435 * temperature_sensor: Fix issue that value is not accurate on ESP32-S3 * esp_https_ota: fix bug where `http_client_init_cb` is called after `esp_http_client_perform()` instead of before. Closes espressif#9581 * Tasmota changes * Fix linker error for C3 * Avoid bootloop if chip is unknown In case the PSIRAM chip is unknown, return an error and disable PSRAM instead of calling abort() and causing a bootloop * Support for xiaomi single core ESP32 * Fix linker error for rom_temp_to_power * fix linker error r_lld_ext_adv_dynamic_aux_pti_process * Hide download percent when not interactive * list(APPEND esptool_elf2image_args --dont-append-digest) * Use native Apple ARM toolchains * add package.json * add submodules * 8575d75 Co-authored-by: morris <maoshengrong@espressif.com> Co-authored-by: Marius Vikhammer <marius.vikhammer@espressif.com> Co-authored-by: Cao Sen Miao <caosenmiao@espressif.com> Co-authored-by: Harshit Malpani <harshit.malpani@espressif.com> Co-authored-by: Mahavir Jain <mahavir@espressif.com>
- Loading branch information
1 parent
016e32e
commit 6e3875c
Showing
15 changed files
with
49 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule esp32-camera
added at
8575d7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule esp_littlefs
added at
485a03
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters