From 90fec21e5c8bce8c408685d45978e6231abb3c0f Mon Sep 17 00:00:00 2001 From: Rahix <rahix@rahix.de> Date: Tue, 27 Aug 2019 23:14:27 +0200 Subject: [PATCH] chore: Update CHANGELOG --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1605004..e580443a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] ### Added -- `ls_cmsis_dap`: A tool to enumerate CMSIS-DAP debuggers +- `tools/pycard10.py`: Tool to interact with card10's serial connection and + upload files directly: + ```bash + ./tools/pycard10.py path/to/python-script.py + ``` +- `epic_disp_print_adv` & `Display.print(font=...)`: Print with different + fonts! The following fonts are supported: `8px`, `12px`, `16px`, `20px`, + and `24px`. +- **pycardium**: Support for RAW REPL mode. +- **bhi160**: Function to disable all sensors (`bhi160.disable_all_sensors()`). +- `ls_cmsis_dap`: A tool to enumerate CMSIS-DAP debuggers. ### Changed - `main.py` was moved into an app to allow easier reconfiguration of the default app. The new `main.py` points to the "old" one so behavior is not changed. +- After a timeout, the menu will close and `main.py` will run again. + +### Removed +- Some unused font files. + +### Fixed +- Fixed a regression which made the ECG app no longer work. + ## [v1.8] - 2019-08-27 11:38 - [HabaneroChilli] -- GitLab