Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fleur
firmware
Commits
28955f5e
Verified
Commit
28955f5e
authored
5 years ago
by
rahix
Browse files
Options
Downloads
Patches
Plain Diff
chore: Update CHANGELOG
parent
ba451339
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+27
-0
27 additions, 0 deletions
CHANGELOG.md
with
27 additions
and
0 deletions
CHANGELOG.md
+
27
−
0
View file @
28955f5e
...
...
@@ -4,6 +4,33 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
.
## [Unreleased]
### Added
-
**
Support for sleep-mode instead of full power-off. This means the RTC now
retains its state!
**
-
For debugger users: A GDB macro
`task_backtrace`
which allows to view
backtraces of tasks which are currently swapped out. Use like
```
text
(gdb) task_backtrace serial_task_id
...
(gdb) task_backtrace dispatcher_task_id
...
(gdb) task_backtrace ble_task_id
```
### Changed
-
`Display.print()`
uses a transparent background when printing with
`bg == fg`
.
### Fixed
-
Fixed a regression which made it impossible to turn off the flashlight.
-
Fixed CRT for l0dables not allowing to overwrite interrupt handlers.
-
Fixed ECG App not closing the sensor on
`KeyboardInterrupt`
.
-
Fixed a bug which made the power-button unresponsive when pressed during boot
(Interrupts were getting ignored).
-
Fixed
`simple_menu.Menu.exit()`
not actually working.
-
Added a few missing locks in
`leds`
module.
-
Added a workaround for BHI160 axis mapping not being applied in some cases.
-
Added a critical-section in BLE stack initialization to prevent weird lock-ups.
-
Fixed vibra module crashing when calling
`vibra.vibrate()`
while already running.
## [v1.10] - 2019-09-05 21:42 - [JerusalemArtichoke]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment