Skip to content
Snippets Groups Projects
Select Git revision
  • 520f35632d78e1b73f647d993205aade0de8b1ce
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

unix

user avatar
Paul Sokolovsky authored
Due to the way modern compilers work (allocating space for stack vars once
at tha start of function, and deallocating once on exit from), using
intermediate stack buffer of big size caused blockage of 4K (PATH_MAX)
on stack for the entire duration of MicroPython execution.
520f3563
History
Name Last commit Last update
..