mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
LFN type 2 uses the stack to allocate the internal working buffer for LFN, which is thread-safe and saves about 512 bytes of BSS memory (at the expense of needing that much memory on the stack). Signed-off-by: iabdalkader <i.abdalkader@gmail.com>