Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Revol
firmware
Commits
99e21cbb
Commit
99e21cbb
authored
Feb 02, 2020
by
schneider
Browse files
Release 1.15 - Okra
parent
bfbc4215
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
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
...
...
epicardium/main.c
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
,
...
...
epicardium/version-splash.h
View file @
99e21cbb
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment