Commit Graph

396 Commits

Author SHA1 Message Date
chunyexixiaoyu 8fc1462141 Ubiquitous/RT_Thread/: eliminate the Kconfig warning in ov2640 driver 2022-01-25 14:44:27 +08:00
chunyexixiaoyu 600d615765 Ubiquitous/RT_Thread/:update stm32f407 lcd driver, support show string. 2022-01-25 11:07:43 +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 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
chunyexixiaoyu bc87a72f5d Ubiquitous/RT_Thread/:add LCD driver in stm32f407_core borad,and find a bug that the FSMC_NE4 gpio had been not configured. 2022-01-13 18:48:06 +08:00
chunyexixiaoyu 3c291f075f APP_Framework/Framework/:delete the unuseful cmsis flies in tensorflow-lite 2022-01-05 11:08:55 +08:00
chunyexixiaoyu 9904709d70 Ubiquitous/RT_Thread: update the README file 2022-01-05 09:56:54 +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
chunyexixiaoyu 1bd8927c5d Eliminate the warning "./../../../APP_Framework/Framework/knowing/Kconfig:13:warning: ignoring unsupported character '" 2022-01-04 15:47:14 +08:00
xuedongliang 711bd5bd15 add hs300x and ps5308 sensor support Nuttx on stm32f407-discovery from Wang_guozhu
it is OK
2021-12-31 17:08:37 +08:00
chunyexixiaoyu a3db2480a1 it's verified 2021-12-31 16:33:16 +08:00
wgzAIIT b342734aad APP_Framework support Nuttx on aiit-arm32-board 2021-12-30 12:19:58 +08:00
wgzAIIT bd31aad3ef add d124 and zg09 sensor support Nuttx on stm32f407-discovery 2021-12-29 16:13:23 +08:00
wgzAIIT 97eccb0b36 Update Make.defs 2021-12-28 19:57:25 +08:00
wgzAIIT 491264e3fc Update Make.defs 2021-12-28 19:56:48 +08:00
wgzAIIT fb7a0478e5 Update ps5308.c 2021-12-28 19:29:52 +08:00
wgzAIIT d59acc2e03 add hs300x and ps5308 sensor support Nuttx on stm32f407-discovery 2021-12-28 16:45:44 +08:00
chunyexixiaoyu 17be211288 Merge branch 'wang_dev' into test_pre
solve the Conflicts
# Conflicts:
#	APP_Framework/Framework/knowing/Kconfig
2021-12-24 13:52:24 +08:00
xuedongliang 7ecf1af00f 1、add Framework/connection/industrial_ethernet DIR; 2、add Framework/connection/industrial_fieldbus DIR; 3、add Framework/connection/industrial_wlan DIR from Liu Weichao
it is OK
2021-12-22 13:28:42 +08:00
chunyexixiaoyu b6bd1de959 APP_Framework/Applications/:eliminate the warning 2021-12-20 16:33:48 +08:00
Liu_Weichao 60442e489a feat Framework/connection/industrial_xxx DIR 2021-12-20 16:14:02 +08:00
chunyexixiaoyu be4da6f37d Ubiquitous/RT_Thread/:change the path name 2021-12-20 16:05:55 +08:00
chunyexixiaoyu 12c9220487 the kmodel load function has been verified 2021-12-20 15:18:13 +08:00
xuedongliang cb8c68659c 1. add sensor as830 of ch4; 2、repair a bug of requiring password in letter shell
it is OK
2021-12-16 17:40:29 +08:00
yangtuo250 62df72af5b fix(knowing framework/yolov2 region layer): free region layer thresholds 2021-12-16 15:03:37 +08:00
yangtuo250 c782dd26c4 feat(knowing app): remove json config from menuconfig, adding to detect_app arg 2021-12-15 19:05:07 +08:00
yangtuo250 efb28105e8 fix(knowing framework): fix unproperly named k210 detect procedure, specified yolov2 2021-12-15 17:32:07 +08:00
yangtuo250 4640055ab6 fix(knowing app/yolov2): AI address error while sensor output and net input height mismatch 2021-12-15 17:12:34 +08:00
Wang_Weigen db225df433 add 'TB600B_WQ_HCHO1OS' sensor of hcho to sensor framework 2021-12-15 16:28:51 +08:00
Wang_Weigen 19edea21d7 add 'TB600B_TVOC10' sensor of tvoc to sensor framework 2021-12-15 15:01:30 +08:00
Wang_Weigen 856edb7ec6 add sensor 'TB600B_IAQ10' to sensor framework 2021-12-15 11:10:56 +08:00
yangtuo250 203184e18c fix(bsp/k210): resolve conflict of 235dcb761c path changed 2021-12-14 10:06:53 +00:00
yangtuo250 c07c918150 refactor(knowing app): add common k210 yolov2 detection procedure 2021-12-14 17:43:53 +08:00
yangtuo250 d368db9e76 refactor(knowing apps): yolov2 json parser 2021-12-14 17:43:27 +08:00
chunyexixiaoyu 235dcb761c Ubiquitous/RT_Thread/:change the path name 2021-12-14 17:13:38 +08:00
Wang_Weigen 4a8ac7c02b repair ch4 test 2021-12-14 14:07:09 +08:00
chunyexixiaoyu de27c59e51 Ubiquitous/RT_Thread/: update file system
1.change the tick base on  the board/Kconfig
2.The SD card and FLASH can be mounted to the specified directory of romFS at the same time,and SD card or flash can be used independently
3.Avoid the SD card and Flash mounting sequence. If the Flash mounts the SD card to a specific directory, ensure that the SD card is mounted first
2021-12-14 13:21:42 +08:00
chunyexixiaoyu d71c5fcd2f Ubiquitous/RT_Thread/:add romfs file system ,including SD and FLASH directory 2021-12-14 11:11:09 +08:00
Wang_Weigen e366c8817c repair a bug of inputting password of shell 2021-12-14 10:37:22 +08:00
Wang_Weigen f2ba792380 sync upstream branch and add 'as830' sensor of ch4 2021-12-14 10:32:17 +08:00
xuedongliang cc6c459e7b fix APP_Framework bugs,include sensor framework and Applications
it is OK
2021-12-13 14:18:48 +08:00
Liu_Weichao e9e9080ae0 delete useless DIR connection_app/ and app_test/ 2021-12-10 10:39:37 +08:00
Liu_Weichao ead80da91f fix that i2c device of sensor framework cannot set i2c address 2021-12-10 10:23:30 +08:00
xuedongliang c9db5635b0 add framework configuration select from Wang_Weigen 2021-12-09 11:08:00 +08:00
xuedongliang 3397a5245b Add the cortex-m0 support for XiUOS & Fix bugs on M3 and serial device from ysm
it is Perfect
2021-12-09 11:07:15 +08:00
Wang_Weigen 85cbc7717e add framework configuration select 2021-12-09 10:56:25 +08:00
Kiritoy 58060874d6 rebase prepare_for_master branch 2021-12-08 14:52:10 +08:00
Kiritoy a080d98470 Restore the file directory structure 2021-12-08 14:43:10 +08:00
Kiritoy 4aacf28974 add cortex-m0 support and fix some bugs 2021-12-08 14:43:10 +08:00