-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Enable exceptions, update to optimized newlib, migrate to new toolchain #5376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 11 commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
9f88163
Move to PROGMEM aware libc, allow PSTR in printf()
earlephilhower f2e8c1c
Merge branch 'master' into pgmspace_to_libc
earlephilhower 14b18ac
Fix merge error in #ifdef/#endif
earlephilhower f3f233d
Fix host test using the newlib generic pgmspace.h
earlephilhower 336a2dc
Merge branch 'master' into pgmspace_to_libc
earlephilhower d57b7f1
Update with rebuilt libraries using latest newlib
earlephilhower 03050e9
Include binaries built directly from @igrr repo
earlephilhower 9e5b343
Merge branch 'master' into pgmspace_to_libc
earlephilhower 9a0f1d0
Fix merge define conflict in c_types.h
909775c
Fix strlen_P misaligned source error
earlephilhower a110581
Fix strlen_P and strcpy_P edge cases
earlephilhower aba7eca
Fix memcpy_P return value
earlephilhower 2a05f41
Merge branch 'master' into pgmspace_to_libc
earlephilhower 71f1fe0
Fix strnlen_P/strlen_P off-by-4 error
earlephilhower d196cc0
Add device tests for libc functional verification
earlephilhower f6da831
Rebuild from igrr's repo (same source as prior)
earlephilhower 5beb1a3
Merge branch 'master' into pgmspace_to_libc
devyte d459e5b
Merge branch 'master' into pgmspace_to_libc
devyte 912e883
Merge branch 'master' into pgmspace_to_libc
devyte 957dd31
WIP - add exceptions
earlephilhower 671d679
Fix exception to have 0-terminator
earlephilhower 3020504
Move some exception constants to TEXT from RODATA
earlephilhower 877c3cb
Remove throw stubs
earlephilhower 2e52c8a
Move more exception stuff to ROM
earlephilhower fd6c034
Enable exceptions in platform.io
earlephilhower 857932f
Merge branch 'master' into exceptions
earlephilhower 594622c
Remove atexit, is duplicated in rebuilt lib
earlephilhower d92a962
Update libgcc to remove soft-fp functions
earlephilhower 3dca3b1
Merge branch 'master' into exceptions
devyte 7089b8c
Merge branch 'master' into pgmspace_to_libc
earlephilhower aa8621b
Fix merge typos in Makefile
48f8c1a
Merge branch 'master' into exceptions
earlephilhower fddf4b8
Add unhandled exception handler to postmortem
earlephilhower 7cde86c
Return our atexit() handler
earlephilhower e550eef
Latest stdc++, minimize exception emercengy area
earlephilhower 9b4f422
Remove atexit from newlib
earlephilhower 062b137
Move __FUNCTION__ static strings to PROGMEM
earlephilhower df71fa0
Clean up linker file, update to latest stdc++
earlephilhower d3bea41
Update to latest stdc++ which doesn't call strerror
earlephilhower 0151dc8
Update to GCC5.1 exception emergency allocator
earlephilhower 2e36af4
Merge branch 'master' into exceptions
earlephilhower e239a74
Initial try with new compiler toolchain
earlephilhower dc75c8b
Merge branch 'master' into exceptions
d-a-v 25d9e96
Merge branch 'pgmspace_to_libc' into exceptions
earlephilhower 4cc8911
Include newlib built from esp-quick-toolchain
earlephilhower ffaa93f
Update JSON with all new esp-quick-toolchain builds
earlephilhower bdc3d60
Merge branch 'master' into exceptions
earlephilhower 9e05e46
Use 64bit Windows compiler on 64bit Windows
f5e80fb
Dump std::exception.what() when possible
earlephilhower d818a1c
Merge branch 'master' into exceptions
earlephilhower ff9b35a
Merge branch 'master' into exceptions
earlephilhower a5b6d1a
Use scripted install from esp-quick-toolchain
earlephilhower 7642d03
Merge branch 'master' into exceptions
earlephilhower 7aa4977
Update eqk to remove atexit, fix packaging diff
earlephilhower 7a4a2fc
Merge branch 'master' into exceptions
earlephilhower 2af047e
Merge branch 'master' into exceptions
earlephilhower File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,8 +124,3 @@ void _exit(int status) { | |
(void) status; | ||
abort(); | ||
} | ||
|
||
int atexit(void (*func)()) { | ||
(void) func; | ||
return 0; | ||
} |
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
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
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
Binary file not shown.
Binary file not shown.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.