Skip to content
Snippets Groups Projects
Verified Commit abf3b4e4 authored by rahix's avatar rahix
Browse files

chore: Update CHANGELOG


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent ba56b7af
No related branches found
No related tags found
No related merge requests found
Pipeline #3478 passed
...@@ -5,17 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ...@@ -5,17 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased] ## [Unreleased]
### Added ### Added
- **ESB**: Epic Serial Bus (Better than USB!), stability improvements of the
USB module. Preparation for mass-storage access in the Firmware.
- Enabled the Hardware Watchdog; Card10 will reset itself if the firmware crashes - Enabled the Hardware Watchdog; Card10 will reset itself if the firmware crashes
- Log messages when BLE is pairing / connected.
- The name of the offending app is printed to the serial console, if an app - The name of the offending app is printed to the serial console, if an app
crashes the metatdata parser. crashes the metatdata parser.
- **ESB**: Epic Serial Bus (Better than USB!), stability improvements of the
USB module. Preparation for mass-storage access in the Firmware.
### Changed ### Changed
- Improved log messages in cases of lock-contention. - Improved log messages in cases of lock-contention.
- Menu will show an error message if a crash occurs. - Menu will show an error message if a crash occurs.
### Fixed ### Fixed
- Fixed race-conditions in serial writes by using a queue.
- "Card10 Nickname" crashing if only `nickname.txt` exists. - "Card10 Nickname" crashing if only `nickname.txt` exists.
- Lockup when debug prints are enabled. - Lockup when debug prints are enabled.
- Delayed BHI160 startup a bit so the PMIC task can check the battery first. - Delayed BHI160 startup a bit so the PMIC task can check the battery first.
...@@ -24,7 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ...@@ -24,7 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fixed the API interrupts sometimes getting stuck. - Fixed the API interrupts sometimes getting stuck.
- Fixed binary building on MacOS. - Fixed binary building on MacOS.
- Fixed race-conditions in serial console prints by introducing a queue. - Fixed race-conditions in serial console prints by introducing a queue.
- Fixed API mutex being disabled late sometimes. - Fixed API & MAX30001 mutexes being initialized late sometimes.
- Fixed wrong stripe width in bi flag. - Fixed wrong stripe width in bi flag.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment