Commit Graph

47 Commits

Author SHA1 Message Date
kk 2549b82bd6
[pin] pin_read/write rt_uint8_t to rt_ssize_t 2024-03-23 14:50:31 -04:00
zhangyan 76202e2141
🎯 [libcpu/arm/cortex-a]修改arm/cortex-a启动方式,解决cortex-a开启SMP工作异常问题 (#8517)
Co-authored-by: wangzongqiang <wangzongqiang1322@phytium.com.cn>
2024-03-02 16:06:07 +08:00
bernard 53acd953ab [bsp][rasp4-32] fix compilation warning 2023-11-29 23:15:59 +08:00
sp-cai 0ebec472e1
[components][i2c] 优化 controt 接口格式,增加可用命令 (#7806)
原来 rt_i2c_control 只能执行 RT_I2C_DEV_CTRL_CLK 单一命令,通过此修改可以支持更多可用命令
2023-07-13 21:57:40 -04:00
supperthomas c94a849ba4
[CI][action] optimize the action view (#7480) 2023-05-12 12:03:26 +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
yangjie11 b0c247fb59
[components/drivers][touch]删除多余的touch.h (#7090)
* [components/drivers][touch]删除多余的touch.h

* 将touc.h替换为rtdevice.h
2023-03-24 11:47:28 -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 2cc9bd876e [error code][-RT_EIO] fix that use RT_EIO without - 2023-03-16 20:20:37 -04: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
Meco Man 9bc68d26a4 format Kconfig and sconscript 2023-01-08 22:52:13 -05: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
BernardXiong 0b13409c16 [BSP] fix compiling issue with libc 2021-09-11 18:09:22 +08:00
Weilin Wang 24d29d8297 fix net driver 2021-08-03 11:26:46 +08:00
Weilin Wang 095d2e8da6 update raspi4-32 eth drv 2021-06-22 10:17:22 +08:00
Meco Man 1af9bbce32 [raspi] auto formatted 2021-03-14 12:58:10 +08:00
David Lin a76fde6ca4
[bsp] mini optimized the drv_xpt2046.c
error device name xpt2049 in pi4 , so  changed xpt2049 -> xpt2046.
2021-02-08 12:34:25 +08:00
yangjie eeaf1fcc50 resolve Conflicts
bsp/nrf52832/board/Sconscript
	bsp/nrf52832/startups/Sconscript
	bsp/raspberry-pi/raspi4-32/driver/SConscript
2020-12-28 12:02:31 +08:00
bigmagic 20de8e215a update readme.md 2020-12-02 10:29:38 +08:00
bigmagic 091089f16d add dma ch7 driver 2020-12-02 10:09:27 +08:00
bigmagic ef1c7f2088 update bluetooth driver 2020-12-02 10:06:59 +08:00
bigmagic 2d1457e2cb add download firmware 2020-11-29 20:28:39 +08:00
bigmagic 466ca3bf9a add bluetooth driver 2020-11-29 17:31:51 +08:00
bigmagic bda0d303af add raspi4 driver 2020-11-28 18:27:24 +08:00
bigmagic 5bcf84edcb add raspi4 lcd driver 2020-11-27 14:30:25 +08:00
bigmagic f8c8bc1c41 add raspi4 dsi and xpt2046 touch driver 2020-11-27 13:44:56 +08:00
bigmagic 1ddfe4a8a7 fixed spi driver 2020-11-26 11:30:29 +08:00
bigmagic 3206d018f1 fix sdio driver 2020-11-26 11:23:09 +08:00
bigmagic 1641caa378 fixed rpi4 eth driver 2020-11-26 11:20:13 +08:00
yangjie11 91261e25b9 [SConscript]rename group name 2020-11-20 13:38:11 +08:00
bigmagic b506a3a2c8 remove unnecessary define 2020-11-03 08:58:05 +08:00
bigmagic 2fcdb0c09c add copyright file header with Apache License 2020-10-30 18:57:49 +08:00
bigmagic 63a0634cea add raspi4 ethernet driver 2020-10-30 18:21:51 +08:00
bigmagic 74812c0f2d add raspi4 sdio driver 2020-10-27 18:26:56 +08:00
bigmagic 3532ad3e3a add hdmi menuconfig 2020-10-27 12:58:37 +08:00
bigmagic c97f33d11d add raspi4 hdmi driver 2020-10-27 12:46:50 +08:00
bigmagic 67b6177de7 code format 2020-10-26 14:00:19 +08:00
bigmagic 7043451e41 add raspi4 watchdog driver 2020-10-26 13:53:26 +08:00
bigmagic 28ef6216fe remove unnecessary code 2020-09-14 14:27:57 +08:00
bigamgic 627dc2a898 rename function 2020-09-11 16:55:10 +08:00
bigamgic b31fe0a578 add raspi4 mbox driver 2020-09-11 16:28:14 +08:00
yangjie 38b3a3445e [bsp][driver] 初始化 BSP 中的 rt_pin_ops 2020-09-11 11:16:42 +08:00
bigamgic b9d4987866 fix code layout 2020-07-04 22:37:35 +08:00
bigamgic f333dcabe3 raspi4 spi0 driver can run 2020-07-04 22:32:02 +08:00
bigamgic 72d4e2ed50 add raspi4 gpio interrupt 2020-06-16 09:16:07 +08:00
bigmagic db0b00d12a add_raspi4_uart 2020-05-26 13:56:42 +08:00
bigmagic 38f400d50a add raspi4 32bit mode bsp 2020-05-25 17:30:05 +08:00