tnt submitted this change.

View Change


Approvals: Jenkins Builder: Verified laforge: Looks good to me, but someone else must approve tnt: Looks good to me, approved
gateware/cores: Update no2usb

Mostly to get firmware code fixes

Need some code adaptation in icE1usb firmware to
remove local usb_cdc_notif_serial_state struct
sine tt's included in no2usb cdc proto header now.

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Change-Id: I13e186627077c57329e4a83da11acc01ca5dce35
---
M firmware/ice40-riscv/icE1usb/usb_gps.c
M gateware/cores/no2usb
2 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/firmware/ice40-riscv/icE1usb/usb_gps.c b/firmware/ice40-riscv/icE1usb/usb_gps.c
index e219cf8..db188b1 100644
--- a/firmware/ice40-riscv/icE1usb/usb_gps.c
+++ b/firmware/ice40-riscv/icE1usb/usb_gps.c
@@ -46,12 +46,6 @@
} g_usb_gps;


-struct usb_cdc_notif_serial_state {
- struct usb_ctrl_req hdr;
- uint16_t bits;
-} __attribute__((packed,aligned(4)));
-
-
static void
_usb_gps_set_active(bool active)
{
diff --git a/gateware/cores/no2usb b/gateware/cores/no2usb
index fdf42a6..9a3e752 160000
--- a/gateware/cores/no2usb
+++ b/gateware/cores/no2usb
@@ -1 +1 @@
-Subproject commit fdf42a6571a4ae49556626e6fffca1582796f7e8
+Subproject commit 9a3e752eab17c8f12a3a1dd6cf291368eaf3161d

To view, visit change 36183. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-e1-hardware
Gerrit-Branch: master
Gerrit-Change-Id: I13e186627077c57329e4a83da11acc01ca5dce35
Gerrit-Change-Number: 36183
Gerrit-PatchSet: 2
Gerrit-Owner: tnt <tnt@246tNt.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: tnt <tnt@246tNt.com>
Gerrit-MessageType: merged