boards/linum-stm32h753bi: add curl config and document the curl command#19482
Merged
Conversation
JorgeGzm
requested review from
hartmannathan,
linguini1 and
rcsim
as code owners
July 19, 2026 17:52
xiaoxiang781216
approved these changes
Jul 20, 2026
acassis
approved these changes
Jul 20, 2026
Add a "curl" configuration for the linum-stm32h753bi board, based on the netnsh configuration (ethernet + DHCP). It enables the system/curl HTTP client command, SD card support (mounted manually, as in the sdcard configuration) and a larger console line buffer (CONFIG_LINE_MAX=256) so long URLs and JSON bodies are not truncated at the NSH prompt. Also document the curl command: add a man page under Documentation/applications/system/curl and a usage example (download, POST JSON, multipart upload) to the board documentation. Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
xiaoxiang781216
approved these changes
Jul 21, 2026
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
Add a
curlconfiguration for thelinum-stm32h753biboard, based on thenetnshconfiguration (Ethernet + DHCP). It enables thesystem/curlHTTPclient command, SD card support (mounted manually, as in the
sdcardconfiguration) and a larger console line buffer (
CONFIG_LINE_MAX=256) so longURLs and JSON bodies are not truncated at the NSH prompt.
Also document the curl command:
Documentation/applications/system/curl/Companion PR (the command itself): apache/nuttx-apps#3651
Impact
linum-stm32h753bi:curl; no existing configuration ischanged.
Testing
arm-none-eabi-gcclinum-stm32h753bi:curl, flashed on hardware (STM32H753BI, Ethernet + microSD)