wuzheng
002325c1d8
add flash and timer driver for hc32f4a0
2023-02-17 16:21:06 +08:00
WentaoWong
b7507101bf
APP_Framework/Framework/:solve the error in the configuration files of Tensorflow-lite
2022-03-07 09:40:59 +08:00
chunyexixiaoyu
bf17ef10cb
APP_Framework/Applications/: make mnist application running on the stm32f407 board,model data is saved in the flash,note the following points
...
1. the thread which run the mnist needs 10kb
2. Lwip and useless driver must be not loaded.
3. The entire bin file is close to 1024KB.
2022-01-19 14:53:47 +08:00
chunyexixiaoyu
3c291f075f
APP_Framework/Framework/:delete the unuseful cmsis flies in tensorflow-lite
2022-01-05 11:08:55 +08:00
chunyexixiaoyu
7f24c672dd
APP_Framework/Framework: cmsis nn used in tflite was replaced with in knowing cmsis_5 dir
2022-01-04 18:36:30 +08:00
Wang_Weigen
5b47a83022
solve the compile problem of tflite in xiuos
2021-09-09 18:00:27 +08:00
chunyexixiaoyu
38d2cb3c85
APP_Framework/Framework/:update knowing framework
...
1.fix some Kconfig file
2.add tensorflow-lite-for-mcu in knowing file
3.add mnist application,note the application cannot be used with RAM less than 500K.
4.the version need to separate application and OS(rtt),later by using add transform layer to solve it.
2021-07-20 14:50:50 +08:00