Commit Graph

31 Commits (develop)

Author SHA1 Message Date
xiangbingj 06a2ea71f2 support ai lib 2020-10-21 14:11:34 +08:00
IronMan999 65f1b92f23 update cmake 2020-06-03 19:02:09 +08:00
IronMan999 7793efc88d update cmake 2020-06-03 11:47:15 +08:00
sunnycase ff18b2fbf9 Update cmake 2020-06-01 11:05:50 +08:00
ideal 101e9fd532 Better specify CMAKE_RANLIB on macOS, prevent using default ranlib in some circumstances 2020-05-08 11:41:33 +08:00
sunnycase 6c201580a0 Support KModel V4 2019-07-24 15:24:18 +08:00
GongT 5a7d989fcd update for IDE 2019-05-29 20:13:15 +08:00
zhaozhongxiang 9168ea04b8 Fix #72 2019-04-24 11:02:44 +08:00
Rui Huang 69e50ebe8b
Improve math performance
-ffast-math not only make the math fast, it is unsafe
-fno-math-errno makes single-instruction math operations not set ERRNO
-fsingle-precision-constant causes floating-point constants to be loaded in single precision even when this is not exact.
But it break strict IEEE compliance
2019-04-17 18:50:12 +08:00
Rui Huang 78d98ae932
Update WIN32 cmake program auto-set
if (WIN32)
    if(EXISTS "${TOOLCHAIN}/make${EXT}")
        global_set(CMAKE_MAKE_PROGRAM "${TOOLCHAIN}/make${EXT}")
    else()
        global_set(CMAKE_MAKE_PROGRAM "${TOOLCHAIN}/mingw32-make${EXT}")
    endif()
endif ()
2019-04-11 22:21:00 +08:00
zhaozhongxiang edaf634c04 Fixes #55 2019-03-21 16:22:15 +08:00
Baozhu Zuo dc56fe6eb9
add project.cmake to extend cmake management
project.cmake  is very helpful for user file management
2019-03-21 11:07:07 +08:00
Rui Huang 2016aa866b
Append -mabi=lp64f in compile flags
Fix compile error
2019-03-15 11:29:34 +08:00
Huang Rui 0840355a3f Append -march=rv64imafc in add_compile_flags
Signed-off-by: Huang Rui <vowstar@gmail.com>
2019-03-14 17:51:54 +08:00
zhaozhongxiang 2820995ad9 0312 2019-03-12 14:19:04 +08:00
zhaozhongxiang ad9855d5c8 Add Kpu driver for nncase 2019-01-29 16:49:58 +08:00
zhaozhongxiang 180eb33c6c Recover freertos 2019-01-08 19:10:54 +08:00
zzxcanaan f4055c79fd
Merge pull request #43 from MrYounashi/fixasm
Fix CMakeLists.txt to properly compile and link asm files
2019-01-08 17:56:45 +08:00
zhaozhongxiang f6373d6777 Fix relocation truncated 2019-01-08 17:45:01 +08:00
zhaozhongxiang 04de3dda67 Del freertos 2019-01-03 19:26:02 +08:00
zhaozhongxiang f907874118 Add lvgl macro 2018-11-29 21:38:47 +08:00
Guo Hui 3df6f5c983 Add FreeRTOS 2018-11-21 11:25:43 +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 fbbcb342f7 Modify cmake. Find toolchain automatically.Fix undefined reference to __dso_handle bug 2018-10-24 18:06:12 +08:00
jiangxiangbing bb4109dc27 update fft aes sha256 2018-10-08 20:58:57 +08:00
latyas 4e3276d747 delete init tls 2018-10-08 09:11:22 +08:00
zhaozhongxiang 4c6f017f24 Recover crts ld 2018-09-28 18:28:11 +08:00
zhaozhongxiang b223a0a662 Optimize irq & syscall handling 2018-09-21 16:40:50 +08:00
zhaozhongxiang 835d3d7fe5 Remove init_lma and use new linker script 2018-09-20 17:53:39 +08:00
latyas 685084c40a first commit 2018-09-13 22:06:11 +08:00