Commit Graph

1342 Commits

Author SHA1 Message Date
Wang_Weigen 0f8336c9e7 add file note for vega board 2022-02-18 16:22:45 +08:00
Wang_Weigen 3c8fcd55cc add readme for vega board 2022-02-18 16:01:14 +08:00
WentaoWong 1b047bbabe APP_Framework/Applications/:add NNoM mnist example 2022-02-18 15:52:04 +08:00
WentaoWong 7ece915772 APP_Framework/Applications/:add configuration file about NNoM mnist example 2022-02-18 15:51:51 +08:00
WentaoWong cde42331ee APP_Framework/Framework/:add NNoM(v0.4.3) source code 2022-02-18 15:51:25 +08:00
WentaoWong e4393985f8 APP_Framework/Framework/:add Kconfig file and SConscript file about NNoM(v0.4.3) 2022-02-18 14:41:33 +08:00
WentaoWong 48dfa06f79 APP_Framework/Framework/:sovle the name error in the configuration files of CMSIS-NN 2022-02-18 14:38:46 +08:00
Liu_Weichao 9339ffe2fd fix USB write error using fatfs function 2022-02-17 16:29:41 +08:00
Liu_Weichao 84b27692c0 feat support USB HOST for ok1052-c board 2022-02-17 15:18:27 +08:00
Wang_Weigen 691611de34 Merge branch 'prepare_for_master' of https://git.trustie.net/xuos/xiuos into develop 2022-02-17 11:10:15 +08:00
Wang_Weigen 26e8a1a7e8 repair running error by remove interrupt stack,and repair the uart output problems 2022-02-17 11:10:02 +08:00
wlyu f942af6c43 remove adc string 2022-02-17 09:25:22 +08:00
wlyu efd8999988 support adc bus 2022-02-16 18:01:25 +08:00
Forsworns 60cd74e296 chore: kernel selector in Kconfig 2022-02-16 14:49:54 +08:00
wlyu 5185501d72 support PLC bus and clean codes 2022-02-15 17:40:40 +08:00
wlyu a101e994ff changed demo task name with hump style 2022-02-15 16:12:49 +08:00
wlyu 338f4ad41a support plc demo 2022-02-15 14:24:46 +08:00
chunyexixiaoyu 513cc43f06 APP_Framework/Applications/:solve the bug in the SConscript about compiling 2022-02-15 10:09:04 +08:00
chunyexixiaoyu f46bf7044a APP_Framework/Framework:update k210 yolov2 detect procedure 2022-02-15 10:07:41 +08:00
wlyu 3bc3577d35 Merge branch '1220' of https://code.gitlink.org.cn/wlyu/xiuos into 1220 2022-02-14 09:41:13 +08:00
wlyu 0c6f013bfd fixed adc compliation error 2022-02-14 09:40:56 +08:00
wlyu 98817fac11 fixed adc compliation error 2022-02-14 09:39:06 +08:00
Liu_Weichao 2ecded6feb set sd device function default off 2022-02-09 09:55:48 +08:00
Liu_Weichao bd11453657 Merge branch 'prepare_for_master' of https://git.trustie.net/xuos/xiuos into cortex_m7_drivers 2022-02-08 16:55:13 +08:00
Liu_Weichao d7507bcd6e feat support sdio read/write/configure function 2022-02-08 16:53:47 +08:00
wlyu 521dc56e15 fixed merge fault 2022-01-30 23:39:16 +08:00
wlyu e8fb3ca4fd Merge branch 'prepare_for_master' of https://git.trustie.net/xuos/xiuos into 1220 2022-01-30 22:56:05 +08:00
wlyu 5346d8401f support PLC bus and opcua API 2022-01-30 22:51:00 +08:00
Wang_Weigen d5d7ea74c8 add rega board interrupt process 2022-01-29 15:59:53 +08:00
Wang_Weigen aa0c438976 add rv32m1_vega for xiuos 2022-01-28 11:06:37 +08:00
xuedongliang aa27dea6e9 update knowing framework and ov2640 dirver from Tian_Chunyu
it is OK
2022-01-27 22:31:57 +08:00
xuedongliang dc811358fe move readme.md to nuttx path and fix bug for HCHO_TB600B_WQ_HCHO1OS
it is OK
2022-01-27 22:31:02 +08:00
xuedongliang b927abfd64 feat support lcd driver for aiit-arm32-board
it is OK
2022-01-27 22:29:59 +08:00
Liu_Weichao 7b32e213ce add sd card driver part for ok1052-c board 2022-01-26 17:14:43 +08:00
chunyexixiaoyu 8fc1462141 Ubiquitous/RT_Thread/: eliminate the Kconfig warning in ov2640 driver 2022-01-25 14:44:27 +08:00
wgzAIIT 7df26b9ce3 move readme.md to nuttx path and fix bug for HCHO_TB600B_WQ_HCHO1OS 2022-01-25 14:15:12 +08:00
chunyexixiaoyu 600d615765 Ubiquitous/RT_Thread/:update stm32f407 lcd driver, support show string. 2022-01-25 11:07:43 +08:00
wlyu df0404b4cc merge the latest codes 2022-01-24 18:38:19 +08:00
wlyu 1dfcf0edbe support spi module and plc module 2022-01-24 18:30:44 +08:00
Wang_Weigen 672229cd0f repair the bug of float number printf 2022-01-24 14:49:06 +08:00
Liu_Weichao 63ec04cf6e fix xiuos/transform.h code standard problem 2022-01-21 16:03:31 +08:00
wlyu 28cf201808 fixed UDP socket recv and send bug and support I2c Bus registration 2022-01-21 11:14:46 +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
Liu_Weichao 3a84b9942b fix lcd display error 2022-01-19 13:56:05 +08:00
Liu_Weichao 2c12cac790 Merge branch 'prepare_for_master' of https://git.trustie.net/xuos/xiuos into aiit_arm_drivers 2022-01-18 17:07:27 +08:00
xuedongliang d5ff9259a0 resubmit the lvgl code
it is OK
2022-01-18 16:45:20 +08:00
Wang_Weigen 65a3861ea7 resubmit the lvgl code 2022-01-18 16:38:38 +08:00
chunyexixiaoyu 0dee89982a Ubiquitous/RT_Thread/:update the ov2640 driver
1.can choose the output format:rgb565 or jpeg
2.resolution and window size can be configured directly
3.add the test that the lcd can show rgb565 image in time
2022-01-18 16:00:16 +08:00
chunyexixiaoyu 1c5047f47a Ubiquitous/RT_Thread/:change the default orientation of the MCU-ATK screen 2022-01-18 15:56:13 +08:00
wlyu 2115572813 support i2c eeprom and rtc for ok1052-c and remove wrong Copyright 2022-01-18 15:44:07 +08:00