Commit Graph

283 Commits

Author SHA1 Message Date
zhaozhongxiang 9dfabf9ad1 Set sccb clk rate 2018-11-06 15:22:33 +08:00
zhaozhongxiang 2828349d3e Update .gitignore 2018-11-06 12:22:48 +08:00
zhaozhongxiang 2765e295fc Add sccb set clock rate func 2018-11-06 11:27:59 +08:00
zzxcanaan 6d05eba111
Merge pull request #19 from kendryte/develop
Develop
2018-11-06 10:37:23 +08:00
zzxcanaan f52b208cef
Merge pull request #17 from kendryte/v0.5.0rc
V0.5.1
2018-11-06 10:32:43 +08:00
zhaozhongxiang f60a9de816 Del weak function of handle_irq_m_ext 2018-11-05 10:59:38 +08:00
Huang Rui db5bcf28da Merge branch 'BernardXiong-patch-1' into v0.5.0rc 2018-11-02 21:17:46 +08:00
Huang Rui 2daa63189f Merge branch '0x00-pl-master' into v0.5.0rc 2018-11-02 21:15:26 +08:00
zhaozhongxiang 7f165979c6 Add src gitignore 2018-11-02 20:52:23 +08:00
Bernard Xiong a7bc36d34a
Use weak function for handle_irq_m_ext
Using weak function for handle_irq_m_ext, therefore, user can overload it to realize custom interrupt handling.
2018-11-02 20:52:15 +08:00
zhaozhongxiang 48e6fee93b Modify syscall epc 2018-11-02 20:04:17 +08:00
jiangxiangbing 266494b335 i2c_slave : add comments 2018-11-02 11:32:25 +08:00
jiangxiangbing 6322001857 add i2c slave 2018-11-02 11:24:26 +08:00
zhaozhongxiang 788250b089 Fix spi standard mode bug 2018-11-02 11:11:34 +08:00
zhaozhongxiang 68c0007f5a Fix spi recv bug 2018-11-01 20:50:02 +08:00
zhaozhongxiang 738ee6d4b0 Modify stack size 2018-11-01 14:35:17 +08:00
zhaozhongxiang 3cc1c1af09 Kpu add 8bit mode 2018-11-01 14:33:42 +08:00
zhaozhongxiang 2e83c49ded Fix pll init bug 2018-11-01 14:04:28 +08:00
zhaozhongxiang 6be9a7c731 Fix redefine bug 2018-11-01 11:52:40 +08:00
zhaozhongxiang 2e85f6cf54 Fix redefine bug 2018-11-01 11:43:46 +08:00
zhaozhongxiang 0dada11f40 Del common.c 2018-11-01 11:40:44 +08:00
0x00-pl 57db879e8d add eight_bit_mode 2018-10-30 19:10:58 +08:00
0x00-pl f2c82a9f2f modified: .gitignore 2018-10-30 18:16:34 +08:00
zhaozhongxiang fb52190f39 Fix tp and sp overlap bug 2018-10-30 17:38:29 +08:00
latyas c68cb82a3c
Merge pull request #13 from kendryte/develop
Release v0.5.0
2018-10-28 01:41:48 +08:00
latyas 4c8be85bc2
Merge pull request #12 from kendryte/v0.5.0rc
V0.5.0rc
2018-10-28 01:40:35 +08:00
zhaozhongxiang 8b71a7e261 Add kpu comment 2018-10-26 17:23:25 +08:00
zhaozhongxiang c67a838a9e Delete math, modify kpu 2018-10-26 17:12:22 +08:00
zhaozhongxiang 0357b9b941 Update dmac 2018-10-26 11:56:03 +08:00
zhaozhongxiang 0ac1ea75bc Add dmac comment 2018-10-25 20:06:02 +08:00
zhaozhongxiang bce267ba28 Modify dmac interrupt and i2s 2018-10-25 20:04:02 +08:00
zhaozhongxiang b2c8e78733 Add kpu driver 2018-10-25 18:33:45 +08:00
zhaozhongxiang fbbcb342f7 Modify cmake. Find toolchain automatically.Fix undefined reference to __dso_handle bug 2018-10-24 18:06:12 +08:00
latyas 1559c47813
Merge pull request #11 from kendryte/develop
develop forgot to merge into master
2018-10-23 10:38:28 +08:00
jiangxiangbing 057602699d fix aes gcm 2018-10-23 10:37:16 +08:00
latyas b060b2da4a
Merge pull request #9 from kendryte/v0.4.0rc
V0.4.0rc
2018-10-19 20:37:12 +08:00
zhaozhongxiang ba4ce38547 Modify uarths interrupt setting 2018-10-19 20:10:38 +08:00
zhaozhongxiang bab8ab29a2 Fix i2s send 16bit data bug 2018-10-19 18:42:56 +08:00
zhaozhongxiang bbb0a09454 Modify dmac intstatus_en, fix i2s_play bug 2018-10-19 18:15:51 +08:00
jiangxiangbing 1dfcc51733 update aes API 2018-10-19 13:08:31 +08:00
zhaozhongxiang 19bdd45854 Modify PLL setting 2018-10-18 16:42:58 +08:00
zhaozhongxiang 5f5af020b3 Fix I2s set threshold bug 2018-10-18 16:18:41 +08:00
zhaozhongxiang 5273238f63 Add I2s set sample rate 2018-10-18 15:47:09 +08:00
zhaozhongxiang 8aa02353cc Add dmac interrupt callback 2018-10-18 15:44:50 +08:00
zhaozhongxiang af13826614 Uarths add uarths_send_data 2018-10-18 15:25:05 +08:00
zhaozhongxiang 6271fd8af7 Add uarths driver 2018-10-18 15:19:40 +08:00
zhaozhongxiang 9ed07e6918 Fix wdt reset interrupt bug 2018-10-18 14:51:59 +08:00
jiangxiangbing 06f2995fad add aes API by DMA 2018-10-18 10:16:41 +08:00
latyas 414021b737
Merge pull request #7 from kendryte/develop
Develop
2018-10-15 23:21:15 +08:00
zhaozhongxiang 41dd0c6999 Modify spi driver, set spi3 clk source 2018-10-15 17:34:26 +08:00