phoenix-rtos / phoenix-rtos-project

Sample project using Phoenix-RTOS
https://phoenix-rtos.com
BSD 3-Clause "New" or "Revised" License
44 stars 32 forks source link

armv7a9-zynq7000: strtod does not handle negative values #607

Closed damianloew closed 1 year ago

damianloew commented 1 year ago
niewim19 commented 1 year ago

Recently there was change in strtof/d/ld implementation in libphoenix:

This issue does not occur before this commit. Significant change is that long double is now used to hold conversion value and double was used before (just a clue, not verified).

nalajcie commented 1 year ago

@DawidSzpejna it might be worth to add these tests to https://github.com/phoenix-rtos/phoenix-rtos-tests/pull/135 (actually I see that this test shows error on zynq already)