renesas / fsp

Flexible Software Package (FSP) for Renesas RA MCU Family
https://renesas.github.io/fsp/
Other
192 stars 82 forks source link

Remove need for floating point support from HS300X module #252

Closed BogdanTheGeek closed 1 year ago

BogdanTheGeek commented 1 year ago

There is no need to use floating point arithmetic to extract the readings. Using fixed point arithmetic, we can remove the need to link __aeabi_fsub and __aeabi_fmul on devices without an FPU like the RA2 series, which saves about 1.5Kb of internalRom

Ohata-renesas commented 1 year ago

Thank you for PR. We will make the change. @BogdanTheGeek