andysworkshop / stm32plus

The C++ library for the STM32 F0, F100, F103, F107 and F4 microcontrollers

Home Page:http://www.andybrown.me.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should builds use newlib-nano?

dholth opened this issue · comments

I noticed newlib-nano uses a lot less RAM.

Yes, I've used it myself with a project that used stm32plus (see here). No issues found by me in my limited use case.

Thanks, saved about 2k of RAM.