CXSforHPU
bb91502465
[drivers] Specifies the name of the drivers driver file
...
https://github.com/RT-Thread/rt-thread/pull/9420
2024-09-13 17:40:40 -04:00
CXSforHPU
416ec66380
[device] add dev_ prefix for file names
2024-08-23 18:15:09 -04:00
LZerro
e5382cb733
[bsp][Infineon][psoc6-evk-062s2]Adapt to RTduino
2024-08-22 22:58:49 -04:00
耿浩
8d15f15f16
[bsp/Infineon] 修复 SCons 中的 typo 并优化表达 ( #9262 )
...
Co-authored-by: clow1710 <gh.my1710@outlook.com>
2024-07-30 00:21:02 +08:00
latercomer
fe3c4d456e
bsp中option env语句替换为新语句,并同步更新了source "$xxx"语句
2024-06-20 14:40:42 +08:00
Rbb666
ae6a3287e6
Add psoc62、61 config.
2024-05-27 21:20:13 +08:00
LZerro
b65b922f6c
Adjust the PKG selection position.
2024-05-27 21:20:13 +08:00
LZerro
0d2d5e88c7
Format some file
2024-05-27 21:20:13 +08:00
LZerro
3d6b978ba9
Format some File
2024-05-27 21:20:13 +08:00
LZerro
4b6a60bf1e
Add XMC7200 BSP And Make the HAL library as a software package
2024-05-27 21:20:13 +08:00
LZerro
f190cba0ab
[i2c] adjust the timing for I2C initialization
2024-04-29 20:46:12 -04:00
Meco Man
6a9c42a19d
[bsp][drv_gpio] fix the error code return when pin number is illegal
2024-03-24 09:18:25 +08:00
kk
2549b82bd6
[pin] pin_read/write rt_uint8_t to rt_ssize_t
2024-03-23 14:50:31 -04:00
Rbb666
f3cbb8d58e
[bsp][driver][Infineon]Fix timer interrupt callback conflict
2024-03-21 01:11:39 -04:00
Rbb666
0a8a5a155b
[bsp][ifx]fix set RTC time failed bug
...
Co-authored-by: Meco Man <920369182@qq.com>
2024-01-25 00:00:10 +08:00
kurisaw
345ce24e31
[bsp][renesas] RTduino configuration update
...
sync update
some optimize
[bsp][driver] Updates the naming convention of the i2c configuration item
2024-01-18 11:57:51 +08:00
guo
8a7831ee4d
[bsp/IFX]补充缺少的文件 ( #8055 )
2023-09-19 00:27:58 -04:00
guo
23794d2cf9
[bsp][ifx] add bt support ( #8028 )
2023-09-18 00:06:51 -04:00
guozhanxin
f53fc15f03
[bsp/ifx] add cyw43012 wifi module
2023-08-10 22:52:59 -04:00
Rbb666
2dbf9acc71
[bsp][Infineon]fix i2c init error ( #7817 )
...
添加iic4的配置,将初始化错误断言部分修改为打印方式
2023-07-17 23:59:20 -04:00
Siwei Xu
6a9973cf19
[bsp][Infineon] Add I2C4 config for psoc6-evaluationkit
2023-07-12 12:38:10 +08:00
Rbb666
a0a3b3cf87
[bsp][Infineon]Fix drv_gpio and spi problem
2023-05-27 02:31:49 -04:00
vandoul
a36d2df236
[bsp/Infineon]psoc6 add drv sdcard ( #7522 )
...
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
2023-05-20 13:26:34 +08:00
张康
7aaf5babb3
将 slider 和 slider demo 宏分离
2023-05-08 15:47:57 +08:00
Hy
7c629d974d
[HUST CSE]NULL POINTER ( #7220 )
...
* avoids the risk of a null pointer
* 将||改成&&来判断断言
There is a possibility of a null pointer
* there is a possibility of a null pointer
* Update components/drivers/fdt/src/dtb_get.c
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
* 已根据代码规范进行修改,谢谢提醒
---------
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
2023-04-17 08:12:27 +08:00
Shelton Jacob
87ab55bbb2
fix: Extra brackets ( #7252 )
2023-04-15 22:46:42 -04:00
Rbb666
aeed2eebdc
[Infineon]Update Infineon [mtb-hal-cat1] to V2.3.0 and [mtb-pdl-cat1] to v3.2.0
2023-04-15 15:33:20 +08:00
Lu_Reaper
af914a1690
[bsp]: fix spi chipselect in Infineon ( #7234 )
...
1. compatible for HIGH ACTIVE SPI CHIP_SELECT
2023-04-14 00:27:03 +08:00
Hy
d120cf08ac
[HUST CSE]avoids the risk of a null pointer ( #7209 )
2023-04-11 09:07:07 -04:00
xin-zheqi
e79f505736
[bsp][Infineon]规范输出函数(printf)变量的类型 ( #7178 )
2023-04-06 14:50:08 -04:00
HUST_lxq
2720c9c38c
[bsp] Fix the mismatch between the print type and the variable type in print function.
2023-04-06 00:19:23 -04:00
Rbb666
4aa38e3d86
[Infineon]Add slider driver demo
2023-03-30 16:52:34 +08:00
Rbb666
8552d061c2
[Infineon]Update spi driver
2023-03-30 16:48:48 +08:00
Rbb666
b8988227d7
[Infineon]Fix spi cs problem
2023-03-29 20:35:39 +08:00
guo
767c18aafc
完善 Ifx bsp ( #7078 )
...
* add uart6 support
* [ifx] add rw007 support
* [ifx] add spi6 support
* [ifx] fix rw007 cs pin
* [ifx] change default console to uart6
2023-03-23 09:40:46 +08:00
Meco Man
deb40e8c0c
[errno code][-RT_EBUSY] fix that use RT_EBUSY without -
2023-03-22 01:55:18 -04:00
Meco Man
0f461e870c
[errno code][-RT_ERROR] fix that use RT_ERROR without -
2023-03-20 00:06:16 -04:00
Meco Man
dfddd79b24
[errno code][-RT_EINVAL] fix that use RT_EINVAL without -
2023-03-16 20:21:43 -04:00
Meco Man
2cc9bd876e
[error code][-RT_EIO] fix that use RT_EIO without -
2023-03-16 20:20:37 -04:00
Rbb666
022760c569
[Infineon]Fix scb5 can't use bug
2023-02-25 00:35:57 -05:00
Meco Man
f58d3c5200
rt_device_write/read return data type as rt_ssize_t
...
rt_ssize_t can give negative error code, which follows the unix style correctly
2023-02-07 21:43:57 -05:00
Rbb666
db5ed9c576
[IFX]Add psoc6 bsp
2023-02-03 13:56:30 +08:00
Rbb666
a6502eea74
[IFX]Add psoc6-rtt-062S2 BSP ( #6866 )
...
* [IFX]Add psoc6-rtt-062S2 BSP
* [IFX]Update BSP name
* [IFX]Add libcy_capsense.a
2023-01-19 21:49:23 -05:00
Rbb666
9a6dab644a
Add psoc6-cy8cproto-062S3-4343W BSP and update doc
2023-01-16 23:37:22 -05:00
Rbb666
25c567e330
[IFX]Remove Kconfig—>Board extended module Drivers
2023-01-16 21:34:03 -05:00
Rbb666
1632ad083a
[IFX]Remove HAL_Drivers/config folder
2023-01-15 21:36:49 -05:00
Meco Man
ddccef3a64
modify RT_ALIGN_SIZE as 8 by default
2023-01-12 22:47:23 -05:00
Rbb666
7b35c8d353
Add Infineon Doc and modify file structure
2023-01-12 17:23:30 +08:00
Meco Man
592284c66c
format link scripts
2023-01-08 22:52:13 -05:00
Meco Man
9bc68d26a4
format Kconfig and sconscript
2023-01-08 22:52:13 -05:00