You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Deleted old Mbed5 SDFileSystem and FATFileSystem, replaced with the
new builtin MbedCE SDBlockDevice and FATFileSystem
- Note that disabling the Keil RTOS (using mbed-baremetal) fixes the
memory issue. However, we have no need to keep all the data on the
stack, so we simply move it to static mem (or the heap if we want).
This way we may still use threading in the future if we want.
- Pin configurations are in mbed_app.json
0 commit comments