WebDust21

Results 6 issues of WebDust21

The purpose of this PR is to expose the internal "contentHeader" of the WebServer, so user code can determine the approximate size of an incoming HTTP POST upload (file or...

Type: Feature request
Area: Libraries

I have been trying to get MicroPython to work as necessary for a project. RT-Thread compiles if you enable just MicroPython with no modules enabled. But when I enable MicroPython...

SYSTEM SETUP: - Ubuntu 22.04 LTS x64 - utilizing arm-none-eabi toolchain I have recently started modifying the AT91SAM9260 RT-Thread BSP for an AT91SAM9263, and came across some fatal issues that...

If I enable LVGL Built-In Demos (RT-Thread Online Packages -> Multimedia Packages -> LVGL -> LVGL -> Enable Built-In Demos), compilation fails, irrespective of the platform (tested on AT91SAM9263 and...

I have been trying to compile microPython for qemu-vexpress-a9, and have run into a problem. Compilation fails here: ``` CC build/packages/micropython-v1.13.0/port/modules/machine/machine_lcd.o CC build/packages/micropython-v1.13.0/port/modules/machine/machine_pin.o CC build/packages/micropython-v1.13.0/port/modules/machine/machine_pwm.o CC build/packages/micropython-v1.13.0/port/modules/machine/machine_rtc.o CC build/packages/micropython-v1.13.0/port/modules/machine/machine_timer.o CC...

This is a very niche-case patch, one that most people should never have need to bother with. But in my case, trying to make a replacement for an obsolete Bluetooth...

Status: Opened