WillyJL

Results 42 issues of WillyJL

# What's new - Merging LFS removal from OFW - Merging more from OFW while finishing LFW related tasks - Cleaning up a bunch of old cruft - To Do:...

enhancement

# What's new - TLSF from OFW, more free RAM, stricter memory management - WIP, not viable yet, PR here for testing ----- # For the reviewer - [ ]...

enhancement

# What's new - I really liked the idea of a number input and already had a use for it, but found a detail that did not fit my use...

UI

### Version/Branch of Dear ImGui: Version 1.91.8, Branch: master ### Back-ends: imgui_impl_sdl3.cpp + imgui_impl_opengl3.cpp ### Compiler, OS: Linux + Clang 19.1.7 ### Details: I found a workaround for smooth scrolling...

scrolling
inputs

# What's new - mirror of OFW PR 3995 - `free()` now marks memory with `0xDD` - `BusFault` handler checks for `0xDDDDDDDD` and 64K after it to determine "Possible use-after-free"...

enhancement

# What's new - users reported EMV cards showing 00 as expiry date month - cannto replicate on my mastercards, they all show day month and year correctly - testing...

bugfix
help-wanted
needs-triage

# What's new - Might help with RAM issues with big scripts - Need more flash, furi trace is already disabled so situation is bad ----- # For the reviewer...

enhancement

# What's new - #4156 added arbitrary key combinations but changed the parsing of the main key of the key combo from `ducky_get_keycode()` to `ducky_get_keycode_by_name()` + `BADUSB_ASCII_TO_KEY()` - this works...

USB
Bug

# What's new - Backport of most features/changes from "BadKB" found on some CFW (mostly my work): - Full on-device customization of: - USB Manufacturer name - USB Product name...

USB
UI
New Feature
Bluetooth

# What's new - @bettse brought up [on the discord server](https://discord.com/channels/740930220399525928/954430078882816021/1348051967141875802) the topic of UART hardware flow control, in specific how the GPIO app USB-UART allows choosing RTS/DTR pins but...