wgzAIIT
1161db389d
add task module for XiZi_AIoT
2023-05-04 17:45:13 +08:00
huang
0ecb29c887
Add version rollback function for OTA
2023-05-04 13:38:16 +08:00
Wien.b
af665f9f29
modify siemens app readme
2023-04-27 02:54:02 -07:00
Wien.b
7b33905b3e
add siemens s7-1512 app readme
2023-04-27 02:34:22 -07:00
Wien.b
2ec0e796fe
add omron readme
2023-04-26 01:17:30 -07:00
Liu_Weichao
e231a29f5a
1、delete useless code in s7.c;2、fix hc32f4a0 compile error when using libs7.a。
2023-04-26 11:20:31 +08:00
Liu_Weichao
4f72b78b96
Merge branch 'control_framework' of https://gitlink.org.cn/IACU/xiuos into control_framework
2023-04-26 11:02:48 +08:00
Liu_Weichao
8ae4bce9a5
Merge branch 'prepare_for_master' of https://gitlink.org.cn/xuos/xiuos into control_framework
2023-04-26 10:50:45 +08:00
jqy1988
20d9a52bdb
add inovance am401 communication test readme file
2023-04-26 10:14:43 +08:00
jqy1988
b38e5c1c5c
add inovance am401 ethernet test app
2023-04-25 15:18:19 +08:00
wgzAIIT
54d6c01868
Merge pull request 'merge code' ( #9 ) from xidatong-arm32 into prepare_for_master
2023-04-24 19:22:42 +08:00
wgzAIIT
d24eb9a57c
Merge pull request 'merge code' ( #8 ) from xidatong-arm32 into develop
2023-04-24 19:22:03 +08:00
wgzAIIT
84f78b6435
Merge branch 'prepare_for_master' of https://gitlink.org.cn/xuos/xiuos into xidatong-arm32
2023-04-24 19:10:07 +08:00
xuedongliang
a894bc8940
feat add lorawan_radio_driver submodule and fix compile error from Liu_weichao
...
it is OK
2023-04-24 15:49:56 +08:00
wgzAIIT
3d16b694dd
Use the serial port iap method to burn the initial firmware under the bootloader
2023-04-24 10:24:56 +08:00
wgzAIIT
cfadebc3e8
Optimize OTA information structure and flash_write function
2023-04-23 16:33:22 +08:00
wgzAIIT
6074b2b147
Add function comments for flash related functions
2023-04-21 10:15:15 +08:00
Jeremy
692e010e0d
fix compile bug
2023-04-20 18:02:50 +08:00
wgzAIIT
8bc7546828
support ota function for xidatong-arm32
2023-04-20 15:34:19 +08:00
Wien.b
c63301a870
Modify S7 Protocol
2023-04-19 02:31:45 -07:00
Wien.b
94c6631a24
Add S7 protocol and a S7 App demo
2023-04-18 19:52:24 -07:00
Liu_Weichao
dc5537a64f
feat add lorawan submodule README.md and fix Kconfig compile error
2023-04-18 18:14:10 +08:00
Liu_Weichao
2b3f3de22e
feat add control device struct in control framework
2023-04-18 17:05:11 +08:00
wgzAIIT
a9deff5cd0
move UartConfig function to common.c
2023-04-18 15:38:52 +08:00
wgzAIIT
bbb8dd75f8
Add four macro definitions:
...
#define XIUOS_FLAH_ADDRESS 0x60100000
#define BAKUP_FLAH_ADDRESS 0x60300000
#define DOWN_FLAH_ADDRESS 0x60500000
#define FLAG_FLAH_ADDRESS 0x60700000
2023-04-17 18:36:47 +08:00
wgzAIIT
198fabf970
fix xidatong-arm32 NorFlash init bug
2023-04-17 15:08:10 +08:00
Jeremy
5677cd0768
Merge remote-tracking branch 'xuos/prepare_for_master' into prepare_for_master
2023-04-17 14:12:07 +08:00
Liu_Weichao
0c45a736d3
feat add bootloader in XiZi_IIoT/tool DIR
2023-04-14 14:07:48 +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
Wien.b
ba7e1a0d3b
new paragraph named xdh_60t4_e.c xsdh_60a32_e.c
2023-04-13 19:57:03 -07:00
Wien.b
0a58099c51
new paragraph named xdh_60t4_e.c xsdh_60a32_e.c omron_cp1l.c
2023-04-13 19:55:40 -07:00
xuedongliang
f0240eb702
1、fix compile bug;2、delete unused defconfig on nuttx;3、optimize w5500 socket test cmd for edu-riscv64 board from Wangguozhu
...
it is OK
2023-04-13 12:05:47 +08:00
xuedongliang
2db9716cc0
fix LwIP error on HC32F4A0
...
it is OK
2023-04-13 12:04:52 +08:00
xuedongliang
640c5e6f59
fix LCD error from Mo_Jiayang
...
it is OK
2023-04-13 12:03:10 +08:00
xuedongliang
e6390ecf73
add tinyttf engine for xidatong-arm32 from huchao
...
it is OK
2023-04-13 12:01:01 +08:00
xuedongliang
84f453d4ac
fix issue from soft-spi's Kconfig and complete cmsis-nn runtime for XiZi from Wuzheng
...
it is OK
2023-04-13 12:00:30 +08:00
xuedongliang
f33c50b97e
feat fix modbus-uart bugs for control_framework and add plc demo C files from Liu_weichao
...
it is Ok
2023-04-13 11:59:53 +08:00
xuedongliang
cc8f577ba4
repair the compiler error of the configuration with Seperating compiler or musl lib from Wangweigen
...
it is OK
2023-04-13 11:59:20 +08:00
wgzAIIT
85105cb65d
Upgrading binary packages by iap on xidatong-arm32
2023-04-13 09:57:08 +08:00
wgzAIIT
d615793063
1、Modifying Flash Partitions:
...
Bootloader:0x60000000-0x6007FFFF 512K
APP:0x60100000-0x601FFFFF 1024K
Backup:0x60300000-0x603FFFFF 1024K
Download:0x60500000-0x605FFFFF 1024K
OTAFlag:0x60700000-0x6071FFFF 128K
2、add four flash function:flash_erase,flash_write,flash_read and flash_copy
2023-04-12 08:29:57 +08:00
wgzAIIT
3819716568
Update flash-mcuboot-app.ld
2023-04-11 11:19:25 +08:00
Wang_Weigen
60e1c1bf8f
add part of bsp for sabre lite board
2023-04-07 16:23:09 +08:00
wgzAIIT
669ef1eb2b
1、feat add link-bootloader.lds[start from 0x60000000] and link-application.lds[start from 0x60040000];
...
2、support BSP_USING_OTA MCUBOOT_BOOTLOADER and MCUBOOT_APPLICATION in xidatong-arm32/Kconfig;
3、support compile XiZi-xidatong-arm32-boot.bin when enable MCUBOOT_BOOTLOADER and XiZi-xidatong-arm32-app.bin when enable MCUBOOT_APPLICATION;
4、add QSPIFlash function for xidatong-arm32。
2023-04-04 15:47:34 +08:00
Liu_Weichao
95b049e636
feat support lorawan_devicenode submodule
2023-03-31 14:14:54 +08:00
Jeremy
a3377c21b6
fix #260 pbuf assert
2023-03-30 10:26:11 +08:00
Jeremy
8a589d0eaa
fix:test_lcd_edu.c draw line mem overread
2023-03-27 10:44:55 +08:00
Liu_Weichao
58057e0b5e
feat add lorawan_devicenode submodule
2023-03-22 16:50:34 +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
wgzAIIT
0a3ba23753
add flash-mcuboot-app.ld file copy from flash-ocram.ld
2023-03-20 18:09:14 +08:00