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
99e21cbb
Commit
99e21cbb
authored
5 years ago
by
schneider
Browse files
Options
Downloads
Patches
Plain Diff
Release 1.15 - Okra
parent
bfbc4215
No related branches found
No related tags found
No related merge requests found
Pipeline
#4482
passed with warnings
5 years ago
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+17
-1
17 additions, 1 deletion
CHANGELOG.md
epicardium/main.c
+1
-1
1 addition, 1 deletion
epicardium/main.c
epicardium/version-splash.h
+3200
-3200
3200 additions, 3200 deletions
epicardium/version-splash.h
with
3218 additions
and
3202 deletions
CHANGELOG.md
+
17
−
1
View file @
99e21cbb
...
...
@@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
## [v1.15] - 2020-02-02 - [Okra]
[
Okra
]:
https://card10.badge.events.ccc.de/release/card10-v1.15-Okra.zip
### Added
-
Show a fault screen on the display when epicardium panics
### Fixed
-
Prevent MicroPython garbage collector from delting ISRs
-
Fix race conditoin when reading/writing BLE MAC address at boot.
-
Fix locking of LEDs.
-
Fix bug which only allowed to have a single file open at any time.
-
Put all chips into standby when going to sleep
-
Misc BLE fixes
## [v1.14] - 2019-12-29 - [Nettle]
[
Nettle
]:
https://card10.badge.events.ccc.de/release/card10-v1.14-Nettle.zip
...
...
@@ -375,7 +390,8 @@ fbf7c8c0 fix(menu.py) Refactored menu.py based on !138
## [v1.0] - 2019-08-21 00:50
Initial release.
[
Unreleased
]:
https://git.card10.badge.events.ccc.de/card10/firmware/compare/v1.14...master
[
Unreleased
]:
https://git.card10.badge.events.ccc.de/card10/firmware/compare/v1.15...master
[
v1.15
]:
https://git.card10.badge.events.ccc.de/card10/firmware/compare/v1.14...v1.15
[
v1.14
]:
https://git.card10.badge.events.ccc.de/card10/firmware/compare/v1.13...v1.14
[
v1.13
]:
https://git.card10.badge.events.ccc.de/card10/firmware/compare/v1.12...v1.13
[
v1.12
]:
https://git.card10.badge.events.ccc.de/card10/firmware/compare/v1.11...v1.12
...
...
This diff is collapsed.
Click to expand it.
epicardium/main.c
+
1
−
1
View file @
99e21cbb
...
...
@@ -47,7 +47,7 @@ int main(void)
epic_disp_clear
(
0x0000
);
if
(
strcmp
(
CARD10_VERSION
,
"v1.1
4
"
)
==
0
)
{
if
(
strcmp
(
CARD10_VERSION
,
"v1.1
5
"
)
==
0
||
1
)
{
gfx_copy_region
(
&
display_screen
,
0
,
...
...
This diff is collapsed.
Click to expand it.
epicardium/version-splash.h
+
3200
−
3200
View file @
99e21cbb
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