[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-10-ga23dceed3
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2018-09-14 12:58:38
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via a23dceed3139c3dad213ad03116297192910d06c (commit)
from f859b9e1b73704adcbc9e4f6a7fb81ea7c621f70 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a23dceed3139c3dad213ad03116297192910d06c
Author: Fabien Marteau <fab...@ar...>
Date: Fri Sep 14 14:57:20 2018 +0200
[FIRMWARE] fix pinout for led and button on opos6ulsp pod script example
-----------------------------------------------------------------------
Summary of changes:
firmware/wishbone_example/wishbone_exampleO6SP.pod | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/firmware/wishbone_example/wishbone_exampleO6SP.pod b/firmware/wishbone_example/wishbone_exampleO6SP.pod
index 5b7f74439..fb918f188 100644
--- a/firmware/wishbone_example/wishbone_exampleO6SP.pod
+++ b/firmware/wishbone_example/wishbone_exampleO6SP.pod
@@ -3,8 +3,8 @@ selectplatform standard.opos6ulsp
addinstance components.led.wb16
addinstance components.button.wb16
connectpin button00.int_button.irq irq_mngr00.irq.irqport.0
-connectpin button00.int_button.button opos6ulsp.fpga.IO_L37N_GCLK12_0
-connectpin led00.int_led.led opos6ulsp.fpga.IO_L37P_GCLK13_0
+connectpin button00.int_button.button opos6ulsp.fpga.IO_L37N_M3DQ1_3
+connectpin led00.int_led.led opos6ulsp.fpga.IO_L37P_M3DQ0_3
autoconnectbus
getmapping imx6ul_wb16_wrapper00.mwb16
generateintercon imx6ul_wb16_wrapper00.mwb16
hooks/post-receive
--
armadeus
|