kendryte-freertos-sdk icon indicating copy to clipboard operation
kendryte-freertos-sdk copied to clipboard

This project is no longer maintained Not recommended for product development.

Results 27 kendryte-freertos-sdk issues
Sort by recently updated
recently updated
newest added

I am using the UART port and I've noticed that sometimes it misses some of the data especially when multiple task is running and when a task is waiting for...

Hi, in Kendryte FreeRTOS SDK v0.7.0 as _Major changes_ is said > Port Tensorflow Lite but I could not find this feature, where exactly is it?

- [x ] BUG REPORT The vApplicationIdleHook() is defined in freertos/lib/osentry.c as ``` void vApplicationIdleHook(void) { } ``` better code would be ``` #if ( configUSE_IDLE_HOOK == 1 ) void...

Hi, when compiling from develop, I get a bunch of error related to functions and typedefs in `lib/freertos/locks.c` ``` /home/ndagestad/kendryte-freertos-sdk/lib/freertos/kernel/devices.cpp:64:8: error: '_lock_t' does not name a type; did you mean...

Pull request for the patch provided in issue #30. In tree building still appears to work fine with this change, so I can only assume it doesn't have any side...

https://github.com/kendryte/kendryte-freertos-sdk/blob/45a5b641a8456b9d3623435946a92c6c2503d228/lib/bsp/crt.S#L398 rv64d 的浮点寄存器应该是64bit,flw 只是保存了低32bit,那么高32bit呢?

> BUG REPORT ### Expected behavior `hello_world` example compiles ### Actual behavior ```bash > make Scanning dependencies of target lwipcore [ 0%] Building C object third_party/lwip/CMakeFiles/lwipcore.dir/src/core/init.c.obj [ 1%] Building C...

- [ ] BUG REPORT - [ X ] FEATURE REQUEST ------------------------------------------------------------------------------- > FEATURE REQUEST ### Missing feature A way to handle failed SD Card initialization and unmount the SD...

I'm using the lastest everything (toolchain/SDK/demo), and am getting an error when trying to run the [`tcp_server`](https://github.com/kendryte/kendryte-freertos-demo/tree/develop/tcp_server) example. E (47408858) FreeRTOS: (/Users/nalzok/Developer/kendryte-freertos-sdk/lib/drivers/src/network/dm9051.cpp:255) value == 0x90510a46 I guess it has something...

This problem occurred when i run ’ tflite_label_image‘ demo , Here are the steps 1、creating libtensorflow-lite.a ; Use ' sh build_kendryte_lib.sh' command in /kendryte-tensorflow/tensorflow/lite/tools/make folder 2、New shared folder in kendryte-freertos-sdk/src...