Skip to content

Commit eb94e6a

Browse files
committed
update
1 parent abc6c54 commit eb94e6a

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

.github/ALL_BSP_COMPILE.json

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@
9999
"w60x",
100100
"essemi/es32f0654",
101101
"essemi/es32f365x",
102-
"fm33lc026"
102+
"fm33lc026",
103+
"phytium/aarch32"
103104
]
104105
},
105106
{
@@ -371,7 +372,8 @@
371372
"SUB_RTT_BSP": [
372373
"qemu-virt64-aarch64",
373374
"raspberry-pi/raspi3-64",
374-
"raspberry-pi/raspi4-64"
375+
"raspberry-pi/raspi4-64",
376+
"phytium/aarch64"
375377
]
376378
},
377379
{
@@ -446,20 +448,6 @@
446448
"nrf5x/nrf52840",
447449
"nrf5x/nrf5340"
448450
]
449-
},
450-
{
451-
"RTT_BSP": "phytium_aarch32",
452-
"RTT_TOOL_CHAIN": "sourcery-arm",
453-
"SUB_RTT_BSP": [
454-
"phytium/aarch32"
455-
]
456-
},
457-
{
458-
"RTT_BSP": "phytium_aarch64",
459-
"RTT_TOOL_CHAIN": "sourcery-aarch64",
460-
"SUB_RTT_BSP": [
461-
"phytium/aarch64"
462-
]
463451
}
464452
]
465453
}

bsp/phytium/libraries/drivers/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ menu "On-chip Peripheral Drivers"
282282
default n
283283
select RT_USING_AUDIO
284284
select RT_USING_MEMPOOL
285+
select RT_USING_I2C
285286
if BSP_USING_I2S
286287
config RT_I2S_SAMPLERATE
287288
int "The samplerate param"

0 commit comments

Comments
 (0)