boards/esp32c3-devkit: Remove Dropbear SSH server support#19490
Merged
Conversation
Drop the esp32c3-devkit:dropbear defconfig and its documentation. The companion apps#3636 (Dropbear over /dev/crypto for this board) is stuck on an unrelated Espressif CI dependency issue, and the port is moving to different hardware. Signed-off-by: Felipe Moura <moura.fmo@gmail.com>
FelipeMdeO
requested review from
eren-terzioglu,
fdcavalcanti and
tmedicci
as code owners
July 20, 2026 15:35
xiaoxiang781216
approved these changes
Jul 20, 2026
acassis
approved these changes
Jul 20, 2026
Contributor
|
@FelipeMdeO make senses, you need to finish your GSoC |
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.
Summary
Temporary removal of the
esp32c3-devkit:dropbearconfig and its docs.apache/nuttx-apps#3636 (Dropbear over
/dev/cryptofor this board) has beenstuck since 2026-07-12 on an unrelated Espressif 3rd-party CI dependency
issue. Meanwhile, this Dropbear board-support
work continues on
simand on the STM32F746G-DISCO. Support foresp32c3-devkit will come back once the Espressif dependency conflict is
resolved.
Impact
Removes one board config + its docs. No changes to any other config.
Testing
Documentation-only + config removal; N/A.