boards/arm/ht32f491x3: improve ESK32 nsh bring-up and userled support#18573
Draft
FelipeMdeO wants to merge 2 commits intoapache:masterfrom
Draft
boards/arm/ht32f491x3: improve ESK32 nsh bring-up and userled support#18573FelipeMdeO wants to merge 2 commits intoapache:masterfrom
FelipeMdeO wants to merge 2 commits intoapache:masterfrom
Conversation
da00536 to
8050202
Compare
Add the initial HT32F491x3 ESK32 board support, NSH bring-up, GPIO, and user LED support. Signed-off-by: Felipe Moura <moura.fmo@gmail.com>
Document the ESK32 board support, flashing flow, and current features. Signed-off-by: Felipe Moura <moura.fmo@gmail.com>
8050202 to
1e40242
Compare
Contributor
Author
|
Hello @acassis , @linguini1 , @xiaoxiang781216 , can you give me some tips before open PR officially, please? |
Member
|
@FelipeMdeO Can you Rebase with Master Branch to trigger the CI Build? We just fixed the CI Build. Thanks :-) |
simbit18
reviewed
Mar 22, 2026
Comment on lines
+27
to
+34
| CHIP_CSRCS += ht32f491x3_start.c ht32f491x3_irq.c | ||
| CHIP_CSRCS += ht32f491x3_timerisr.c ht32f491x3_gpio.c | ||
| CHIP_CSRCS += ht32f491x3_lowputc.c | ||
| CHIP_CSRCS += ht32f491x3_serial.c | ||
|
|
||
| ifeq ($(CONFIG_ARCH_HAVE_CUSTOM_VECTORS),y) | ||
| CHIP_CSRCS += arm_vectors.c | ||
| endif |
Contributor
There was a problem hiding this comment.
@FelipeMdeO The file arch/arm/src/ht32f491x3/CMakeLists.txt is missing
Try running the command
- cmake -B build -DBOARD_CONFIG=esk32:nsh -GNinja
- cmake --build build
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
This PR improves the existing HT32F491x3 ESK32 board support.
Changes included:
esk32:nsh/binand/prochello,ostest,dumpstack, andledsinesk32:nsh/dev/userledsImpact
esk32:nshnow provides/bin,/proc,/dev/userleds, and useful built-in appsTesting
./tools/configure.sh -l esk32:nshmake -jmake -C Documentation htmlHardware tested on HT32F49163 Starter Kit:
/binand/procmounted/dev/userledsregisteredhello,ostest,dumpstack, andledsexecuted successfully