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
a0fcd847
Verified
Commit
a0fcd847
authored
5 years ago
by
rahix
Browse files
Options
Downloads
Patches
Plain Diff
chore: Update CHANGELOG
parent
ee7f15a0
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
+9
-4
9 additions, 4 deletions
CHANGELOG.md
with
9 additions
and
4 deletions
CHANGELOG.md
+
9
−
4
View file @
a0fcd847
...
...
@@ -7,18 +7,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
-
**ws2812**
: Connect Neopixels to the wristband GPIOs and make your card10
even more colorful!
-
`micropython.mem_use()`
function.
-
DigiClk is now in the default prelude!
-
High-pass filter and pulse detection in default ECG app.
-
`leds.get_rgb()`
: Get the current color of an LED.
-
`leds.get_rocket()`
: Get the current brightness of one of the rockets.
-
Actually added
`uuid`
module - it was not built into the firmware before,
by accident.
-
`leds.get_rgb()`
: Get the current color of an LED.
-
`leds.get_rocket()`
: Get the current brightness of one of the rockets.
-
`micropython.mem_use()`
function.
-
The analog-clock can now also set the time using the buttons.
### Changed
-
**Pycardium**
: Switched from
`long-long`
to
`mpz`
integer representation.
This should resolve any issues with large numbers which had popped up so far.
-
Made OpenOCD scripts work with more debuggers out of the box.
-
Refactored BME680 sensor interface.
-
Made OpenOCD scripts work with more debuggers out of the box.
-
Internal changes in preparation for button-interrupts.
### Fixed
-
Backlight and Vibration motor were not reset when switching apps.
...
...
@@ -27,6 +30,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
measurement.
-
Fixed wrong timezone offset calculation in
`utime.time_ms()`
.
-
Fixed bug where
`\` characters were not parsed as path separators.
- Fixed the alignment request check in our ELF l0der.
- Fixed a buffer-overflow in the config-parser.
## [v1.9] - 2019-08-28 23:23 - [IcebergLettuce]
...
...
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