Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
07a3f47
aarch64 gtimer
messigogogo May 26, 2026
0d47f5a
i2c ok half
messigogogo May 26, 2026
79d4b0e
i2c INTR ok half
messigogogo May 26, 2026
f767263
i2c INTR ok half
messigogogo May 26, 2026
51c94ad
i2c msg INTR ok half
messigogogo May 26, 2026
e955eee
i2c msg INTR ok half
messigogogo May 26, 2026
dffd984
i2c msg INTR ok half
messigogogo May 27, 2026
b430c5f
mic is ok
messigogogo May 27, 2026
75272bc
mic is no
messigogogo May 27, 2026
68f64a3
mic is no
messigogogo May 27, 2026
0e2890c
mic is half ok
messigogogo May 27, 2026
503e4c4
update mic is ok
messigogogo May 28, 2026
b9167ae
update mic is ok
messigogogo May 28, 2026
a98db0c
mic is half ok
messigogogo May 29, 2026
0c4fbb2
mic is half ok
messigogogo May 29, 2026
219d62c
is ok
messigogogo Jun 1, 2026
42ec672
is ok
messigogogo Jun 1, 2026
6d4373e
is ok
messigogogo Jun 1, 2026
ebaccc5
is ok
messigogogo Jun 1, 2026
12bd91e
is ok
messigogogo Jun 1, 2026
56c22ec
is ok
messigogogo Jun 1, 2026
559db34
mic is half ok
messigogogo Jun 2, 2026
45fe577
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
messigogogo Jun 2, 2026
7f2e035
smart
messigogogo Jun 2, 2026
bdfa629
update
messigogogo Jun 2, 2026
a74b19f
smart is ok
messigogogo Jun 2, 2026
b01327e
update
messigogogo Jun 2, 2026
58401b9
update
messigogogo Jun 3, 2026
3a18ae7
update
messigogogo Jun 3, 2026
3d7b1f2
update
messigogogo Jun 3, 2026
b6e9872
update
messigogogo Jun 3, 2026
a670066
add open amp
messigogogo Jun 4, 2026
73dff62
update amp
messigogogo Jun 4, 2026
45089ce
update amp
messigogogo Jun 4, 2026
0e1a746
update
messigogogo Jun 4, 2026
1b7974c
update
messigogogo Jun 4, 2026
ae69c52
update
messigogogo Jun 4, 2026
16b87e7
update
messigogogo Jun 4, 2026
0fd739a
update
messigogogo Jun 4, 2026
6d11faf
update
messigogogo Jun 5, 2026
d676c57
update
messigogogo Jun 5, 2026
895b554
update
messigogogo Jun 5, 2026
8717e90
update
messigogogo Jun 5, 2026
f59027e
update
messigogogo Jun 5, 2026
a83d43c
update
messigogogo Jun 5, 2026
813d874
update
messigogogo Jun 5, 2026
0150aa3
update
messigogogo Jun 5, 2026
94071d4
update install
messigogogo Jun 8, 2026
cf86bf8
update install
messigogogo Jun 8, 2026
5a99de8
Merge branch 'github' of https://gitlab.phytium.com.cn/embedded/iot/r…
messigogogo Jun 8, 2026
8381498
update
messigogogo Jun 8, 2026
da8e1b7
update
messigogogo Jun 8, 2026
d4466e0
update
messigogogo Jun 8, 2026
fb54bb9
update
messigogogo Jun 8, 2026
92415ce
update
messigogogo Jun 9, 2026
0bfd50e
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
messigogogo Jun 9, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bsp/phytium/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
**/**/makefile
/libraries/tests/*
/libraries/phytium_standalone_sdk/
/aarch64/link_preprocessed.lds
*.origin
2 changes: 1 addition & 1 deletion bsp/phytium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

| **芯片** | **支持情况** | **备注** |
| :----------------- | :----------: | :------------------------------------- |
| Phytium PI | 支持 | 支持SMP |
| Phytium PI | 支持 | 支持SMP 与 AMP|
| E2000D | 支持 | 支持SMP |
| E2000Q | 支持 | 支持SMP |
| PD2408 | 支持 | 支持SMP |
Expand Down
26 changes: 16 additions & 10 deletions bsp/phytium/aarch32/.ci/attachconfig/ci.attachconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ board.e2000d_demo_rtthread:
- devices.can
- devices.gpio
- devices.i2s
- devices.es8336
- devices.pwm
- devices.spi
- devices.qspi
- devices.xmac
- devices.sdif
- devices.dc
- devices.devices_auto_test
kconfig:
- CONFIG_TARGET_PE2202=y
Expand All @@ -33,8 +33,6 @@ board.e2000d_demo_rtthread:
- CONFIG_USE_SDIF0_EMMC=y
- CONFIG_RT_SDIO_STACK_SIZE=4096
- CONFIG_RT_MMCSD_STACK_SIZE=4096
- CONFIG_RT_USING_DC_CHANNEL0=y
- CONFIG_RT_USING_DC_CHANNEL1=y
- CONFIG_BSP_USING_ES8336=y
- CONFIG_I2C_USE_MIO=y

Expand All @@ -45,16 +43,16 @@ board.e2000q_demo_rtthread:
- devices.can
- devices.gpio
- devices.i2s
- devices.es8336
- devices.pwm
- devices.spi
- devices.qspi
- devices.xmac
- devices.sdif
- devices.dc
kconfig:
- CONFIG_TARGET_PE2204=y
- CONFIG_E2000Q_DEMO_BOARD=y
- CONFIG_RT_CPUS_NR=2
- CONFIG_RT_CPUS_NR=4
- CONFIG_RT_USING_UART1=y
- CONFIG_RT_USING_MIO15=y
- CONFIG_RT_USING_CAN0=y
Expand All @@ -72,8 +70,6 @@ board.e2000q_demo_rtthread:
- CONFIG_USE_SDIF0_EMMC=y
- CONFIG_RT_SDIO_STACK_SIZE=4096
- CONFIG_RT_MMCSD_STACK_SIZE=4096
- CONFIG_RT_USING_DC_CHANNEL0=y
- CONFIG_RT_USING_DC_CHANNEL1=y
- CONFIG_BSP_USING_ES8336=y
- CONFIG_I2C_USE_MIO=y

Expand All @@ -87,7 +83,6 @@ board.phytium_pi_rtthread:
- devices.qspi
- devices.xmac
- devices.sdif
- devices.dc
- devices.devices_auto_test
kconfig:
- CONFIG_TARGET_PE2204=y
Expand All @@ -103,7 +98,6 @@ board.phytium_pi_rtthread:
- CONFIG_USING_SDIF1=y
- CONFIG_USE_SDIF1_TF=y
- CONFIG_RT_SDIO_STACK_SIZE=4096
- CONFIG_RT_USING_DC_CHANNEL0=y
- CONFIG_I2C_USE_MIO=y

board.e2000d_demo_rtthread_pusb2_dc:
Expand Down Expand Up @@ -171,12 +165,18 @@ devices.gpio:
- CONFIG_BSP_USING_GPIO=y
devices.i2s:
kconfig:
- CONFIG_BSP_USING_I2S_LAYER=y
- CONFIG_BSP_USING_I2S=y
devices.es8336:
kconfig:
- CONFIG_BSP_USING_DEVICE=y
- CONFIG_BSP_USING_ES8336=y
devices.pwm:
kconfig:
- CONFIG_BSP_USING_PWM=y
devices.spi:
kconfig:
kconfig:
- CONFIG_BSP_USING_SPI_LAYER=y
- CONFIG_BSP_USING_SPI=y
devices.qspi:
kconfig:
Expand All @@ -186,7 +186,13 @@ devices.uart:
- CONFIG_BSP_USING_UART=y
devices.xmac:
kconfig:
- CONFIG_BSP_USING_ETH_LAYER=y
- CONFIG_BSP_USING_ETH=y
- CONFIG_RT_USING_SAL=y
- CONFIG_RT_USING_LWIP=y
- CONFIG_RT_USING_LWIP212=y
- CONFIG_RT_LWIP_ETHTHREAD_STACKSIZE=8192
- CONFIG_RT_LWIP_TCPTHREAD_STACKSIZE=8192
devices.sdif:
kconfig:
- CONFIG_BSP_USING_SDIF=y
Expand Down
Loading
Loading