analogdevicesinc / msdk

Software Development Kit for Analog Device's MAX-series microcontrollers
Apache License 2.0
60 stars 75 forks source link

fix(BLE): Updated MAX32665 libphy and fixed sys_me14 #1060

Closed EricB-ADI closed 5 days ago

EricB-ADI commented 6 days ago

Pull Request Template

Description

EricB-ADI commented 6 days ago

/clang-format-run

Jake-Carter commented 1 day ago

@EricB-ADI @yc-adi attempting to build a MAX32665 BLE project with MFLOAT_ABI=hard will throw hard vs soft FP mismatch linker errors.

I opened the new libphy_hard.a file and can see -mfloat-abi=softfp was passed to the compiler. Can you regenerate the PHY with hard FP set?

EricB-ADI commented 1 day ago

@EricB-ADI @yc-adi attempting to build a MAX32665 BLE project with MFLOAT_ABI=hard will throw hard vs soft FP mismatch linker errors.

I opened the new libphy_hard.a file and can see -mfloat-abi=softfp was passed to the compiler. Can you regenerate the PHY with hard FP set?

I fixed it in #1064. Merge the up-to-date code and recheck.

Jake-Carter commented 1 day ago

@EricB-ADI thanks, links clean now