Fan Yang
|
c21ba6985d
|
Fix compiling eror in hpmicro bsp (#8889)
- added 'DEVICE' to rtconfig.py
- fixed compiling error cuased by change in interrupt_gcc.S
Signed-off-by: Fan YANG <fan.yang@hpmicro.com>
|
2024-04-30 20:11:47 +08:00 |
sheltonyu
|
0ccc315bce
|
[bsp/at32] add support at32a403a/a423 series and fix driver issues(uart/dma)
|
2024-04-30 01:11:18 -04:00 |
LZerro
|
f190cba0ab
|
[i2c] adjust the timing for I2C initialization
|
2024-04-29 20:46:12 -04:00 |
LZerro
|
a92f971267
|
[spi] soft_spi_pin_init loop variable is initialized to 0
The loop variable in the function 'drv_soft_spi:xx_pin_init()' is initialized to 0.
|
2024-04-29 17:49:20 -04:00 |
chengy2
|
2aa66b1b4e
|
[HC32] support HC32F472 & remove residual files
|
2024-04-29 17:48:47 -04:00 |
flyingcys
|
7890e2cb14
|
[bsp/cvitek]add eth driver
|
2024-04-29 17:47:50 -04:00 |
Meco Man
|
e548a99da4
|
[ci] set at_device package as strict mode
|
2024-04-29 10:56:05 +08:00 |
flyingcys
|
aee6048a53
|
[bsp/cvitek]update cvitek sdhci drvier (#8874)
update cvitek sdhci drvier
|
2024-04-28 23:07:42 +08:00 |
xiao-mang
|
bc774190f2
|
enable poll (#8867)
config poll
|
2024-04-26 22:25:04 +08:00 |
SCZeiDan
|
7ca2ebc51a
|
[bsp][stm32] fix bugs of i2c hardware drivers
在STM32F429IGTx设备上使用硬件i2c驱动程序师遇到以下几个问题:
语法错误:drv_hard_i2c.c 行67、68中i2c_handle未正常替换过来,估计是上个版本对变量重命名后因为宏定义忽略了此处修改;
语法错误:drv_hard_i2c.c 行326中缺少一个"}"导致编译出错;
初始化i2c设备过程中对双地址选项进行设置时(i2c_handle->Init.OwnAddress2Masks = I2C_OA2_NOMASK),STM32F4系列SOC没有这个配置定义,于是我直接将双地址模式关闭了(i2c_handle->Init.DualAddressMode = I2C_DUALADDRESS_DISABLE);
初始化i2c设备(DMA方式)过程中发现i2c_hard_config.h文件中未定义DMA通道配置;
主要补丁如下:
修复硬件i2c驱动代码中语法错误(drv_hard_i2c.c行67、68、326);
关闭默认i2c双地址模式(drv_hard_i2c.c行75:I2C_DUALADDRESS_DISABLE);
添加硬件i2c驱动配置文件DMA相关配置项,增加对SOC_SERIES_STM32F2、SOC_SERIES_STM32F4、SOC_SERIES_STM32F7系列芯片配置DMA_CHANNEL的适配
|
2024-04-24 01:42:03 -04:00 |
flyingcys
|
2c8c4ccc47
|
[bsp]support cvitek sdhci drvier (#8849)
support cvitek sdhci drvier
|
2024-04-24 05:40:22 +08:00 |
liYangYang
|
62544df564
|
[bsp][cvitek] Initialize the Milk-V Duo 256M using the device tree (#8841)
Initialize the board using the device tree
|
2024-04-23 23:09:45 +08:00 |
wdfk-prog
|
184bfb447b
|
[STM32][SPI-DMA]特定条件下接收错误
|
2024-04-22 21:15:38 -04:00 |
Rbb666
|
e50f064bda
|
[bsp][renesas]Link script adds finsh related sections. (#8837)
|
2024-04-22 11:55:45 +08:00 |
liYangYang
|
f13220d911
|
[bsp][cvitek] Milk-V Duo 256M Supports running ARM large core and RISCV small core
支持将rtthread.bin和dtb文件合成boot.sd文件,使用uboot直接通过bootcmd命令启动rtthread内核。
支持构建带有小核riscv程序的fip.bin文件,保证在运行arm大核的同时运行小核的riscv程序。
|
2024-04-21 09:52:47 -04:00 |
latercomer
|
3ff2b08d82
|
[clang-format] 增加clang-format格式化配置,通过ide或者手动运行tools/run-clang-format.py进行代码自动格式化
|
2024-04-21 01:18:37 -04:00 |
latercomer
|
299f6e8ece
|
[bsp][acm32]format utf-8
|
2024-04-21 01:18:37 -04:00 |
Siwei Xu
|
3f434feec9
|
[bsp][nxp] Add select BSP_USING_PIN for SPI and RW007 driver
|
2024-04-20 23:46:39 -04:00 |
Meco Man
|
d68e47eb25
|
[klibc] organize and renmae macros, and add CI check
|
2024-04-20 21:52:49 -04:00 |
Shell
|
8c4db32d04
|
fixup: debug
|
2024-04-19 21:30:12 -04:00 |
xiao-mang
|
4ea463d83f
|
fix for art-pi smart
|
2024-04-19 18:17:20 +08:00 |
xiao-mang
|
98204c249b
|
fix for art-pi smart
|
2024-04-19 18:17:20 +08:00 |
xiao-mang
|
4de96450be
|
fix for art-pi smart
|
2024-04-19 18:17:20 +08:00 |
Rbb666
|
61fac62521
|
[bsp][renesas]fix ra6m3 can't use lcd problem.
|
2024-04-18 22:51:03 -04:00 |
Abner
|
cd77f988cd
|
[bsp][nxp]修改 drv_filesystem_spi_flash 驱动 (#8811)
Co-authored-by: yandld <1453363089@qq.com>
Co-authored-by: Meco Man <920369182@qq.com>
|
2024-04-18 21:00:49 -04:00 |
zhangyan
|
de32f35016
|
[bsp/phytium]部分设备驱动修改 (#8794)
* update
* 修改 SDIF 驱动,支持同时使用 TF 卡和 eMMC,更换飞腾派自启动镜像
* drivers debug
* update
* update
* update config
* update
* modify format
---------
Co-authored-by: 朱耿宇 <zhugengyu@phytium.com.cn>
|
2024-04-19 08:52:09 +08:00 |
Yaochenger
|
6493b2356f
|
[bsp][cvitek] 修正PIN设备的控制宏
|
2024-04-18 20:34:02 -04:00 |
Rbb666
|
3f515f29c5
|
[bsp][renesas]Modify the mdk template project of ra8.
|
2024-04-18 20:32:47 -04:00 |
Rbb666
|
3c9b7b1f96
|
[bsp][renesas][stm32]Fix some bsp probelm in 5.1.x.
|
2024-04-18 20:32:47 -04:00 |
Yuqiang Wang
|
204c3253be
|
[bsp][driver][renesas] Unified Renesas SCI driver
|
2024-04-18 20:21:59 -04:00 |
QTbin
|
9229aee1d7
|
[BSP][HT32]新增合泰ht32f52352和ht32f12366
|
2024-04-17 23:44:25 -04:00 |
Abner
|
a2bec29019
|
[bsp][nxp]增加了drv_filesystem_spi_flash驱动
|
2024-04-16 18:48:37 +08:00 |
Abner
|
bbac8e954d
|
[bsp][nxp]增加了drv_filesystem_spi_flash驱动
|
2024-04-16 18:48:37 +08:00 |
yandld
|
47d9c03937
|
update spi flash mount
|
2024-04-16 18:48:37 +08:00 |
Meco Man
|
a225d26a8a
|
[bsp][stm32f103-fire-arbitrary] fix missing header file
|
2024-04-16 01:39:30 -04:00 |
Meco Man
|
d10fb37c05
|
[bsp] revert delete of stm32f407-sparkfire RTduino pinout
|
2024-04-15 22:41:00 -04:00 |
liYangYang
|
9c359fd4c8
|
[bsp][cvitek] 在Milk-V Duo 256M开发板中支持ARM核运行RT-Thread标准版和Smart版内核 (#8800)
* Supports ARM core of Milk-V Duo 256M development board
* add fip.bin(arm)
|
2024-04-16 09:49:41 +08:00 |
yuanzihao
|
1a8b8522f7
|
[BSP][STM32]add stm32f407-lckfb-skystar
|
2024-04-13 08:00:15 -04:00 |
Yuqiang Wang
|
c6d20e47ac
|
[bsp][renesas] Add HMI rw007 initialization configuration by default
|
2024-04-13 13:32:30 +08:00 |
wirano
|
e88bb51fb5
|
bsp/tm4c123: move i2c clk config to tm4c123_config.c
|
2024-04-12 19:02:49 -04:00 |
wirano
|
5e9257fcd1
|
bsp/tm4c123: add hardware i2c support
|
2024-04-12 19:02:49 -04:00 |
Rbb666
|
86f1a0d2b2
|
Improve renesas LCD driver.
|
2024-04-12 19:01:59 -04:00 |
Rbb666
|
5d64ea1ed6
|
[bsp][renesas]Fix ek-ra8d1 spi binding error problem.
|
2024-04-12 19:01:59 -04:00 |
wirano
|
dbce35ba2b
|
bsp/stm32: remove duplicate if condition
|
2024-04-12 19:01:26 -04:00 |
Abner
|
d5aff0c963
|
[bsp][nxp] 增加drv_spi_sample_rw007驱动
|
2024-04-12 18:35:31 +08:00 |
Abner
|
98c6a741c5
|
[bsp][nxp] 增加drv_spi_sample_rw007驱动
|
2024-04-12 18:35:31 +08:00 |
liYangYang
|
48b86cbb8e
|
[bsp][zynqmp] 为 DFZU2EG MPSoC 开发板支持标准版和Smart版内核 (#8773)
zynqmp support RT-Thread and RT-smart
|
2024-04-12 15:57:06 +08:00 |
Rbb666
|
6dbdf9c360
|
Add ra8 ra_pin_get support.
|
2024-04-11 18:50:23 -04:00 |
Rbb666
|
90f4d94ce8
|
Add ek-ra8d1 rw007 support.
|
2024-04-11 18:50:23 -04:00 |
Rbb666
|
a93722c3e1
|
Update ra8 readme.
|
2024-04-11 18:50:23 -04:00 |