Commit Graph

46 Commits

Author SHA1 Message Date
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 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 06ed03337a add camera driver and examples for edu-riscv64 2022-11-18 20:20:34 +08:00
wuzheng e7175c2745 add edu-riscv64 RTC test example 2022-11-11 17:39:03 +08:00
Liu_Weichao dbca22a1a6 feat support PRIV_SHELL_CMD_FUNCTION to fit heterogeneous OS 2022-09-26 17:04:04 +08:00
Liu_Weichao 8df0563e64 add is_ext_uart in serial_cfg for framework 2022-08-26 14:43:27 +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
Jiacheng Shi b0e6e4fe49 minor: fix some bugs 2022-06-22 20:10:31 +08:00
Jiacheng Shi 68179bec6c powerlink: build demo_mn_console and demo_cn_console 2022-06-22 20:10:27 +08:00
Jiacheng Shi b7648f0f08 powerlink: build liboplkmn.a and liboplkcn.a 2022-06-22 20:09:24 +08:00
Wang_Weigen d57d8e0a4d repair the timeout problem of i2c interrupt for xidatong 2022-06-02 15:53:24 +08:00
Wang_Weigen 2bd07aa244 1、add i2c driver for xidatong;2、add touch driver for xidatong;3、add input device for lvgl;4、repair interrupt for m7;5、repair startup sequence for xidatong 2022-05-30 16:19:38 +08:00
Liu_Weichao 67666c1707 feat add watchdog on xidatong board 2022-05-06 15:58:01 +08:00
Liu_Weichao 808f00ade1 feat add sem obtain wait_time and modify e220 lora receive len operation 2022-04-26 17:57:32 +08:00
Liu_Weichao 5078ff66cc feat modify XiUOS_Kernel dir from Ubiquitous/XiUOS to Ubiquitous/XiZi 2022-03-01 14:15:01 +08:00