lzh
07d7b71345
code format adjustment
2024-05-29 20:18:18 +08:00
lzh
b764055018
xmac port code update
2024-05-29 20:18:18 +08:00
lzh
7d7a53ebc1
aarch32 config update tcp pri 12->16
2024-05-29 20:18:18 +08:00
lzh
e2c98c9e63
aarch64 config update tcp pri 12->16
2024-05-29 20:18:18 +08:00
lzh
6dc3d7f968
aarch32 menuconfig all update
2024-05-29 20:18:18 +08:00
lzh
65b5735178
ping test e2000d pass
2024-05-29 20:18:18 +08:00
lzh
214f187821
gpio disabled
2024-05-29 20:18:18 +08:00
lzh
601b29967a
aarch64 config update all
2024-05-29 20:18:18 +08: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
zhangyan
81df7bcdde
[bsp/phytium]中断相关修改 ( #8742 )
...
* update smp 4
2024-04-11 00:09:17 +08:00
Meco Man
3782127116
[bsp] format drivers code
2024-03-24 09:18:25 +08: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
zhangyan
fad78950ea
[bsp/phytium]Adapter aarch64/aarch32 ( #8580 )
2024-03-13 18:07:03 +08:00
Rbb666
d31c05a44c
[tools]Fix project compilation errors generated by mdk and iar
2024-03-05 19:53:53 -05: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
Wangzongqiang
28f3e037b6
[bsp][phytium ] support dc driver with ops
...
修改bsp/phytium中DC驱动接口,利用ops注册相关驱动
2024-02-19 21:51:58 -05:00
Macro
3d3761f3e2
[bsp/phytium] aarch32 and aarch64 config update && eth device support ( #8506 )
2024-01-26 18:31:35 +08:00
zhangyan
447a22a21d
[bsp/phytium]修改文档,适配aarch64 ( #8488 )
2024-01-13 23:01:55 +08:00
lzh
1531705b9a
code format adjustment
2024-01-08 18:40:36 +08:00
lzh
35a43ac102
scripts update && new standalone vertion adaption
2024-01-08 18:40:36 +08:00
lzh
f7b85a824e
xmac and readme update
2024-01-08 18:40:36 +08:00
lzh
1028000f9a
link problem solved
2024-01-08 18:40:36 +08:00
zhangyan
d92cd77117
[bsp/phytium]更新readme说明 ( #8381 )
2023-12-18 20:27:12 +08:00
Wangzongqiang
2c1209db21
[bsp/phytium] add dc driver ( #8373 )
...
添加[bsp/phytium] DC显示驱动,同步更新配置文件
2023-12-16 19:10:26 +08:00
zhugengyu
e843561e46
[bsp/phytium] add xhci and pusb2 support with cherryusb port ( #8355 )
...
合入基于 CherryUSB 的 XCHI 和 PUSB2 驱动
2023-12-08 20:01:34 +08:00
Macro
f4b2035c03
[bsp/phytium] driver and config update ( #8344 )
...
更新驱动代码,完成对新版rt-thread内核的支持工作。更新默认config文件,保证各驱动被顺利添加后,程序能正常运行
2023-12-08 17:57:55 +08:00
zhangyan
d73fd165b0
[bsp/phytium]Code Update and Refactoring ( #8247 )
2023-11-21 17:42:23 +08:00
guozhanxin
9e79333512
[project] update mdk/iar project and config.
2023-10-08 11:21:00 +08:00
zhugengyu
6db430bde6
[bsp][phytium] support Phytium PI
2023-08-28 22:27:54 -04:00
zhangyan
3c289c26f0
[bsp][Phytium] qspi debug ( #7914 )
2023-08-05 14:45:11 +08:00
zhangyan
31fec3bb70
[bsp] phytium e2000 update ( #7900 )
...
Co-authored-by: zhugengyu <zhugengyu@phytium.com.cn>
2023-08-02 13:27:09 +08:00
Man, Jianting (Meco)
244b903e5d
[debug] 整理debug宏并增加RT_DEBUGING_CONTEXT ( #7805 )
2023-07-22 10:36:42 +08:00
wusongjie
8aa4366cb2
Drivers: Support Open Firmware API and model of PIC
...
We support OFW API to replace fdt old API, and add
IRQ, IO, Platform-Bus, CPUs ... OFW node contorl.
To support work with Device Tree or ACPI in drivers
that use IRQ, we make a programmable interrupt
controller driver's model.
Signed-off-by: GuEe-GUI <GuEe-GUI@github.com>
2023-07-05 16:45:16 +08:00
huanghe
50a4e8c662
[bsp][phytium]适配rt-thread5.0.0 版本 ( #7441 )
...
Co-authored-by: 朱耿宇 <zhugengyu@phytium.com.cn>
2023-05-11 10:25:21 +08:00
yangjie11
95e6b69b8e
sync and update all projects ( #7138 )
...
* sync and update
2023-03-31 16:49:48 +08:00
Meco Man
ddccef3a64
modify RT_ALIGN_SIZE as 8 by default
2023-01-12 22:47:23 -05: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
zhugengyu
1537544f6a
[bsp/phytium] add phytium bsp to support e2000 bootup with smp ( #6566 )
...
add phytium board (E2000) bsp
support usart
support SMP with demo
2022-11-10 09:22:48 -05:00