Commit Graph

266 Commits

Author SHA1 Message Date
Wang_Weigen 088bf02fbd add ethernet for imxrt1176-sbc board and keep compatible with other boards 2022-09-28 09:15:51 +08:00
Liu_Weichao e14fa6ff8e modify XiUOS DIR : (1.add plc_demo in APP_Framework/control_app; 2.add industrial_network、industrial_fieldbus and industrial_wlan; 3.add XiZi_AIoT and modify XiZi as XiZi_IIoT.) 2022-09-27 20:39:52 +08:00
wlyu 6603f121c6 support lcd demo on nuttx and optimize lt768 drivers 2022-09-27 18:19:50 +08:00
wlyu 485911f15f support lcd demo on application framework 2022-09-27 14:26:14 +08:00
Liu_Weichao dbca22a1a6 feat support PRIV_SHELL_CMD_FUNCTION to fit heterogeneous OS 2022-09-26 17:04:04 +08:00
wlyu dcc91fd4a9 added socket test command on nuttx 2022-09-26 14:36:37 +08:00
wlyu 3bc1cffa33 support socket demo on nuttx 2022-09-23 21:19:27 +08:00
wlyu bcff330830 support extra sdram test 2022-09-23 17:41:36 +08:00
xuedongliang 3bec8f496a support xiwangtong-arm32 board on XiZi from Liu_Weichao
it is OK
2022-09-16 14:30:10 +08:00
xuedongliang 414c82e83d 1、feat support ch438 function on aiit-riscv64-board and xidatong-riscv64; 2、support uart3 and uart4 on xidatong-arm32 board; 3、delete useless H file on xidatong-riscv64 board。
it is OK
2022-09-16 14:29:18 +08:00
TXuian 587ab693c1 comment debug print of i2c transfer errors. 2022-09-01 18:47:05 -07:00
TXuian 15c70aa2b8 fix i2c errors and add sensor interface. 2022-09-01 03:02:37 -07:00
TXuian c014727e2c fix i2c error, add senser interface. 2022-09-01 02:52:44 -07:00
Liu_Weichao b5b3cb9ca7 change SensorQuantityRead with SensorQuantityReadValue for sensor framework 2022-08-31 10:54:54 +08:00
Liu_Weichao d1d41d3990 Merge branch 'prepare_for_master' of https://git.trustie.net/xuos/xiuos into xidatong 2022-08-08 10:51:03 +08:00
xuedongliang 3ec17025d1 add musl for XiUOS, support arm32 and riscv64 from Tu_yuyang
it is OK
2022-08-01 19:58:58 +08:00
xuedongliang c6bef5fbec update rt-thread bsp(xidatong riscv)and webnet from Tian_chunyu
it is OK
2022-08-01 19:57:27 +08:00
zhr 0b0b4c24ed add g8s sensor support Nuttx on stm32f407-discovery 2022-07-28 14:21:49 +08:00
zhr 21dce4f25e add g8s sensor support Nuttx on stm32f407-discovery 2022-07-26 18:43:39 +08:00
TXuian 1818e23744 add get touch coordinate function to xidatong-riscv64. 2022-07-15 01:08:18 -07:00
chunyexixiaoyu 6a9b9fba1a APP_Framework/Applications/: update the webnet version,custom development will can base on the version. 2022-07-14 11:32:52 +08:00
Liu_Weichao c5a0cbf95e Merge branch 'prepare_for_master' of https://git.trustie.net/xuos/xiuos into xidatong 2022-07-07 18:22:38 +08:00
Liu_Weichao c8fc05a0f9 add xiwangtong-arm32 board on XiZi/board/ 2022-06-24 16:45:15 +08:00
chunyexixiaoyu 3165f2f565 APP_Framework/Applications/: solve the bug that add the submodule. 2022-06-23 16:57:56 +08:00
chunyexixiaoyu 76039a8f02 APP_Framework/Applications/: add the webnet submodule. 2022-06-15 09:26:58 +08:00
chunyexixiaoyu 87fade218f APP_Framework/Applications/:add the compiling file about submodule 2022-06-15 09:14:51 +08:00
chunyexixiaoyu 65d7a2b1a0 APP_Framework/Applications/:update the configuration file. 2022-06-15 09:14:48 +08:00
Wang_Weigen c6c0a0f71b modify stack size of lvgl demo 2022-05-30 16:34:29 +08:00
Wang_Weigen ad309f90c1 delete info 2022-05-30 16:33:03 +08:00
Wang_Weigen 709fbc5a4b sync the upstream 2022-05-07 10:47:23 +08:00
Wang_Weigen 5338598158 add lcd driver for xidatong 2022-05-06 17:53:48 +08:00
zhangcaiqian de0aea025b Modify the priority of main function 2022-04-26 16:01:01 +08:00
xuedongliang f25a814f0f support auto mount sd card on nuttx for xidatong & support usb on nuttx for xidatong from Wang_guozhu 2022-04-11 11:27:26 +08:00
wgzAIIT 7621b08585 support auto mount sd card on nuttx for imxrt 2022-04-07 15:08:27 +08:00
wlyu ef28f3057a optimize plc motor test and fix the lwip mutex and sem error 2022-03-31 11:27:16 +08:00
wlyu 057a6d6bb4 Merge branch 'prepare_for_master' of https://gitlink.org.cn/xuos/xiuos into prepare_for_master 2022-03-30 18:33:44 +08:00
Liu_Weichao 0c0313e0f7 fix APP_Framework/Applications/app_test/test_spi_flash.c license error 2022-03-28 15:58:13 +08:00
wlyu 3b8c9a8ed4 format OPUCA codes and optimize demo cases 2022-03-23 19:21:44 +08:00
wgzAIIT 3d647fc6e6 Merge branch 'prepare_for_master' of https://git.trustie.net/xuos/xiuos into wgz 2022-03-23 15:16:11 +08:00
xuedongliang c8197adedf add CH438 driver for rt_thread from Wang_Weigen
it is OK
2022-03-22 17:25:59 +08:00
Wang_Weigen be221d902b repair the send peoblem for ch438 2022-03-22 14:00:34 +08:00
wgzAIIT 40d0320ef8 add qs-fx and qs-fs sensor support Nuttx on stm32f407-discovery 2022-03-21 19:04:18 +08:00
wlyu f13343bf0f merge codes 2022-03-21 17:29:25 +08:00
wlyu f74d1dafd7 optimize the codes with lwip and opcua 2022-03-21 16:47:32 +08:00
Wang_Weigen ec7b594345 repair ch438 driver 2022-03-21 16:19:57 +08:00
wgzAIIT dbca4aa6af support mulan on nuttx 2022-03-21 09:34:32 +08:00
wlyu 4843ff9e61 support control json file 2022-03-17 15:33:37 +08:00
wlyu 58390d6ee4 1. optimize plc relative codes
2. fixed ShowChannel exception
3. optimize RTC codes
4. compatible memory lds with USB
2022-03-09 17:47:53 +08:00
wlyu 30ab8676f1 merge codes 2022-03-09 16:06:27 +08:00
xuedongliang 07ba66611d feat add sensor device support for sensor framework from Liu_weichao
it is OK
2022-03-09 09:37:19 +08:00
xuedongliang 5ab2afe54e add embedded database lib (flashdb)
it is OK
2022-03-09 09:35:53 +08:00
Liu_Weichao c6b5d051a3 feat add co2_g8s for sensor framework 2022-03-08 16:39:21 +08:00
Liu_Weichao 68f92a45ed feat add altitude_bmp180 for sensor framework 2022-03-08 16:26:30 +08:00
Liu_Weichao 6be4d4b5ca feat add winddirection_qs_fx and windspeed_qs_fs for sensor framework 2022-03-08 16:15:38 +08:00
WentaoWong d9b539b51d APP_Framework/Applications/:add README of CMSIS-NN vegetable classify example 2022-03-07 09:44:43 +08:00
WentaoWong 06143fb284 APP_Framework/Applications/:add CMSIS-NN vegetable classify example 2022-03-07 09:42:07 +08:00
WentaoWong 4c9a838011 APP_Framework/Applications/:add configuration file about CMSIS-NN vegetable classify example 2022-03-07 09:41:40 +08:00
chunyexixiaoyu 0eb0efc151 APP_Framework/Applications/:add flashdb app source code 2022-03-04 16:00:37 +08:00
chunyexixiaoyu 0ff79809e8 APP_Framework/Applications/:add app flashdb configuration file 2022-03-04 15:59:35 +08:00
wlyu 598f92babb optimize I2C and SPI codes and add rtc module 2022-03-04 15:54:43 +08:00
chunyexixiaoyu 6909bb2947 APP_Framework/lib/:add embeded database (flashdb) configuration file 2022-03-04 15:45:45 +08:00
wgz-code 46a8d5f9e5 Merge branch 'prepare_for_master' of https://git.trustie.net/xuos/xiuos into prepare_for_master 2022-03-04 12:08:33 +08:00
wgz-code 0501122537 support fft on aiit-riscv64-board for nuttx 2022-03-04 11:14:53 +08:00
wlyu 06b2ed5235 optimize OPCUA demo and PLC demo and added PLC channel instead of bus 2022-03-03 17:58:14 +08:00
Forsworns 3cf06cdcd8 Merge branch 'ethercat' into ethercat_resolve 2022-03-01 20:07:21 +08:00
Liu_Weichao 5078ff66cc feat modify XiUOS_Kernel dir from Ubiquitous/XiUOS to Ubiquitous/XiZi 2022-03-01 14:15:01 +08:00
Forsworns 392591e50d support software-defined ethercat 2022-02-28 10:27:30 +08:00
xuedongliang 287cd1bd89 add the NNOM (a Neural Network library specifically for microcontrollers)as a part of knowing framework add a example about nnom. update k210 yolov2 detect procedure from Tian_Chunyu
it is OK
2022-02-24 16:22:37 +08:00
chunyexixiaoyu a180b2a53b APP_Framework/Applications/: modify the label in the image.h 2022-02-21 17:34:10 +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 48dfa06f79 APP_Framework/Framework/:sovle the name error in the configuration files of CMSIS-NN 2022-02-18 14:38:46 +08:00
wlyu efd8999988 support adc bus 2022-02-16 18:01:25 +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
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
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
xuedongliang aa27dea6e9 update knowing framework and ov2640 dirver from Tian_Chunyu
it is OK
2022-01-27 22:31:57 +08:00
Liu_Weichao 7b32e213ce add sd card driver part for ok1052-c board 2022-01-26 17:14: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
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
Wang_Weigen bc1d8f574b sync upstream 2022-01-18 14:55:00 +08:00
xuedongliang 27657d6219 fixed opcua demo bug and show mac address
it is OK
2022-01-18 13:28:59 +08:00
wlyu 169c3c3c5d fixed socket bug and optimize with lwip flag and other codes 2022-01-17 15:21:15 +08:00
wlyu c0de7ca44c fixed the bug of lwip IRQ and optimize TCP and OPCUA demo 2022-01-12 18:49:36 +08:00
Wang_Weigen 3ca98f520d repair the compiler error of lvgl 2022-01-11 17:51:44 +08:00
Wang_Weigen aa63e53cbc sync upstream branch 2022-01-11 17:13:40 +08:00
Wang_Weigen c6458f1f1d add lvgl for xiuos 2022-01-11 17:11:17 +08:00
Liu_Weichao bac136c51d feat support DAC driver for aiit-arm32-board and stm32f407-st-discovery 2022-01-11 16:56:57 +08:00
wlyu bb0425d1b2 fixed the bug of UaGetInfo 2022-01-10 18:22:44 +08:00
wlyu 51de336db1 remove debug log and optimizing codes 2022-01-10 17:49:37 +08:00
Liu_Weichao d789b66ed2 Merge branch 'prepare_for_master' of https://git.trustie.net/xuos/xiuos into aiit_arm_drivers 2022-01-10 14:10:50 +08:00
Liu_Weichao 2e8383397b feat support ADC driver for aiit-arm32-board and stm32f407-st-discovery 2022-01-10 14:08:58 +08:00
xuedongliang 3a35bee743 support LWIP and demo from Wang_Linyu Liu_Kai Yang Peihao Wang_Weigen
it is OK
2022-01-07 22:00:32 +08:00