Commit Graph

  • 5b47a83022 solve the compile problem of tflite in xiuos Wang_Weigen 2021-09-09 18:00:27 +0800
  • 55dc35f2de modify sensor framework kconfig function xuedongliang 2021-09-09 16:26:48 +0800
  • 7f5192351a modify sensor framework extuart path configure Liu_Weichao 2021-09-08 16:23:08 +0800
  • 281482855d modify sensor framework kconfig function Liu_Weichao 2021-09-08 13:34:25 +0800
  • 6fc420e6a3 add filter and ota(model and cfg file) xuedongliang 2021-09-07 10:10:25 +0800
  • 2e074a4391 add gapuino board of gap8 xuedongliang 2021-09-07 10:08:45 +0800
  • 6b7a233511 modify author description and fix bug of compiler errors,add readme for gap8 Wang_Weigen 2021-09-03 14:24:41 +0800
  • b22f9a3851 fix a bug of uart input problem for gap8 Wang_Weigen 2021-09-02 10:07:46 +0800
  • 2fcb4ad3ad Merge branch 'wang_weigen_master' of https://git.trustie.net/xuos/xiuos into develop Wang_Weigen 2021-09-02 10:02:16 +0800
  • 2db749991e APP_Framework/Framework:add http client module in OTA for KPU model downloading chunyexixiaoyu 2021-08-30 16:12:52 +0800
  • 6dbbfd804e APP_Framework/Applications/:fix a bug in instrusion_detect.c chunyexixiaoyu 2021-08-30 16:10:02 +0800
  • 41b8b3e896 APP_Framework/Framework/:complete one order ordinary kalman filter. chunyexixiaoyu 2021-08-19 18:10:40 +0800
  • d16c698789 APP_Framework/Framework/:complete ordinary mean_filter chunyexixiaoyu 2021-08-19 09:57:19 +0800
  • c251937f9f APP_Framework/Framework/:complete sliding window mean_filter chunyexixiaoyu 2021-08-18 21:28:34 +0800
  • 88d7ef83d3 APP_Framework/lib:add comments in queue chunyexixiaoyu 2021-08-18 14:49:05 +0800
  • 09d86f55b0 APP_Framework/Framework/: complete one order RC high pass filter. chunyexixiaoyu 2021-08-17 18:28:14 +0800
  • 6664b23234 APP_Framework/Framework/: complete one order RC low pass filter. chunyexixiaoyu 2021-08-17 16:25:24 +0800
  • e9af33ca78 APP_Framework/Framework/:add filter module in knowing framework,and complete coding recently chunyexixiaoyu 2021-08-17 14:58:31 +0800
  • d542b4dc9b APP_Framework/Framework/:update kpu-postprocessing/Kconfig file chunyexixiaoyu 2021-08-17 11:23:06 +0800
  • 6f9be6d790 APP_Framework/lib/:add queue lib chunyexixiaoyu 2021-08-16 15:59:26 +0800
  • af345b75fb optimize adapter funciton by Liu_Weichao xuedongliang 2021-08-30 19:51:33 +0800
  • 3f9904eb53 update knowing application and framework from Tian_Chunyu xuedongliang 2021-08-30 19:50:34 +0800
  • 198d61918b add gap8 board of riscv for xiuos Wang_Weigen 2021-08-30 14:05:12 +0800
  • da37bf4777 1、add BT Liu_Weichao 2021-08-30 10:56:48 +0800
  • f87c40f6fb fix a bug in Makefile that prevented removing the '.config' file corrently LAPTOP-6JO0PLKH\FigoHu 2021-08-26 20:34:45 +0800
  • f6a0c0b0b7 update some documents and add kmodel files chunyexixiaoyu 2021-08-16 10:41:56 +0800
  • 78387f9b16 fix(knowing app): fix 3 k210 knowing apps according to 'add a interface about k210 dvp image setting' by tian chunyu yangtuo250 2021-08-13 15:07:08 +0800
  • 8593dedd37 feat(knowing app): update json config and upload model for 3 k210 apps yangtuo250 2021-08-13 14:38:06 +0800
  • 4c1580fab2 docs(knowing framework): add README for YOLOv2 region layer yangtuo250 2021-08-13 11:10:32 +0800
  • 5786b7dffc docs(knowing app): add README for face detect yangtuo250 2021-08-13 11:01:46 +0800
  • 5b785b0105 docs(knowing app): add README for instrusion detect yangtuo250 2021-08-13 10:28:48 +0800
  • fc825ea557 docs(knowing app): add README for helmet detect yangtuo250 2021-08-12 20:55:53 +0800
  • 9a555bc8b5 docs(knowing app): add README for iris_ml_demo yangtuo250 2021-08-12 17:10:04 +0800
  • 6ad0b192e8 Ubiquitous/RT_Thread/: add a interface about k210 dvp image setting. chunyexixiaoyu 2021-08-13 14:29:35 +0800
  • a3d753153c three simple machine learning examples base on iris dataset chunyexixiaoyu 2021-08-12 14:53:06 +0800
  • b9d10a7cf1 feat(knowing app): stm32f4 logistic regression iris demo yangtuo250 2021-08-12 00:02:10 +0800
  • be3b3b8016 feat(knowing app): add stm32f4 iris decision tree classifier demo yangtuo250 2021-08-11 17:07:26 +0800
  • 9a1a407ea6 feat(knowing app): stm32f4 svc iris demo yangtuo250 2021-08-10 18:02:16 +0800
  • 336c970010 add two application chunyexixiaoyu 2021-08-05 15:15:39 +0800
  • 168e36d09e fix(knowing apps): adapting new cjson lib usage and some little bug fix Liu Yongkai 2021-08-05 11:37:28 +0800
  • 21f57bf229 feat(helmet detect): add knowing app helmet detect Liu Yongkai 2021-08-04 17:45:56 +0800
  • 2d8147a92b feat(instrusion detect): add knowing app instrusion detect Liu Yongkai 2021-08-04 15:35:47 +0800
  • 3b74443dac APP_Framework/lib/:add cJSON library chunyexixiaoyu 2021-08-04 16:24:16 +0800
  • 1afdd8c056 kpu gets important parameters to run model by reading json file chunyexixiaoyu 2021-08-04 10:02:19 +0800
  • b3667294ed feat(face_detect): read all parameters from SD card json file Liu Yongkai 2021-08-03 15:47:42 +0800
  • 545f1f1b3c fix(yolov2): change static input size to dynamic Liu Yongkai 2021-08-03 15:43:03 +0800
  • af42ebca62 feat(.gitignore): add rtt bsp k210 gitignore & macOS gitignore Liu Yongkai 2021-08-03 15:37:21 +0800
  • fde280b6a0 wifi adapter on XIUOS/aiit-arm32-board xuedongliang 2021-07-30 09:54:14 +0800
  • c4daa1dc44 update knowing framework and application from Tian_Chunyu xuedongliang 2021-07-30 09:53:21 +0800
  • 61cd542d92 add wifi adapter support on XIUOS/aiit-arm32-board Liu_Kai 2021-07-28 10:11:15 +0800
  • bf9d610675 APP_Framework/Applications/:add face detect application chunyexixiaoyu 2021-07-21 16:26:05 +0800
  • 1c16e3a463 APP_Framework/Framework/:add kpu postprocessing (yolov2) in knowing file chunyexixiaoyu 2021-07-21 15:29:12 +0800
  • f50dab2bde APP_Framework/Framework/:add rt-thread transform layer chunyexixiaoyu 2021-07-21 13:37:48 +0800
  • 60e46d0c3b modify connection framework function and DIR from Liu_weichao xuedongliang 2021-07-21 14:14:35 +0800
  • 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. chunyexixiaoyu 2021-07-15 10:07:02 +0800
  • fcd14e038e APP_Framework/:fix some Kconfig file in Applications and Framework. and change know to knowing ,remove uncomfortable file(their location is wrong) chunyexixiaoyu 2021-07-14 15:11:42 +0800
  • 903fca4991 Merge branch 'wang_weigen_master' of https://git.trustie.net/xuos/xiuos into xiuos_connection Liu_Weichao 2021-07-09 15:44:46 +0800
  • 81323fa992 add kconfig for app framework from Wang_Weigen xuedongliang 2021-07-09 15:42:14 +0800
  • 49533d9e84 add ov2640 driver and rw007 driver from Tian_Chunyu xuedongliang 2021-07-09 15:41:36 +0800
  • 2c9f3f8113 modify connection framework function and dir Liu_Weichao 2021-07-09 15:41:22 +0800
  • d41517ab90 add connection function Liu_Weichao 2021-06-25 10:20:55 +0800
  • 5b9cbad759 Ubiquitous/RT_Thread: fix lcd drive for k210 ,before lcd drive can't work with spi. chunyexixiaoyu 2021-06-21 18:03:15 +0800
  • fedd6affc9 Ubiquitous/RT_Thread/:add rw007 driver and ov2640 driver chunyexixiaoyu 2021-06-21 17:17:16 +0800
  • 96af003398 add kconfig for application framework Wang_Weigen 2021-06-18 17:37:03 +0800
  • 4510a95e90 add transform layer of xiuos for applications framework from Wang weigen xuedongliang 2021-06-17 16:32:46 +0800
  • 2886ca5f78 add K210 bsp from Tian Chunyu xuedongliang 2021-06-17 16:32:13 +0800
  • 86ef526303 add APP_Framework/Framework/connection function Liu_Weichao 2021-06-17 16:18:07 +0800
  • fba573cc0b Merge branch 'wang_weigen_master' of https://git.trustie.net/xuos/xiuos into develop Wang_Weigen 2021-06-17 15:11:48 +0800
  • 36f3e40c55 add nuttx for develop Wang_Weigen 2021-06-17 15:07:37 +0800
  • f564ef8d28 add user api printf Wang_Weigen 2021-06-17 14:47:51 +0800
  • e603afa739 delete original app contents of xiuos Wang_Weigen 2021-06-17 14:07:57 +0800
  • 0e496a791f modify the configuration of app frame Wang_Weigen 2021-06-17 14:04:50 +0800
  • 223933b6f9 Ubiquitous/RT_Thread/:add K210 bsp chunyexixiaoyu 2021-06-16 20:52:31 +0800
  • 1df91a6b3c Ubiquitous/RT_Thread/:import K210 sdk as sub module and change rt-thread version chunyexixiaoyu 2021-06-16 20:33:05 +0800
  • fc505837b9 add sensor framework Liu_Weichao 2021-06-16 18:35:33 +0800
  • b6b06aa538 Merge branch 'develop' of https://git.trustie.net/wwg666/xiuos into sensor Liu_Weichao 2021-06-16 13:47:48 +0800
  • 579956c027 Modify framework content Wang_Weigen 2021-06-16 11:27:03 +0800
  • 994658c08c Add adapter.c Zhao_Jiasheng 2021-06-16 11:07:17 +0800
  • 13a4c0f813 Add RT_Thread modules in XiUOS xuedongliang 2021-06-16 09:48:00 +0800
  • 0ddb5bfd1f fix a bug of compiler failed from wang weigen xuedongliang 2021-06-16 09:46:00 +0800
  • 3a7e7dee79 modify nuttx bug about lack of a file from Tang yiwen xuedongliang 2021-06-16 09:41:08 +0800
  • 2faece8dc6 Ubiquitous/RT_Thread/:add stm32f407-atk-coreboard bsp in bsp folder. chunyexixiaoyu 2021-06-15 19:27:48 +0800
  • e85b0832e1 Ubiquitous\RT_Thread\:add Kconfig file and SConscript file in drivers folder chunyexixiaoyu 2021-06-15 19:17:56 +0800
  • d73170d1c6 APP_Framework/Applications/:add SConscript file APP_Framework/Framework/:add SConscript and Kconfig file chunyexixiaoyu 2021-06-15 19:14:12 +0800
  • 8de08a5ae1 Ubiquitous/RT_Thread/:add rt-thread as sub modules chunyexixiaoyu 2021-06-15 14:26:47 +0800
  • cd964dff27 add a readme file TangYiwen123 2021-06-11 15:47:59 +0800
  • 6d0f2ca39a modify nuttx bug of lack of files TangYiwen123 2021-06-11 11:25:07 +0800
  • f5ef4304ff fix a bug of compiler failed Wang_Weigen 2021-06-10 16:20:51 +0800
  • b97a54dbed debug branch for posix transform xuedongliang 2021-06-10 15:43:57 +0800
  • 9158349752 Add APP_Framework Kconfig Zhao_Jiasheng 2021-06-10 11:41:30 +0800
  • 4a7f51a5e9 Add nuttx to the system framework from Tang_yiwen xuedongliang 2021-06-09 16:28:41 +0800
  • b9a6714ed7 Fix LwIP client bug from Yu_Dongdong xuedongliang 2021-06-09 16:27:59 +0800
  • e37efc70ce Add sensor, modify makefile Zhao_Jiasheng 2021-06-09 16:24:37 +0800
  • cb87bea665 Add sensor, modify makefile Zhao_Jiasheng 2021-06-09 16:23:59 +0800
  • b907bfab1c Add nuttx to the system framework, which is 10.1.0 TangYiwen123 2021-06-09 14:34:06 +0800
  • 804bd57aa0 Add nuttx to the system framework, which is 10.1.0 TangYiwen123 2021-06-09 14:33:15 +0800
  • dd3694c6b8 add private API of task/sem/mutex Wang_Weigen 2021-06-08 16:14:15 +0800
  • dc455ac70d add driver posix transform Liu_Weichao 2021-06-08 14:32:58 +0800
  • 8b1a886e13 Fix Lwip client bug. yudongdong 2021-06-08 03:15:28 +0800
  • 82e7002069 Merge branch 'master' into LwIP_software yudongdong 2021-06-08 02:06:41 +0800