Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / toitware/esp-idf issues and pull requests

#85 - Roll: Propagate the error that is returned by the cert callback

Pull Request - State: closed - Opened by erikcorry over 1 year ago

#84 - Roll: Report malloc errors through to API caller.

Pull Request - State: closed - Opened by erikcorry over 1 year ago

#83 - Roll: Plumb malloc failures up through the API reliably

Pull Request - State: closed - Opened by erikcorry over 1 year ago

#82 - cmpctmalloc: Protect MIN and MAX macros.

Pull Request - State: closed - Opened by erikcorry over 1 year ago

#81 - Remove 'static' on start_cpu0_default.

Pull Request - State: closed - Opened by erikcorry over 1 year ago

#80 - Change origin of mbedtls submodule to Toit fork

Pull Request - State: closed - Opened by erikcorry over 1 year ago

#79 - Roll MbedTLS fix to make include file C++-compatible

Pull Request - State: closed - Opened by erikcorry over 1 year ago

#78 - Add Cmpctmalloc

Pull Request - State: closed - Opened by erikcorry over 1 year ago

#77 - Realloc sets the malloc accounting tag

Pull Request - State: closed - Opened by erikcorry about 2 years ago

#76 - Remember to reset malloc tag in Wifi code

Pull Request - State: closed - Opened by erikcorry about 2 years ago

#75 - Make the logging less scary when PSRAM is missing

Pull Request - State: closed - Opened by erikcorry about 2 years ago

#74 - Initialize all fields when using default RMT.

Pull Request - State: closed - Opened by floitsch over 2 years ago

#73 - PSRAM and sdspi related fixes.

Pull Request - State: closed - Opened by mikkeldamsgaard over 2 years ago

#72 - fix(heap): Fix compiling error for ESP32-C3

Pull Request - State: closed - Opened by donghengqaz over 2 years ago - 1 comment

#71 - cmpctmalloc: Mark pages used for smaller allocations differently.

Pull Request - State: closed - Opened by erikcorry over 2 years ago

#70 - Add parentheses to silence Toit build warning

Pull Request - State: closed - Opened by erikcorry over 2 years ago

#69 - cmpctmalloc: Round medium sized allocations to pages more

Pull Request - State: closed - Opened by erikcorry over 2 years ago

#68 - Make heap iteration selective with heap caps

Pull Request - State: closed - Opened by erikcorry over 2 years ago

#67 - Cmpctmalloc: Use C-style asterisk placement consistently

Pull Request - State: closed - Opened by erikcorry over 2 years ago

#66 - Cmpctmalloc: Fix heap iteration of overhead.

Pull Request - State: closed - Opened by erikcorry over 2 years ago

#64 - Merge latest esp-idf changes from 4.4 branch into a new patch-head 4.4-2

Pull Request - State: closed - Opened by floitsch over 2 years ago

#63 - Fix cosine wave generator offset

Pull Request - State: closed - Opened by floitsch over 2 years ago - 1 comment

#62 - Toitware's ESP-IDF fork uses a different lwip submodule.

Pull Request - State: closed - Opened by floitsch over 2 years ago

#61 - Toitware's ESP-IDF fork uses a different lwip submodule.

Pull Request - State: closed - Opened by floitsch over 2 years ago

#60 - Return lowest and highest addresses of malloc from info call

Pull Request - State: closed - Opened by erikcorry over 2 years ago

#59 - Remove another double counting bug in cmpctmalloc, thx to MD

Pull Request - State: closed - Opened by erikcorry over 2 years ago

#58 - Fix non-blocking output on UART

Pull Request - State: closed - Opened by erikcorry almost 3 years ago

#57 - Florian/update 4.3

Pull Request - State: closed - Opened by floitsch almost 3 years ago

#56 - Stop double counting free pages in heap_caps_get_info

Pull Request - State: closed - Opened by erikcorry almost 3 years ago

#55 - Throw a fatal error earlier when double freeing a large area.

Pull Request - State: closed - Opened by erikcorry almost 3 years ago

#54 - Add non-blocking UART write functions

Pull Request - State: closed - Opened by erikcorry almost 3 years ago

#53 - cmpctmalloc: Allow large reallocs to be in-place

Pull Request - State: closed - Opened by erikcorry almost 3 years ago

#52 - Hopefully let cmpctmalloc compile on RISCV

Pull Request - State: closed - Opened by erikcorry almost 3 years ago

#51 - Cmpctmalloc: More precise accounting of memory use

Pull Request - State: closed - Opened by erikcorry almost 3 years ago

#50 - Merge latest from espressif/release/v4.4 -> patch-head-4.4 for esp32c3 support

Pull Request - State: open - Opened by dsobotta about 3 years ago - 1 comment

#49 - merged latest from espressif/release/v4.4

Pull Request - State: closed - Opened by dsobotta about 3 years ago - 1 comment

#48 - Tag Wifi memory and make allocations TAGS nestable

Pull Request - State: closed - Opened by erikcorry about 3 years ago

#47 - Fix asserts in cmpctmalloc

Pull Request - State: closed - Opened by erikcorry about 3 years ago

#46 - Null protection on heap iteration

Pull Request - State: closed - Opened by erikcorry about 3 years ago

#45 - Fix errors in heap CMakeLists.txt

Pull Request - State: closed - Opened by erikcorry about 3 years ago

#44 - esp_crt_bundle: remove EC-ACC certificate

