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
wgzAIIT
8bc7546828
support ota function for xidatong-arm32
2023-04-20 15:34:19 +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
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
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
wgzAIIT
0996e47b88
optimize w5500 socket test cmd for edu-riscv64 board
2023-02-27 16:59:08 +08:00
xuedongliang
779444f998
add timer and flash and can drivers with test examples for hc32f4a0 in XiZi_IIoT from Wu_zheng
...
it is OK
2023-02-27 12:13:39 +08:00
wuzheng
918b3663b8
fix kconfig issue for tfcard drivered by soft-spi
2023-02-24 19:52:11 +08:00
wuzheng
eed171df2a
path_kernel.mk update
2023-02-24 16:00:46 +08:00
wgzAIIT
a286b2292f
Merge branch 'prepare_for_master' of https://gitlink.org.cn/xuos/xiuos into develop
2023-02-24 14:14:59 +08:00
wgzAIIT
1655d28d63
optimize w5500 socket test cmd for edu-riscv64 board
2023-02-24 13:51:36 +08:00
xuedongliang
5dc639a133
add ADC and DAC driver for hc32f4a0 on XiZi_IIOT from Zhao_yun
...
it is OK
2023-02-24 10:49:36 +08:00
wuzheng
10c39d930c
add cpp support for hc32f4a0
2023-02-22 15:15:40 +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
zhaoyun1215
1b73886dbc
add adc and dac drivers for hc32f4a0 in XiZi Kernel
2023-02-14 18:04:49 -08:00
zhaoyun1215
3a5d63762b
add adc and dac drivers for hc32f4a0 in XiZi Kernel
2023-02-09 00:43:15 -08:00
zhaoyun1215
3950a6ec28
add adc and dac drivers for hc32f4a0 in XiZi Kernel
2023-02-09 00:41:24 -08:00
wuzheng
ba51d8ba8e
fix bugs for gpio interrupt in hc32f4a0 for XiZi_IIOT
2023-02-09 10:59:17 +08:00
wuzheng
c88ce9d708
fix bugs in hc32f4a0 GPIO driver
2023-02-08 09:20:58 +08:00
wuzheng
bfe1e72378
Format rtc and watchdog driver for hc32
2023-02-07 16:48:52 +08:00
wuzheng
e6fa8a2603
code simplified and delete some unused
2023-02-06 16:34:46 +08:00
wuzheng
3a6b5d7f4f
fix file log error
2023-02-03 09:50:21 +08:00
wuzheng
8632d37d14
fix the file time log error
2023-02-03 09:48:11 +08:00
wuzheng
bcb5e48d6a
adapt watchdog driver for hc32f4a0
2023-02-03 09:45:20 +08:00
wuzheng
d2e6719a0e
adapt rtc driver for hc32f4a0
2023-02-02 18:01:24 +08:00
xuedongliang
ff78fcc100
1、add menuconfig and compilation function for XiZi_AIoT; 2、add isr function and machine start for imxrt6q-sabrelite from Wang_Weigen
...
it is OK
2023-01-18 15:08:00 +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
55654af275
fix serial receive data bug in control framework on xidatong-arm32 board
2023-01-13 15:35:34 +08:00
Liu_Weichao
8001b07341
fix Calculte error
2023-01-10 17:49:20 +08:00
Liu_Weichao
c621db2ca7
add imxrt1052 board mdelay function
2023-01-10 17:21:10 +08:00
Liu_Weichao
9ad282c39e
feat support LwIP in hc32f4a0 board
2023-01-06 10:17:24 +08:00
WuZheng
9f6419e5f6
fix dvp-read problem caused by driver adaptation
2022-12-23 09:09:54 +08:00
Liu_Weichao
b933e0decb
fix spi6 io define error on hc32f4a0 board
2022-12-21 12:07:47 +08:00
Wang_Weigen
4f7f98b0e9
add armv7-a start file
2022-12-19 16:33:25 +08:00
WuZheng
38c4419ef9
add KPU driver and resource in XiZi for edu-riscv64
2022-12-19 14:13:54 +08:00
Liu_Weichao
bc014769f5
1、fix modbus_tcp socket bug;2、fix ch438 init error on xidatong-arm32 board
2022-12-16 10:58:26 +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
1864f39dd2
fix bugs in multi-blocks read meeting '0xFE' CRCs
2022-12-14 17:35:10 +08:00
WuZheng
5a64507a84
Merge branch 'prepare_for_master' of https://gitlink.org.cn/xuos/xiuos into prepare_for_master
2022-12-13 17:04:42 +08:00
wuzheng
6a89a12c49
temporarily adapt kpu for XiZi
2022-12-12 16:24:54 +08:00
wuzheng
04dc796f95
fix problems in client recv
2022-12-12 16:22:36 +08:00
xuedongliang
a3094c1dd6
repaire the k210 start failed problem caused by float sub operation at boot.S from Wang_weigen
...
it is OK
2022-12-09 14:22:19 +08:00
wuzheng
2df54e7f41
fix some bugs for sd read
2022-12-09 13:57:01 +08:00