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
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
card10
firmware
Commits
3c177d30
Verified
Commit
3c177d30
authored
5 years ago
by
rahix
Browse files
Options
Downloads
Patches
Plain Diff
Update CHANGELOG
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
9f9fd2a9
No related branches found
No related tags found
No related merge requests found
Pipeline
#3060
passed
5 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+23
-35
23 additions, 35 deletions
CHANGELOG.md
with
23 additions
and
35 deletions
CHANGELOG.md
+
23
−
35
View file @
3c177d30
...
...
@@ -3,6 +3,17 @@ 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
-
**bootloader**
: Add an error message when flashing fails.
### Changed
-
**gpio**
: Rename constants for consistency.
### Fixed
-
**gpio**
: Fix field-setting in
`gpio_cfg_t`
.
## [v1.4] - 2019-08-22 19:43
### Added
-
Support for the
`bme680`
environmental sensor.
...
...
@@ -25,42 +36,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [v1.3] - 2019-08-22 00:12
### Added
-
A splashscreen in Epicardium showing the version number.
-
`os.urandom()`
function.
### Changed
-
BLE file-transfers now create missing folders.
### Fixed
-
**gfx**
: Add a linebreak before character, not after. This prevent the last
character being cut off.
-
Fixed serial task overflowing because it had a too small stack size.
-
Removed confusing MAXUSB messages.
```
text
e17e31cd feat(preload): update nick name preloads
65efd6bc Merge branch 'display_multiline_fix' into 'master'
d29f8f95 Merge branch 'ble-file-transfer-dir' into 'master'
00578959 BLE: FileTrans: Use LOG_ERR
2a542de3 BLE: FileTrans: Null terminate the string
7cef2115 BLE: FileTrans: Create a directory if needed
638ab1d5 docs: Update instructions for dependencies on Arch
d079e3df feat: Add requirements.txt
50eeecd9 style(ledfx): Reformat docs and comments
ab8ee07f docs: Fix personal_state documentation
5083858f docs: Fix os documentation
19adf1f3 feat(pycardium): Add os.urandom()
3a6507e3 fix(splashscreen): Adapt coding style
00108bca fix(splashscreen): More useful message
f97b1e53 fix(splashscreen): Print version correctly
1427ed31 fix(splashscreen): Reduce to version
13ad01e8 fix(splashscreen): Display useful version info
d65034fe feat(splashscreen): Add tag/commit to epicardium splashscreen
c3e34289 Added blacklist for write access for certain file names.
9a2e9263 Add requirements.txt file to install working version of python packages
c7494640 ble.py: Show MAC suffix
ec611574 fix(ble-uart): Prevent buffer overflow
f189fff0 I hate embedded string manipulation.
2766e2f1 During startup of the BLE, the advert name is pulled off the random bytes of the mac in mac.txt.
7df76031 fix(maxusb): Disable confusing message
2e547c66 fix(serial-task): increase stack size
7f938908 Update instructions for building on Arch
73876f4b Merge branch 'display_multiline_fix' of https://git.card10.badge.events.ccc.de/omniskop/firmware into display_multiline_fix
3e272a88 Merge remote-tracking branch 'original/master' into display_multiline_fix
4edea9c1 fixed code style
b0c748be fix(gfx): Break line before char is printed
e287bb4d fixed code style
52829e8b fix(gfx): Break line before char is printed
```
## [v1.2] - 2019-08-21 18:18
...
...
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