Closed j123b567 closed 1 year ago
Thanks!
On 4/25/2023 4:18 AM, Jan Breuer wrote:
Version test is now extended to the range 2.5 - 4.2
Compatibility is verified for newer newlib 4.1 and 4.2
New conditions are added to ensure the version is not lower than 2 or higher than 4. The previous version test was happy with newlib version 4 and no warning was generated.
You can view, comment on, or merge this pull request online at:
https://github.com/DRNadler/FreeRTOS_helpers/pull/11
Commit Summary
9dccd57 https://github.com/DRNadler/FreeRTOS_helpers/pull/11/commits/9dccd57e430d91d9f0e366384b711573e77809ce Update and fix newlib version test
File Changes
(2 files https://github.com/DRNadler/FreeRTOS_helpers/pull/11/files)
M heap_useNewlib_NXP.c https://github.com/DRNadler/FreeRTOS_helpers/pull/11/files#diff-eadc2d8e4e23f54b62a67339736851694018d545a6fb8aebcf90d3b39a869f6f (4)
M heap_useNewlib_ST.c https://github.com/DRNadler/FreeRTOS_helpers/pull/11/files#diff-83e0e2a064eac42e2daf6cb87b28a2d8fe840f55b23931618c0727838a17545a (4)
Patch Links:
— Reply to this email directly, view it on GitHub https://github.com/DRNadler/FreeRTOS_helpers/pull/11, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADBYXZD4YH6MV53KI5K3NOTXC6CGVANCNFSM6AAAAAAXKUQQ4I. You are receiving this because you are subscribed to this thread.Message ID: @.***>
-- Dave Nadler, USA East Coast voice (978) @.***, Skype Dave.Nadler1
Version test is now extended to the range 2.5 - 4.2
Compatibility is verified for newer newlib 4.1 and 4.2
New conditions are added to ensure the version is not lower than 2 or higher than 4. The previous version test was happy with newlib version 4 and no warning was generated.