Commit Graph

30 Commits

Author SHA1 Message Date
Yuqiang Wang 4d57b60cc8 [driver][soft-spi] spi device driver framework adds pin init function function
为什么提交这份PR (why to submit this PR)
ps:在设备初始化阶段不应该存在对硬件的操作

你的解决方案是什么 (what is your solution)
ps:添加一个pin_init函数,在spi设备使用时调用该函数来完成硬件引脚的状态初始化,而不是在设备初始化阶段对硬件进行操作,已经在瑞萨HMI上通过验证
2024-04-16 22:46:36 -04:00
Shicheng Chu fb3d4923b0 [bsp][rtduino] pico rtduino support spi 2024-04-16 22:39:24 -04:00
kk 3f335619bd [pin] pin_read/write rt_uint8_t to rt_ssize_t 2024-04-16 22:29:45 -04:00
Shicheng Chu c9abc1ba25
[bsp][pico]: support pwm adc iic for pico rtduino (#8512) 2024-01-28 21:02:26 +08:00
Meco Man fa64b08064 [bsp][pico] remove meaningless dependencies of board.h 2024-01-21 19:47:51 +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
Shicheng Chu 20cdc391fc
[bsp][pico]: add rtc driver (#8492) 2024-01-16 14:01:19 +08:00
1ridic 063c8f7bec [bsp][pico] Add spi pin selection 2023-11-06 23:27:14 -05:00
Z8MAN8 a64ccaa295 [bsp][pico] add hwtimer driver 2023-10-31 08:58:09 -04:00
Shicheng Chu 1554888c0b
[bsp][pico]: add pwm driver (#8178)
Co-authored-by: Meco Man <920369182@qq.com>
2023-10-29 13:17:25 -04:00
Shicheng Chu 43f96b3f85
[bsp][pico] add flash driver (#8161) 2023-10-20 07:05:30 +08:00
1ridic 261f5bee67 [bsp][pico] Update SDK to 1.5.1
import the sdk by rt-thread package.
2023-10-10 09:45:36 +08:00
1ridic 91f273f3c9 [bsp][pico] Add flowcontrol and parity settings 2023-10-04 11:12:19 -04:00
1ridic 89330dd269
[bsp][pico] Improve UART driver (#8099) 2023-10-02 21:28:09 +08:00
Shicheng Chu 5c4b44f81e
[bsp][pico]add: drv_spi and drv_i2c 2023-07-30 08:36:47 -04:00
Shicheng Chu ff8064c02e
[bsp][pico] add drv_wdt (#7614) 2023-06-05 22:03:16 -04:00
Shicheng Chu ccc8e7ce4d
[bsp][pico]update: add drv_adc (#7603) 2023-06-05 15:52:31 +08:00
Shicheng Chu bf07f4183e
[bsp][pico]update: add drv_soft_spi (#7598) 2023-06-04 08:16:06 +08:00
褚仕成 761a28e4d9 [bsp][pico]add: drv_soft_i2c 2023-06-02 10:08:29 +08:00
Placebo27 538158bf20
[bsp] fix mismatched function types in rt_pin_ops for all drv_gpio.c (#7457) 2023-05-08 23:35:27 -04:00
Meco Man 9bc68d26a4 format Kconfig and sconscript 2023-01-08 22:52:13 -05:00
Rbb666 814c15cdbc Add lvgl_8.1.0 support for raspberry_pi pico 2022-01-12 18:56:37 +08:00
Man, Jianting (Meco) bb1084556f [console] 解决在没有定义RT_USING_DEVICE的情况下使用device报错的问题
* [console] 解决在没有定义RT_USING_DEVICE的情况下使用device报错的问题

* format codes

* [libc] 整理格式

* refresh projects
2022-01-09 00:20:32 +08:00
guozhanxin 2f67101237 [bsp][raspberry-pico]add uart1 support. 2021-03-24 20:03:52 +08:00
guozhanxin baaf81872d [bsp][raspberry-pico]All memory is used for heap. 2021-03-24 18:57:23 +08:00
guozhanxin eee1453c80 [Fix] the problem of startup failure. 2021-03-24 18:03:19 +08:00
guozhanxin 05ce4e67c3 [bsp][raspberry-pico] Fixed failure to start without connecting to UART 2021-02-24 11:04:35 +08:00
guozhanxin 871ba08ae6 [bsp][raspberry-pico]update file header 2021-01-28 22:24:27 +08:00
guozhanxin 76331797cd [bsp][raspberry-pico]add gpio drivers 2021-01-28 22:17:05 +08:00
guozhanxin 6d36d384c2 add raspberry-pico bsp 2021-01-28 19:59:59 +08:00