forked from xuos/xiuos
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.
5 lines
101 B
Plaintext
5 lines
101 B
Plaintext
config APP_MNIST
|
|
bool "enable apps/mnist"
|
|
depends on USING_TENSORFLOWLITEMICRO
|
|
default n
|