stm32-rs / stm32l4xx-hal

A Hardware abstraction layer for the stm32l432xx series chips written in rust.
157 stars 104 forks source link

target hardfp by default. #248

Closed karlp closed 3 years ago

karlp commented 3 years ago

L4 is an M4F, so use hardfp ABI by default. Drop irrelevant targets completely, but leave the commented out option for people who really insist on using softfp.

Signed-off-by: Karl Palsson karlp@etactica.com