Add Seeed Studio reTerminal E1001 hardware support#16
Draft
Conversation
Agent-Logs-Url: https://github.com/clackups/draftling/sessions/f9383239-c70f-41b0-88a0-30fdecc824d5 Co-authored-by: clackups <179045798+clackups@users.noreply.github.com>
Agent-Logs-Url: https://github.com/clackups/draftling/sessions/f9383239-c70f-41b0-88a0-30fdecc824d5 Co-authored-by: clackups <179045798+clackups@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
clackups
April 21, 2026 15:10
View session
Agent-Logs-Url: https://github.com/clackups/draftling/sessions/8e6455f2-a92c-4491-93bc-f33f9a198513 Co-authored-by: clackups <179045798+clackups@users.noreply.github.com>
Agent-Logs-Url: https://github.com/clackups/draftling/sessions/35e95517-d397-4b78-9eed-dc469fb6452c Co-authored-by: clackups <179045798+clackups@users.noreply.github.com>
Agent-Logs-Url: https://github.com/clackups/draftling/sessions/230fc8d3-6352-4e6e-9e14-357d7b88d219 Co-authored-by: clackups <179045798+clackups@users.noreply.github.com>
Agent-Logs-Url: https://github.com/clackups/draftling/sessions/301ed524-1741-46f4-9a20-6d74e5960fc1 Co-authored-by: clackups <179045798+clackups@users.noreply.github.com>
Agent-Logs-Url: https://github.com/clackups/draftling/sessions/c5aa6625-c5e5-4f69-8a5b-51afa9309ea2 Co-authored-by: clackups <179045798+clackups@users.noreply.github.com>
Agent-Logs-Url: https://github.com/clackups/draftling/sessions/71d4860b-27d9-4fa8-83db-ff3be2ae6396 Co-authored-by: clackups <179045798+clackups@users.noreply.github.com>
Agent-Logs-Url: https://github.com/clackups/draftling/sessions/bf4730c0-9e37-40f4-8206-4f814d13e778 Co-authored-by: clackups <179045798+clackups@users.noreply.github.com>
Agent-Logs-Url: https://github.com/clackups/draftling/sessions/bf4730c0-9e37-40f4-8206-4f814d13e778 Co-authored-by: clackups <179045798+clackups@users.noreply.github.com>
Agent-Logs-Url: https://github.com/clackups/draftling/sessions/bf4730c0-9e37-40f4-8206-4f814d13e778 Co-authored-by: clackups <179045798+clackups@users.noreply.github.com>
Agent-Logs-Url: https://github.com/clackups/draftling/sessions/c1a16802-54ef-4e21-b97a-9d3bae2ec434 Co-authored-by: clackups <179045798+clackups@users.noreply.github.com>
Agent-Logs-Url: https://github.com/clackups/draftling/sessions/e794ed7e-f6b2-4b7b-97b7-4b489b08533b Co-authored-by: clackups <179045798+clackups@users.noreply.github.com>
…d PaperS3 boot loop Agent-Logs-Url: https://github.com/clackups/draftling/sessions/f0945e68-df4c-407d-bfb6-ede2566dde60 Co-authored-by: clackups <179045798+clackups@users.noreply.github.com>
Agent-Logs-Url: https://github.com/clackups/draftling/sessions/6577ce6e-1676-443c-a625-6238a84490eb Co-authored-by: clackups <179045798+clackups@users.noreply.github.com>
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
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.
BTU_StartUp Unable to allocate resources for bt_workqueue-- internal RAM exhausted becausewifi_manager_init()was racing with the asynchronous Bluedroid bring-upble_keyboard_init()so it runs in the caller context and completes beforewifi_manager_init()startsesp_wifi_initfails withESP_ERR_NO_MEM-- the 16 static DMA RX buffers don't fit in the ~138 KB of internal heap that remains after Bluedroid is up (only 11 of 16 could be allocated)CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUMfrom 16 back to the IDF default of 10 and addCONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP=yso other WiFi/LwIP allocations land in PSRAM