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
87bccda8
Verified
Commit
87bccda8
authored
5 years ago
by
rahix
Browse files
Options
Downloads
Patches
Plain Diff
chore: Update CHANGELOG
parent
8926fd02
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
+28
-0
28 additions, 0 deletions
CHANGELOG.md
with
28 additions
and
0 deletions
CHANGELOG.md
+
28
−
0
View file @
87bccda8
...
...
@@ -4,6 +4,34 @@ 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
-
ECG plotter tool (for desktop machines) which can plot ECG logs taken with card10.
-
The
`input()`
Python function.
-
Enabled the MicroPython
`framebuf`
module for a Pycardium-only framebuffer
implementation.
-
Added the
`utime.ticks_us()`
and
`utime.ticks_ms()`
functions for very
accurate timing of MicroPython code.
-
Added an option to use the right buttons for scrolling and the left one for
selecting. This will be made configurable in a future release.
### Changed
-
Changed timezone to CET. A future release will make the timezone entirely
configurable.
-
Made a few library functions callable without any parameters so they are
easier to use.
### Fixed
-
Fixed the Pycardium delay implementation in preparation for features like
button-interrupts. Should also be more accurate now.
-
Fixed the filter which is used by the ECG app.
-
Fixed the display staying off while printing the sleep-messages.
-
Improved the USB-Storage mode in the menu app.
-
Fixed GPIO module not properly configuring a pin if both IN and ADC are given.
-
Added missing documentation for
`os.mkdir()`
and
`os.rename()`
.
### Removed
-
Removed unnecessary out-of-bounds checks in display module. Drawing outside
the display is now perfectly fine and the pixels will silently be ignored.
## [v1.12] - 2019-10-19 - [Leek]
...
...
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