tock / libtock-rs

Rust userland library for Tock
Apache License 2.0
160 stars 105 forks source link

build_scripts: nrf52840: bump ram size used for app #529

Closed twilfredo closed 5 months ago

twilfredo commented 5 months ago

This allows apps that use a heap (global allocator) to allocate a larger heap pool without the linker complaining.

twilfredo commented 5 months ago

@alistair23