Tiago Medicci Serrano
Tiago Medicci Serrano
Examples
Added an example function that initializes the http server, receive a GET request and respond a HTML containing a "Hello World, from ESP32!" content. Documentation was updated.
Due to the http_ctx of the parse_urlencoded_args function, the http_request_get_arg_value was not saving the parsed key-value pairs from the body of the request.
HTTPS server option implemented based on mbedTLS server example. Both HTTPS and HTTP were tested with GET/POST examples.
## Summary * boards/esp32: Increase init task stack size to 3072 This is done to avoid casual stack overflows. Especially after #11777, that increased stack usage. ## Impact Avoid stack...
## Summary Debug assertions are asserting when enabled for `rv-virt:knsh32` defconfig: ``` ABC NuttShell (NSH) NuttX-10.4.0 nsh> /system/bin/hello Hello, World!! nsh> [ 372.381000] _assert: Current Version: NuttX 10.4.0 9f62947d40-dirty Feb...
Could please update this repository (or provide a link to the updated-one) consider the last release (lgw--build-v5.4.1644990565-20220216-1352)?
## Summary Enable to run it properly on `Linux tiago-ThinkPad-T430 6.1.119-1-MANJARO #1 SMP PREEMPT_DYNAMIC Sat Nov 23 02:15:12 UTC 2024 x86_64 GNU/Linux`. ## Steps to Reproduce Created a new virtual...
### Is your feature request related to a problem? Please describe. After https://github.com/apache/nuttx-apps/pull/2879 was merged, it's time to make Python on NuttX fully usable! This issue intends to discuss the...