xuedongliang
|
2a01ff712d
|
add w5500 support to xidatong-riscv64 and edu-riscv64 from Tu_Yuyang
it is OK
|
2022-11-24 14:27:29 +08:00 |
TXuian
|
1061ce4dff
|
Merge remote-tracking branch 'upstream/prepare_for_master' into prepare_for_master
|
2022-11-22 08:03:14 -08:00 |
TXuian
|
0d93a91829
|
add support to edu.
|
2022-11-21 19:38:18 -08:00 |
TXuian
|
7145cd6920
|
update w5500 functions.
|
2022-11-21 19:07:50 -08:00 |
xuedongliang
|
164614a75a
|
add touch for edu-riscv64 board from Wang_weigen
it is OK
|
2022-11-16 15:23:34 +08:00 |
xuedongliang
|
75259c4006
|
1、support musl libc on nuttx and add test case on xidatong-arm32 2、register lcd device on xidatong-riscv64 on nuttx
it is OK
|
2022-11-16 15:23:05 +08:00 |
xuedongliang
|
992b8f62ab
|
soft-SPI driver for edu-riscv64,which mainly for SDcard. edu-riscv64 examples including filesystem/RS485/gpio/loraE220/RTC from Wu_zheng
it is OK
|
2022-11-16 15:22:09 +08:00 |
xuedongliang
|
afc27bce65
|
1、support SDIO driver and mount FAT-FS; 2、support SPI driver; 3、support SPI-LoRa driver; 4、fix heap memory error : start from _bss_end and conflict with stack segment
it is OK
|
2022-11-16 15:21:08 +08:00 |
Wang_Weigen
|
96baeb9482
|
add new files for armv7-a
|
2022-11-16 10:58:56 +08:00 |
TXuian
|
2a07e463f6
|
add w5500 support
|
2022-11-15 17:40:51 -08:00 |
TXuian
|
629e8893e3
|
add w5500 support.
|
2022-11-15 07:45:21 -08:00 |
wuzheng
|
f22fbc3c94
|
example for edu-riscv64:watchdog,lcd and timer
|
2022-11-15 15:47:48 +08:00 |
Wang_Weigen
|
14f0e442ad
|
fix compile error
|
2022-11-15 14:09:03 +08:00 |
Liu_Weichao
|
452699ac02
|
feat add third_party_driver/usb for hc32f4a0 board, support Mount file-system
|
2022-11-14 16:05:26 +08:00 |
wgzAIIT
|
77bae67322
|
Merge pull request 'merge code' (#20) from develop into prepare_for_master
|
2022-11-14 15:22:39 +08:00 |
wgzAIIT
|
02cbcf2b23
|
fix touch problem
|
2022-11-14 15:20:03 +08:00 |
wgzAIIT
|
2bfd6c9aaa
|
Merge pull request 'merge code' (#18) from develop into prepare_for_master
|
2022-11-14 09:56:41 +08:00 |
wgzAIIT
|
8bb59ddf3a
|
Resolve kconfig warnning
|
2022-11-14 09:53:33 +08:00 |
wuzheng
|
8c929ba701
|
rs485 test example
|
2022-11-11 20:29:35 +08:00 |
wuzheng
|
e7175c2745
|
add edu-riscv64 RTC test example
|
2022-11-11 17:39:03 +08:00 |
wuzheng
|
e746639f8a
|
add edu-riscv64 lora example and fix name problem
|
2022-11-11 15:32:38 +08:00 |
Wang_Weigen
|
d89e018d33
|
add touch for edu-riscv64 board
|
2022-11-11 11:13:56 +08:00 |
wgzAIIT
|
c7c7e700ca
|
Merge pull request 'merge code' (#16) from develop into prepare_for_master
|
2022-11-10 14:45:25 +08:00 |
wgzAIIT
|
5d6aa56f29
|
support can and add test case for xidatong-riscv64 on nuttx
|
2022-11-10 14:37:54 +08:00 |
wuzheng
|
00b39cdd55
|
gpio test sample for edu-riscv64
|
2022-11-10 10:20:20 +08:00 |
wuzheng
|
b8cf052d49
|
test framework
|
2022-11-09 20:45:44 +08:00 |
wuzheng
|
d3836f1a6f
|
softspi driver and its app test
|
2022-11-09 19:23:12 +08:00 |
wgzAIIT
|
33984d8872
|
Merge pull request 'merge code' (#15) from develop into prepare_for_master
|
2022-11-09 18:37:30 +08:00 |
wgzAIIT
|
2bc1de068c
|
change ch376_demo.c
|
2022-11-09 18:07:48 +08:00 |
wgzAIIT
|
4f15f1e70b
|
add usbnsh/defconfig and sdnsh/defconfig
|
2022-11-09 16:48:18 +08:00 |
wgzAIIT
|
d6495c03d2
|
Merge pull request 'merge code' (#14) from develop into prepare_for_master
|
2022-11-09 08:55:59 +08:00 |
Liu_Weichao
|
696c9f6fe0
|
fix MountUsb function error
|
2022-11-08 17:02:39 +08:00 |
Liu_Weichao
|
9a818b1ef4
|
feat add third_party_driver/usb for hc32f4a0 board, compile OK
|
2022-11-08 14:15:23 +08:00 |
wgzAIIT
|
b5e08c5d43
|
support musl libc on nuttx and add test case
|
2022-11-08 13:57:46 +08:00 |
Liu_Weichao
|
636f803b7b
|
modify usb init position into board.c from init.c
|
2022-11-08 11:27:06 +08:00 |
wgzAIIT
|
51ebd8f604
|
register lcd device on xidatong-riscv64 on nuttx
|
2022-11-07 16:45:00 +08:00 |
Liu_Weichao
|
5f4922866e
|
modify hc32f4a0 console usart as usart3
|
2022-11-03 09:31:34 +08:00 |
Liu_Weichao
|
d0e42a9b51
|
feat add third_party_driver/spi/lora for hc32f4a0 board, send and receive function OK
|
2022-11-02 17:23:07 +08:00 |
Liu_Weichao
|
107913cb61
|
Merge branch 'prepare_for_master' of https://gitlink.org.cn/xuos/xiuos into hc32f4a0_driver
|
2022-11-02 17:22:06 +08:00 |
wgzAIIT
|
7361d1c65f
|
Merge pull request 'merge code' (#10) from develop into prepare_for_master
|
2022-11-02 15:09:58 +08:00 |
wgzAIIT
|
9965ce4c43
|
register lcd device on riscv64 on nuttx
|
2022-11-02 14:43:58 +08:00 |
wgzAIIT
|
a39bc41597
|
Merge branch 'prepare_for_master' of https://git.trustie.net/xuos/xiuos into prepare_for_master
|
2022-11-02 09:34:43 +08:00 |
wgzAIIT
|
3352d4be6b
|
add hc32 dir
|
2022-11-02 09:33:03 +08:00 |
wgzAIIT
|
485555b3a2
|
Merge branch 'prepare_for_master' of https://gitlink.org.cn/wgzAIIT/xiuos into prepare_for_master
|
2022-11-02 09:18:23 +08:00 |
wgzAIIT
|
0bb057c642
|
register_driver lcd device on riscv64 on nuttx
|
2022-11-02 09:18:04 +08:00 |
xuedongliang
|
094986ac76
|
modify XiZi_AIoT DIR from Liu_weichao
it is OK
|
2022-11-01 19:12:01 +08:00 |
Liu_Weichao
|
2e383f0c85
|
modify XiZi_AIoT DIR
|
2022-11-01 18:33:04 +08:00 |
xuedongliang
|
3c7f322fca
|
1、add edu-riscv64 board for xizi;2、add microkernel dir for xizi
it is OK
|
2022-11-01 17:48:27 +08:00 |
Liu_Weichao
|
0504cf0e48
|
feat add third_party_driver/spi/lora for hc32f4a0 board, init function OK
|
2022-11-01 17:40:53 +08:00 |
Liu_Weichao
|
234f4fc2ed
|
Merge branch 'prepare_for_master' of https://gitlink.org.cn/xuos/xiuos into hc32f4a0_driver
|
2022-11-01 17:39:40 +08:00 |