Pull Request - State: closed - Opened by erikcorry about 3 years ago

#43 - Roll to LWIP with unix contrib dir

Pull Request - State: closed - Opened by erikcorry about 3 years ago

#42 - Change uart install malloc failed error to appropriate error

Pull Request - State: closed - Opened by lask about 3 years ago

#41 - Change uart install malloc failed error to appropriate error

Pull Request - State: closed - Opened by lask about 3 years ago

#40 - Report allocation errors from UART

Pull Request - State: closed - Opened by andersjohnsen about 3 years ago

#39 - Upstream 4.3 september 2021

Pull Request - State: closed - Opened by erikcorry over 3 years ago - 1 comment

#38 - Patch head 4.3 to latest

Pull Request - State: closed - Opened by andersjohnsen over 3 years ago

#37 - Cleaner IRAM handling in cmpctmalloc

Pull Request - State: closed - Opened by erikcorry over 3 years ago

#36 - Harden on out-of-memory when searching partitions

Pull Request - State: closed - Opened by erikcorry over 3 years ago

#35 - Oom on partition search

Pull Request - State: closed - Opened by erikcorry over 3 years ago

#34 - Fix Badalloc bug in cmpctmalloc page allocator

Pull Request - State: closed - Opened by erikcorry over 3 years ago

#33 - Fix Badalloc bug in cmpctmalloc page allocator

Pull Request - State: closed - Opened by erikcorry over 3 years ago

#32 - Aligned allocation semantics for esp-idf 4.3

Pull Request - State: closed - Opened by erikcorry almost 4 years ago

#31 - Roll to v3 of esptool

Pull Request - State: closed - Opened by erikcorry about 4 years ago

#30 - Remove printf when LWIP API is abused.

Pull Request - State: closed - Opened by erikcorry over 4 years ago

#29 - Don't print function name on failed asserts.

Pull Request - State: closed - Opened by erikcorry over 4 years ago

#28 - Add aligned allocation API to cmpctmalloc

Pull Request - State: closed - Opened by erikcorry over 4 years ago

#27 - Add a config file to control the Toit build

Pull Request - State: closed - Opened by erikcorry over 4 years ago

#26 - Ignore free

Pull Request - State: closed - Opened by erikcorry over 4 years ago

#25 - Waste less memory in malloc in the 4-16k range.

Pull Request - State: closed - Opened by erikcorry over 4 years ago

#24 - Run UART driver from IRAM to avoid FIFO overflows

Pull Request - State: closed - Opened by andersjohnsen almost 5 years ago

#23 - Fix infinite loop when testing calloc on optimizing compiler

Pull Request - State: closed - Opened by erikcorry almost 5 years ago

#22 - Better heap tagging

Pull Request - State: closed - Opened by erikcorry almost 5 years ago

#21 - Make malloc heap iteration more flexible

Pull Request - State: closed - Opened by erikcorry about 5 years ago

#20 - Fixes to Cmpctmalloc heap iteration

Pull Request - State: closed - Opened by erikcorry about 5 years ago

#19 - Make it possible to use cmpctmalloc for Linux apps for testing

Pull Request - State: closed - Opened by erikcorry about 5 years ago

#18 - Don't return null for malloc(0)

Pull Request - State: closed - Opened by erikcorry about 5 years ago

#17 - Make malloc more robust around very small heap areas

Pull Request - State: closed - Opened by erikcorry about 5 years ago

#16 - Fix print_heap_info and reduce malloc overhead.

Pull Request - State: closed - Opened by erikcorry about 5 years ago

#15 - Make build more reproducible by creating the same esp32.project.ld

Pull Request - State: closed - Opened by erikcorry about 5 years ago

#14 - Manually patched code from tim-nordell-nimbelink:feature/deep_sleep_f…

Pull Request - State: closed - Opened by larsbak over 5 years ago

#13 - Cmpctmalloc: Fix bug in getting thread local data during bootup.

Pull Request - State: closed - Opened by erikcorry over 5 years ago

#12 - Mergeup4.0

Pull Request - State: closed - Opened by erikcorry over 5 years ago

#11 - Cmpctmalloc: Detect malloc calls from interrupts

Pull Request - State: closed - Opened by erikcorry over 5 years ago

#10 - Taggedmalloc

Pull Request - State: closed - Opened by erikcorry over 5 years ago

#9 - Cmpctmalloc: Make header fields 16 bit

Pull Request - State: closed - Opened by erikcorry over 5 years ago

#8 - Cmpctmalloc: Use size of previous memory area.

Pull Request - State: closed - Opened by erikcorry over 5 years ago

#7 - Sha256 patch fix

Pull Request - State: closed - Opened by erikcorry over 5 years ago

#6 - Work around error message from esptool.py

Pull Request - State: closed - Opened by erikcorry over 5 years ago

#5 - Update to cmpctmalloc and pull in fixed LWIP version

Pull Request - State: closed - Opened by erikcorry over 5 years ago

#4 - Doublefree

Pull Request - State: closed - Opened by erikcorry over 5 years ago

#3 - Simplify realloc since it is so little used.

Pull Request - State: closed - Opened by erikcorry over 5 years ago

#2 - Use cmpctmalloc and a simple block allocator.

Pull Request - State: closed - Opened by erikcorry over 5 years ago

#1 - update

Pull Request - State: closed - Opened by andersjohnsen almost 6 years ago