mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50: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>