Commit Graph

1342 Commits

Author SHA1 Message Date
wlyu 3cddeb1985 support hc32 on nuttx 2022-10-25 18:08:35 +08:00
wgzAIIT bf916323e8 Merge pull request 'merge code' (#2) from develop into prepare_for_master 2022-10-25 17:45:55 +08:00
wgzAIIT 490d372b47 add touchnsh/defconfig 2022-10-25 17:41:08 +08:00
wlyu f1515ba075 Merge branch 'prepare_for_master' of https://gitlink.org.cn/xuos/xiuos into prepare_for_master 2022-10-25 17:06:58 +08:00
wgzAIIT 2ce43f3a1b Merge pull request 'merge code' (#1) from develop into prepare_for_master 2022-10-25 16:31:27 +08:00
wgzAIIT 6794cb03a8 support touch screen for xidatong-riscv64 on nuttx 2022-10-25 16:27:25 +08:00
Wang_Weigen 166f88fd46 add lcd and spi for edu_riscv64 board 2022-10-25 14:26:33 +08:00
Wang_Weigen db2faeeba6 Merge branch 'prepare_for_master' of https://git.trustie.net/xuos/xiuos into develop 2022-10-24 10:06:50 +08:00
wgzAIIT c815bb3b6e support gpio on k210 on nuttx 2022-10-21 18:13:41 +08:00
wgzAIIT df32ed24ed change nsh_Applicationscmd.c 2022-10-20 16:45:14 +08:00
wgzAIIT 0f2f2028ca Merge branch 'prepare_for_master' of https://git.trustie.net/xuos/xiuos into develp 2022-10-20 16:36:38 +08:00
wgzAIIT a4f183c62a resolve Conflicts 2022-10-20 16:35:05 +08:00
xuedongliang a11ff29402 support lcd test on xidatong-arm32 support wifi test on xidatong-arm32 support ethernet test on xidatong-arm32 on nuttx from Wang_linyu
it is OK
2022-10-20 16:13:50 +08:00
Liu_Weichao e26c93a666 fix heap memory error : start from _bss_end and conflict with stack segment 2022-10-19 14:27:44 +08:00
Liu_Weichao 9802c89fd6 feat add third_party_driver/sdio for hc32f4a0 board 2022-10-18 17:27:30 +08:00
Liu_Weichao 700a07bc84 feat add third_party_driver/spi for hc32f4a0 board, compile OK 2022-10-18 15:03:44 +08:00
Wang_Weigen f2e633348a add rtc wdt timer for xidatong-riscv64 board 2022-10-18 10:01:39 +08:00
wgzAIIT 64da177d6a Merge branch 'prepare_for_master' of https://git.trustie.net/xuos/xiuos into develop 2022-10-17 18:21:09 +08:00
wgzAIIT deb247165a add ch376 and w5500 defconfig 2022-10-17 18:16:28 +08:00
wgzAIIT b7a3657c83 add w5500 cmd to nuttx shell 2022-10-17 17:22:28 +08:00
Liu_Weichao 37bdc4a33f fix spi CS init param error on aiit-riscv64\K210-emulator\kd233 board 2022-10-17 16:57:18 +08:00
Wang_Weigen 9c15e587c4 add edu-riscv64 board for xizi 2022-10-17 16:14:36 +08:00
Liu_Weichao c612502cdc Merge branch 'prepare_for_master' of https://git.trustie.net/xuos/xiuos into control_framework 2022-10-17 14:25:50 +08:00
wgzAIIT f573bc391c add w5500 for xidatong-riscv64 2022-10-17 11:28:16 +08:00
wgzAIIT ba84afb179 add w5500 for xidatong-riscv64 2022-10-14 18:08:41 +08:00
wlyu 5c4cf7aba8 merge the code 2022-10-14 16:58:00 +08:00
wlyu 2b099b8bf5 support lcd and wifi and ethernet test on xidatong-arm32 2022-10-14 16:57:30 +08:00
wgzAIIT 256857b6c5 move gpio define to board.h on xidatong-riscv64 2022-10-14 16:57:21 +08:00
xuedongliang 43fdd542da Migrate Mbedtls to support board ok1052-c
it is OK
2022-10-14 16:25:29 +08:00
wlyu 891addbfc0 fixed the bug of wifi test losing parameter 2022-10-13 20:12:02 +08:00
wgzAIIT b073c38035 add ch376 usb and sd card demo on xidatong-riscv64 2022-10-12 12:40:33 +08:00
wgzAIIT 0f1d2a4868 add ch376 usb demo on xidatong-riscv64 2022-10-11 21:16:40 +08:00
wlyu a1ddea8e5e optimize extsram test output 2022-10-10 20:43:37 +08:00
wlyu b65663af4c change extrasram_test name with ExtramTest 2022-10-10 20:21:53 +08:00
wlyu 32fc849390 Merge branch 'prepare_for_master' of https://gitlink.org.cn/xuos/xiuos into prepare_for_master 2022-10-10 17:22:30 +08:00
wgzAIIT 540c9a84d5 add esp8285 wifi on nuttx for xidatong-riscv64 2022-10-10 16:23:42 +08:00
wgzAIIT 9fcd539f1b add ch376 for xidatong-riscv64 2022-10-10 09:26:36 +08:00
Liu_Weichao 012fc146cc fix hifive1-emulator compile error : enable work_queen 2022-10-08 14:52:16 +08:00
xuedongliang 0b4a3ec960 support Ch376 for xidatong-riscv64 in XiZi Kernel
it is OK
2022-10-07 11:30:00 +08:00
xuedongliang 7b17d191fb add Ethernet for imxrt1176 from Wang_weigen
it is OK
2022-10-07 11:28:32 +08:00
Ruoqing He 7079f86acb Add SHA1, SHA256, AES CBC and etc. tests for MBed-TLS, modified kconfig to enable selection of
whether to compile test code when build for board ok1052-c.
2022-10-04 03:37:35 -07:00
wlyu 7dc887e516 fixed the bug of compilation following adapter zigbee change 2022-09-28 20:07:54 +08:00
wlyu ecba6148cb fixed the bug of wifi test on nuttx and remove warning 2022-09-28 19:45:32 +08:00
wlyu 48250b7285 optimize socket demo on nuttx 2022-09-28 15:19:01 +08:00
wgzAIIT 32b54cee33 add GPIO_WIFI_EN register and change PrivSerialIoctl 2022-09-28 14:32:14 +08:00
zhaoyun1215 cd850b90cd support Ch376 for xidatong-riscv64 in XiZi Kernel 2022-09-27 22:47:17 -07:00
wlyu 7052951624 merge codes 2022-09-28 10:33:06 +08:00
wlyu 51f346e935 fixed udp tcp failed to receive and send bug on nuttx 2022-09-28 10:21:11 +08:00
Wang_Weigen a154353bbe sync the upstream branch 2022-09-28 09:51:12 +08:00
wgzAIIT 3fa418120c support Adapter4G for xidatong-riscv64 on nuttx
support mulan on nuttx
2022-09-28 09:51:01 +08:00