From 1ae92b554cbd22925139d1a6c54431cf03d923c9 Mon Sep 17 00:00:00 2001 From: zzxcanaan <39611185+zzxcanaan@users.noreply.github.com> Date: Mon, 12 Nov 2018 15:05:57 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index edc3887..c30f333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,4 +27,51 @@ Kendryte K210 first SDK with FreeRTOS, have fun. - Non-breaking bug fixes - Fix out of memory issues - Fix lcd unused issues + +## 0.4.1 + +- Major change + - Add dma support for aes driver + - Add uarths driver + - Add dma interrupt handler + +- Non-breaking bug fixes + - Fix the procedure of setting pll + - Fix wdt interrupt bug + - Fix serveral bugs in i2s drivers +## 0.5.0 + +- Major change + - Add KPU driver + - Find toolchain automatically + +- Non-breaking bug fixes + - Fix aes gcm bug + - Fix dmac interrupt bug + - Fix i2s transfer bug + +## 0.5.1 + +- Major changes + - Add i2c slave driver + +- Non-breaking bug fixes + - Fix pll init issues + - Fix spi receive mode issues + - Fix redefine function does not report error issues + - Reduce stack size + +## 0.5.2 +- Major change + - Add KPU driver for latest model compiler + - Automatic set PROJ if user not set it + - Update timer driver to support better interrupt + - Add uart dma and interrupt function +- Non-breaking bug fixes + - Fix rtc issues + - Fix sccb issues + +- Breaking change + - Fix timer interrupt lost problem + - Add new timer interrupt API