Update CHANGELOG.md to add alarm changelog

Add rtc alarm interrupt handler

Signed-off-by: Huang Rui <vowstar@gmail.com>
pull/82/head
Huang Rui 2019-05-15 20:14:47 +08:00
parent 1cc84152a8
commit c30cb63bf0
1 changed files with 16 additions and 11 deletions

View File

@ -3,13 +3,13 @@ Changelog for Kendryte K210
## 0.1.0 ## 0.1.0
Kendryte K210 first SDK with FreeRTOS, have fun. Kendryte K210 first SDK with FreeRTOS, have fun.
## 0.2.0 ## 0.2.0
- Major changes - Major changes
- Rework trap handling - Rework trap handling
- New functions to enable spi0 and dvp pin - New functions to enable spi0 and dvp pin
- New functions to select IO power mode - New functions to select IO power mode
- Breaking changes - Breaking changes
- Modify struct enum union format - Modify struct enum union format
@ -17,7 +17,7 @@ Kendryte K210 first SDK with FreeRTOS, have fun.
- Fix spi lcd unwork issues - Fix spi lcd unwork issues
- Fix dual core startup issues - Fix dual core startup issues
- Use "__global_pointer$" instead of "_gp" - Use "__global_pointer$" instead of "_gp"
## 0.3.0 ## 0.3.0
- Major change - Major change
@ -39,9 +39,9 @@ Kendryte K210 first SDK with FreeRTOS, have fun.
- Fix the procedure of setting pll - Fix the procedure of setting pll
- Fix wdt interrupt bug - Fix wdt interrupt bug
- Fix serveral bugs in i2s drivers - Fix serveral bugs in i2s drivers
## 0.5.0 ## 0.5.0
- Major change - Major change
- Add KPU driver - Add KPU driver
- Find toolchain automatically - Find toolchain automatically
@ -55,14 +55,15 @@ Kendryte K210 first SDK with FreeRTOS, have fun.
- Major changes - Major changes
- Add i2c slave driver - Add i2c slave driver
- Non-breaking bug fixes - Non-breaking bug fixes
- Fix pll init issues - Fix pll init issues
- Fix spi receive mode issues - Fix spi receive mode issues
- Fix redefine function does not report error issues - Fix redefine function does not report error issues
- Reduce stack size - Reduce stack size
## 0.5.2 ## 0.5.2
- Major change - Major change
- Add KPU driver for latest model compiler - Add KPU driver for latest model compiler
- Automatic set PROJ if user not set it - Automatic set PROJ if user not set it
@ -77,6 +78,7 @@ Kendryte K210 first SDK with FreeRTOS, have fun.
- Add new timer interrupt API - Add new timer interrupt API
## 0.5.3 ## 0.5.3
- Major change - Major change
- Modify KPU driver for latest model compiler - Modify KPU driver for latest model compiler
- Add freertos - Add freertos
@ -92,8 +94,9 @@ Kendryte K210 first SDK with FreeRTOS, have fun.
- Fix uarths stopbit problem - Fix uarths stopbit problem
- Fix core1 stack problem - Fix core1 stack problem
- Fix core1 interrupt problem - Fix core1 interrupt problem
## 0.5.4 ## 0.5.4
- Major change - Major change
- Modify KPU driver for NNCASE - Modify KPU driver for NNCASE
- Add APU driver - Add APU driver
@ -107,8 +110,9 @@ Kendryte K210 first SDK with FreeRTOS, have fun.
- Breaking change - Breaking change
- Fix bus reset problem - Fix bus reset problem
## 0.5.5 ## 0.5.5
- Major change - Major change
- Add SPI I2C I2S UART DMA callback - Add SPI I2C I2S UART DMA callback
- Add malloc lock - Add malloc lock
@ -121,13 +125,14 @@ Kendryte K210 first SDK with FreeRTOS, have fun.
- Breaking change - Breaking change
- Fix device reset problem - Fix device reset problem
## 0.5.6 ## 0.5.6
- Major change - Major change
- Add irda rs485 - Add irda rs485
- Add rtc tick interrupt handler - Add rtc tick interrupt handler
- Add rtc alarm interrupt handler
- Modify system default print uart - Modify system default print uart
- Update KPU driver for lastest NNCASE - Update KPU driver for lastest NNCASE
- Delete freertos - Delete freertos