esp-hal/xtensa-lx-rt/CHANGELOG.md
Dániel Buga be9dc0e0b7
Fix restoring of CPENABLE (#2315)
* Add tests Cp0Disabled issue

* Fix saving CPENABLE on context switch

* Fix position shift of registers

* Clean up
2024-10-09 10:33:31 +00:00

616 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

Changed

Fixed

  • Fixed saving the state of the FPU co-processor. (#2311)

Removed

0.17.1 - 2024-09-02

Added

  • Better diagnostics when using floats inside an interrupt handler when using the default hard fault handler (#2044)

Fixed

  • Store state of FP coprocessor in stack memory (#2057)

Initial releases