Commit Graph

210 Commits (develop)

Author SHA1 Message Date
sunnycase 3bbe34e799 Fix instruction compare 2019-02-11 19:13:26 +08:00
sunnycase 5711ee92c3 Fix instruction fetech 2019-02-11 19:00:12 +08:00
sunnycase 5d81718c61 Add workaround for fdiv.s/fsqrt.s 2019-02-11 18:41:14 +08:00
sunnycase 93c9da9eb4 Enlarge minimal stack size 2019-01-25 14:03:17 +08:00
sunnycase eeab052f71 Move libc init into first task 2019-01-24 21:02:53 +08:00
sunnycase f41338aedd Fix impl of portYield 2019-01-24 17:59:59 +08:00
sunnycase 56c394343d Impl APC to run syscalls 2019-01-24 16:54:33 +08:00
sunnycase 4665773a4e impl portYield 2019-01-23 15:57:54 +08:00
sunnycase ddf9fee1ef Fix irq handler 2019-01-23 14:16:47 +08:00
sunnycase 1bb03e5ebf Impl yield 2019-01-22 20:02:12 +08:00
sunnycase 75627e02f3 New irq handler 2019-01-22 16:01:16 +08:00
jiangxiangbing c4c5219321 define _lock_t 2019-01-11 16:21:02 +08:00
jiangxiangbing a455ba5195 malloc add lock 2019-01-11 16:02:26 +08:00
jiangxiangbing 7ec66a62bb add socket comment 2018-12-21 18:04:41 +08:00
sunnycase c593122cb3
Merge pull request #32 from kendryte/feature/network
Feature/network
2018-12-21 11:08:54 +08:00
jiangxiangbing 9819f327da fix bug 2018-12-18 16:22:37 +08:00
jiangxiangbing 006e66cc27 fix hostent 2018-12-15 15:48:10 +08:00
jiangxiangbing 546bcde1a6 Use reference instead of pointer 2018-12-14 20:51:15 +08:00
jiangxiangbing e41679d35e fix style 2018-12-14 19:57:34 +08:00
jiangxiangbing 7e4584169d catch exception 2018-12-14 19:17:23 +08:00
jiangxiangbing f33c17442a add socket api 2018-12-14 18:09:45 +08:00
jiangxiangbing bab7cbb946 fix timer bug 2018-12-10 16:52:10 +08:00
Guo Hui 94557f4bb9 Add some socket api 2018-11-23 11:44:40 +08:00
jiangxiangbing b706088b78 update dm9051 use interrupt 2018-11-22 20:19:44 +08:00
Guo Hui 3f40160b9b Update dmac isr 2018-11-21 16:15:35 +08:00
jiangxiangbing fd8eb10112 add SPI non DMA operation. DM9051 test pass 2018-11-13 13:41:01 +08:00
Guo Hui 35f8f92a02 Merge from 'branch develop' 2018-11-12 19:17:50 +08:00
Guo Hui 1f7f2eea99 Merge branch 'develop' into feature/network 2018-11-12 16:26:54 +08:00
sunnycase be6ac3011e
Add tensorflow lite support (#29)
* Add tensorflow lite headers & lib

* pthread initial works

* Fix

* Fix

* test pass

* More pthread

* Fix

* Use O3 to compile tf lite

* Add demo

* Fix

* Fix

* Fix idle task creation

* Add keywordspot

* Fix link error when program is large

* Auto detect mingw32-make for win32

* Clean demo code

* Revert pll2 freq
2018-11-12 16:12:51 +08:00
xiangbingj 3277fbc06a code style 2018-11-09 10:14:34 +08:00
xiangbingj b1371e06e9 fix rtc 2018-11-08 21:19:50 +08:00
Guo Hui 03b7fcbf34 Fix sys_stat 2018-11-02 20:53:02 +08:00
Guo Hui ec9db398fd Implement fstat 2018-11-02 16:06:24 +08:00
Guo Hui 55b44be229 Remove incorrect noexcept 2018-11-02 15:32:06 +08:00
Guo Hui 5cb6afce88 Fix a bug in syscalls 2018-11-02 15:13:21 +08:00
jiangxiangbing bd174633a8 Change directory structure 2018-11-01 16:56:41 +08:00
Guo Hui 32f172a5e1 Fix coding style 2018-11-01 12:18:52 +08:00
Guo Hui 595e56fd63 Update include directories 2018-11-01 12:17:10 +08:00
jiangxiangbing cf1064b211 fix spi read bug 2018-11-01 12:15:49 +08:00
Guo Hui 33233a0bf6 Fix truncate file mode 2018-11-01 11:35:41 +08:00
Guo Hui bf2e2408a4 Fix sys_open 2018-11-01 11:34:54 +08:00
Guo Hui fce8cb55d1 Change link order 2018-11-01 11:02:36 +08:00
jiangxiangbing 74985c985e fix code style 2018-10-31 20:50:11 +08:00
jiangxiangbing 3eebdfb991 update ws2812b code style 2018-10-31 20:05:46 +08:00
jiangxiangbing b4031c1820 add ws2812b driver 2018-10-31 18:55:44 +08:00
Guo Hui f2d7410acb Fix open 2018-10-31 18:12:16 +08:00
Guo Hui 9ec26cd978 Fix sys open 2018-10-31 17:41:20 +08:00
Guo Hui 798f55f03f Implement lseek 2018-10-31 17:29:03 +08:00
Guo Hui 82649fc5e0 Add polling 2018-10-31 15:20:16 +08:00
Guo Hui a0591854d1 Merge branch 'develop' into feature/network 2018-10-31 10:45:04 +08:00