andysworkshop / stm32plus

The C++ library for the STM32 F0, F100, F103, F107 and F4 microcontrollers
http://www.andybrown.me.uk
Other
745 stars 224 forks source link

Should builds use newlib-nano? #163

Closed dholth closed 8 years ago

dholth commented 8 years ago

I noticed newlib-nano uses a lot less RAM.

andysworkshop commented 8 years ago

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

dholth commented 8 years ago

Thanks, saved about 2k of RAM.