Correction on Heap API available from ISR by mhightower83 · Pull Request #8708 · esp8266/Arduino
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 13.2k
Merged
mcspr merged 3 commits intoesp8266:masterfrom
Nov 4, 2022Merged
Correction on Heap API available from ISR#8708
mcspr merged 3 commits intoesp8266:masterfrom
Correction on Heap API available from ISR#8708
mcspr merged 3 commits intoesp8266:masterfrom
Conversation
Copy link
Contributor
mhightower83
commented
Nov 3, 2022
mhightower83
commented
The call path for "new" implemented in abi.cpp is not in IRAM and should not be called from an ISR.
mcspr reviewed Nov 3, 2022
doc/reference.rst
Show resolved
Hide resolved
doc/reference.rst Show resolved Hide resolved
mhightower83 and others added 2 commits
November 3, 2022 19:06
mcspr
merged commit
3a2fe9f
into
esp8266:master
mhightower83
deleted the
pr-doc-correction
branch
hasenradball pushed a commit to hasenradball/Arduino that referenced this pull request
Nov 18, 2024* Correction on Heap API available from ISR * Expand reason for avoid realloc/free
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment