Liu_Weichao
|
dfa6b664ac
|
feat add SQLite, compile OK
|
2023-10-25 16:07:23 +08:00 |
Liu_Weichao
|
d4b47088d2
|
update lorawan submodule, fix create event bug
|
2023-10-12 19:56:32 +08:00 |
Liu_Weichao
|
f962cf6919
|
fix timer bug in posix_support for XiZi kernel
|
2023-10-11 09:34:14 +08:00 |
Liu_Weichao
|
ca0ef77764
|
fix timer callback bug
|
2023-10-10 13:23:05 +08:00 |
Liu_Weichao
|
58fe8fc887
|
feat support set task name using PrivTaskCreate in XiZi
|
2023-09-27 17:05:27 +08:00 |
涂煜洋
|
31b939fbb8
|
Fit w5500 to lwip, fix some unintialized params and printf warning.
|
2023-09-06 11:12:42 +08:00 |
涂煜洋
|
219575898a
|
23/08/03 Add Netdev to xidatong-arm32
|
2023-08-03 20:08:01 +08:00 |
涂煜洋
|
0307fb2671
|
23/07/27 1.Add netdev module and for edu-arm32, fit Lwip to it; 2.Fit Webnet to edu-arm32;
|
2023-08-03 18:53:16 +08:00 |
Liu_Weichao
|
7691b90abb
|
feat fix FEATURES error in Kconfig and Makefile
|
2023-06-27 09:51:07 +08:00 |
Liu_Weichao
|
089f9c8975
|
fix cortex-m3-emulator start shell failure and fix compile error when using gcc -with-newlib param
|
2023-05-22 20:21:50 +08:00 |
Liu_Weichao
|
3d9160fa44
|
fix compile error in pthread_arm.h
|
2023-04-14 14:06:18 +08:00 |
Liu_Weichao
|
6b41cdbcfe
|
Merge branch 'prepare_for_master' of https://gitlink.org.cn/xuos/xiuos into lorawan_develop
|
2023-04-14 14:05:31 +08:00 |
xuedongliang
|
e6390ecf73
|
add tinyttf engine for xidatong-arm32 from huchao
it is OK
|
2023-04-13 12:01:01 +08:00 |
Liu_Weichao
|
08388f1b11
|
1、updata lora_radio_driver submodules;2、fix radio define error in connect_lora_spi.c;3、fix ticks calculation bug in timer_settime。
|
2023-03-21 15:16:12 +08:00 |
Liu_Weichao
|
0a71b8b62a
|
fix timer set_time over-value error
|
2023-03-20 17:21:43 +08:00 |
huchao
|
cf1d5a234b
|
add tinyttf
|
2023-03-20 07:55:30 +00:00 |
Liu_Weichao
|
83d383feab
|
feat support event function for XiZi transform_layer
|
2023-03-20 14:49:40 +08:00 |
Liu_Weichao
|
1776223332
|
feat add spi type in transform_layer
|
2023-03-14 17:08:21 +08:00 |
Liu_Weichao
|
79edaf3d17
|
feat add flags for soft timer to choose ONCE or PERIODIC
|
2023-03-14 17:07:30 +08:00 |
Liu_Weichao
|
5e499bf975
|
add soft timer posix support in XiZi
|
2023-03-10 17:11:53 +08:00 |
Wang_Weigen
|
179c894840
|
Merge branch 'prepare_for_master' of https://git.trustie.net/xuos/xiuos into develop
|
2023-02-28 17:20:51 +08:00 |
Wang_Weigen
|
5ae31a37f3
|
repair the compiler error of the configuration with Seperating compiler or musl lib
|
2023-02-28 17:20:39 +08:00 |
wuzheng
|
73fbeea117
|
add can and flash driver for hc32f4a0 in XiZi_IIoT
|
2023-02-22 09:38:41 +08:00 |
wuzheng
|
002325c1d8
|
add flash and timer driver for hc32f4a0
|
2023-02-17 16:21:06 +08:00 |
xuedongliang
|
d1da6ae35b
|
1、feat add modbus tcp protocol for control framework; 2、fix spi6 io define error on hc32f4a0 board from Liu_Weichao
it is OK
|
2023-01-18 15:06:08 +08:00 |
Liu_Weichao
|
8001b07341
|
fix Calculte error
|
2023-01-10 17:49:20 +08:00 |
WuZheng
|
38c4419ef9
|
add KPU driver and resource in XiZi for edu-riscv64
|
2022-12-19 14:13:54 +08:00 |
WuZheng
|
5761bd0916
|
primarily unify dvp APIs with rt
|
2022-12-15 15:51:46 +08:00 |
WuZheng
|
186790f5ec
|
fix bugs camera buff unstable
|
2022-12-15 10:36:56 +08:00 |
wuzheng
|
6a89a12c49
|
temporarily adapt kpu for XiZi
|
2022-12-12 16:24:54 +08:00 |
wuzheng
|
2df54e7f41
|
fix some bugs for sd read
|
2022-12-09 13:57:01 +08:00 |
wuzheng
|
100fe8c2d0
|
add w5500 test example
|
2022-11-29 09:30:48 +08:00 |
wuzheng
|
7c252bda56
|
fix touch address error
|
2022-11-21 14:29:17 +08:00 |
wuzheng
|
e31199a104
|
Merge branch 'prepare_for_master' of https://gitlink.org.cn/xuos/xiuos into prepare_for_master
|
2022-11-21 11:30:48 +08:00 |
wuzheng
|
06ed03337a
|
add camera driver and examples for edu-riscv64
|
2022-11-18 20:20: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 |
wuzheng
|
e7175c2745
|
add edu-riscv64 RTC test example
|
2022-11-11 17:39:03 +08:00 |
wgzAIIT
|
51ebd8f604
|
register lcd device on xidatong-riscv64 on nuttx
|
2022-11-07 16:45:00 +08:00 |
wgzAIIT
|
9965ce4c43
|
register lcd device on riscv64 on nuttx
|
2022-11-02 14:43:58 +08:00 |
wgzAIIT
|
c541128122
|
Optimize lcd driver for xidatong-riscv64 on nuttx
|
2022-10-27 11:29:47 +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
|
32b54cee33
|
add GPIO_WIFI_EN register and change PrivSerialIoctl
|
2022-09-28 14:32:14 +08:00 |
Liu_Weichao
|
dbca22a1a6
|
feat support PRIV_SHELL_CMD_FUNCTION to fit heterogeneous OS
|
2022-09-26 17:04:04 +08:00 |
wgz-code
|
5759661e8c
|
add is_ext_uart in serial_cfg for framework for nuttx
|
2022-09-05 14:08:12 +08:00 |
Liu_Weichao
|
8df0563e64
|
add is_ext_uart in serial_cfg for framework
|
2022-08-26 14:43:27 +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 |
TXuian
|
cb4a9d03e0
|
fit musl for riscv64 boards.
|
2022-07-27 05:35:56 -07:00 |
TXuian
|
214cf55603
|
fit musl lib for arm boards.
|
2022-07-26 01:08:20 -07:00 |
chunyexixiaoyu
|
b585a6ae92
|
APP_Framework/Framework/:update the transform.h
|
2022-07-14 11:29:21 +08:00 |
chunyexixiaoyu
|
4ff3ad23f4
|
APP_Framework/Framework/:support message queue
|
2022-07-08 17:27:34 +08:00 |