Liu_Weichao
|
87dc5269ee
|
fix fpu-config error by set -mfloat-abi=softfp in hc32f4a0
|
2023-05-10 14:39:16 +08: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
|
6b41cdbcfe
|
Merge branch 'prepare_for_master' of https://gitlink.org.cn/xuos/xiuos into lorawan_develop
|
2023-04-14 14:05:31 +08:00 |
|
Jeremy
|
a3377c21b6
|
fix #260 pbuf assert
|
2023-03-30 10:26:11 +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 |
|
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 |
|
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 |
|
Liu_Weichao
|
9ad282c39e
|
feat support LwIP in hc32f4a0 board
|
2023-01-06 10:17:24 +08:00 |
|
Liu_Weichao
|
b933e0decb
|
fix spi6 io define error on hc32f4a0 board
|
2022-12-21 12:07:47 +08:00 |
|
Liu_Weichao
|
465241e569
|
feat add ethernet driver for hc32f4a0 board, compile OK and PHY Loop-Back test OK
|
2022-12-05 17:46:56 +08:00 |
|
Liu_Weichao
|
dc8244cc5d
|
feat add gpio for hc32f4a0 board
|
2022-12-05 11:23:56 +08:00 |
|
Liu_Weichao
|
d0902ca37f
|
feat add i2c driver for hc32f4a0 board
|
2022-12-05 11:01:47 +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 |
|
Liu_Weichao
|
9a818b1ef4
|
feat add third_party_driver/usb for hc32f4a0 board, compile OK
|
2022-11-08 14:15:23 +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
|
0504cf0e48
|
feat add third_party_driver/spi/lora for hc32f4a0 board, init function OK
|
2022-11-01 17:40:53 +08:00 |
|
Liu_Weichao
|
2d7d5d121d
|
feat add third_party_driver/spi for hc32f4a0 board, write and read function OK
|
2022-10-31 15:11:39 +08:00 |
|
Liu_Weichao
|
e26c93a666
|
fix heap memory error : start from _bss_end and conflict with stack segment
|
2022-10-19 14:27:44 +08:00 |
|
Liu_Weichao
|
9802c89fd6
|
feat add third_party_driver/sdio for hc32f4a0 board
|
2022-10-18 17:27:30 +08:00 |
|
Liu_Weichao
|
700a07bc84
|
feat add third_party_driver/spi for hc32f4a0 board, compile OK
|
2022-10-18 15:03:44 +08:00 |
|
Liu_Weichao
|
e14fa6ff8e
|
modify XiUOS DIR : (1.add plc_demo in APP_Framework/control_app; 2.add industrial_network、industrial_fieldbus and industrial_wlan; 3.add XiZi_AIoT and modify XiZi as XiZi_IIoT.)
|
2022-09-27 20:39:52 +08:00 |
|