Skip to content

Commit 0908df3

Browse files
authored
Merge pull request #3901 from bigmagic123/raspi_add_mbox
Raspi add mbox
2 parents 17bf123 + ac9de9e commit 0908df3

File tree

7 files changed

+621
-13
lines changed

7 files changed

+621
-13
lines changed

bsp/raspberry-pi/raspi3-32/README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,13 @@ msh />
125125
| Drive | Support | Remark |
126126
| -------------- | ------- | ------ |
127127
| UART | Support | UART0 |
128-
| GPIO | Support | |
129-
| IIC | Support | |
130-
| SPI | Support | |
131-
| CPU Timer | Support | |
132-
| SD card driver | Support | |
133-
128+
| GPIO | Support | - |
129+
| IIC | Support | - |
130+
| SPI | Support | - |
131+
| CPU Timer | Support | - |
132+
| SD card driver | Support | - |
133+
| RTC | Support | - |
134+
| WDT | Support | - |
135+
| MAILBOX | Support | - |
136+
| SMP | Support | - |
137+
| FRAMEBUFFER | Support | HDMI |

bsp/raspberry-pi/raspi3-32/README_zh.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,16 @@ msh />
136136
| 驱动 | 支持情况 | 备注 |
137137
| ------ | ---- | :------: |
138138
| UART | 支持 | UART0|
139-
| GPIO | 支持 | |
140-
| IIC | 支持 | |
141-
| SPI | 支持 | |
142-
| CPU Timer | 支持 | |
143-
| SD卡驱动 | 支持 | |
139+
| GPIO | 支持 | - |
140+
| IIC | 支持 | - |
141+
| SPI | 支持 | - |
142+
| CPU Timer | 支持 | - |
143+
| SD卡驱动 | 支持 | - |
144+
| RTC | 支持 | - |
145+
| WDT | 支持 | - |
146+
| MAILBOX | 支持 | - |
147+
| SMP | 支持 | - |
148+
| FRAMEBUFFER | 支持 | HDMI |
144149

145150
## 5. 联系人信息
146151

bsp/raspberry-pi/raspi3-64/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,13 @@ msh >
7878
| Drive | Support | Remark |
7979
| ----- | ------- | ------ |
8080
| UART | Support | UART0 |
81+
| GPIO | Support | - |
82+
| I2C | Support | - |
83+
| RTC | Support | - |
84+
| SDIO | Support | SDCARD |
85+
| SPI | Support | - |
86+
| TIMER | Support | - |
87+
| WDT | Support | - |
88+
| MBOX | Support | - |
89+
| FRAMEBUFFER | Support | HDMI |
8190

bsp/raspberry-pi/raspi3-64/README_zh.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,22 @@ msh >
9898
| 驱动 | 支持情况 | 备注 |
9999
| ------ | ---- | :------: |
100100
| UART | 支持 | UART0|
101+
| GPIO | 支持 | - |
102+
| I2C | 支持 | - |
103+
| RTC | 支持 | - |
104+
| SDIO | 支持 | SDCARD |
105+
| SPI | 支持 | - |
106+
| TIMER | 支持 | - |
107+
| WDT | 支持 | - |
108+
| MBOX | 支持 | - |
109+
| FRAMEBUFFER | 支持 | HDMI |
101110

102111
## 5. 联系人信息
103112

104-
维护人:[bernard][5]
113+
维护人:[bigmagic123][5]
105114

106115
[1]: https://www.rt-thread.org/page/download.html
107116
[2]: https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads
108117
[3]: https://downloads.raspberrypi.org/raspbian_lite_latest
109118
[4]: https://etcher.io
110-
[5]: https://github.com/BernardXiong
119+
[5]: https://github.com/bigmagic123

bsp/raspberry-pi/raspi4-32/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ msh />
6868
| 驱动 | 支持情况 | 备注 |
6969
| ------ | ---- | :------: |
7070
| UART | 支持 | UART0,UART2,UART3,UART4,UART5 |
71+
| GPIO | 支持 | - |
72+
| SPI | 支持 | SPI0 |
73+
| MAILBOX | 支持 | - |
7174

7275
## 5. 联系人信息
7376

0 commit comments

Comments
 (0)