仿真平台内核初版 -tlib库 包含<sparc arm riscv powerPC>
This commit is contained in:
32
platforms/boards/renesas-ck_ra6m5.repl
Normal file
32
platforms/boards/renesas-ck_ra6m5.repl
Normal file
@@ -0,0 +1,32 @@
|
||||
using "platforms/cpus/renesas-r7fa6m5b.repl"
|
||||
|
||||
port6:
|
||||
1 -> led_blue@0
|
||||
9 -> led_green@0
|
||||
10 -> led_red@0
|
||||
|
||||
led_red: Miscellaneous.LED @ port6 10
|
||||
|
||||
led_green: Miscellaneous.LED @ port6 9
|
||||
|
||||
led_blue: Miscellaneous.LED @ port6 1
|
||||
|
||||
button: Miscellaneous.Button @ port8 4
|
||||
-> port8@4
|
||||
|
||||
hs3001: Sensors.HS3001 @ iic0 0x44
|
||||
|
||||
iaq: Sensors.ZMOD4xxx @ iic0 0x32
|
||||
model: Model.ZMOD4410
|
||||
IRQ -> icu@5
|
||||
|
||||
oaq: Sensors.ZMOD4xxx @ iic0 0x33
|
||||
model: Model.ZMOD4510
|
||||
IRQ -> icu@16
|
||||
|
||||
barometer: Sensors.ICP_101xx @ iic0 0x63
|
||||
|
||||
icm: Sensors.ICM20948 @ iic0 0x68
|
||||
IRQ -> port0@8
|
||||
|
||||
magnetometer: Sensors.AK09916 @ icm 0xC
|
||||
Reference in New Issue
Block a user