kaluma-project / kaluma

A tiny JavaScript runtime for RP2040 (Raspberry Pi Pico)
https://kalumajs.org
Apache License 2.0
642 stars 38 forks source link

bump pico-sdk to 1.5.1 and fix wifi and network hang issues #606

Closed albertd closed 1 year ago

albertd commented 1 year ago

This will fix the following issues: #604 #593 #589

communix commented 1 year ago

@albertd Thank you so much for your contribution

albertd commented 1 year ago

@communix small question, would it be wise to remove callbacks on the javascript api's as much as possible as this is increasing the stack size. Using the event emitters on next tick we could decrease the usage of pico stack (which is limited to 2KB standard)