This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
tnt gerrit-no-reply at lists.osmocom.orgtnt has submitted this change. ( https://gerrit.osmocom.org/c/osmo-e1-hardware/+/24473 )
Change subject: fw/ice40-riscv: Remove usb_ep_boot manual declaration
......................................................................
fw/ice40-riscv: Remove usb_ep_boot manual declaration
It's now properly declared in the stack header
Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>
Change-Id: Id2fd50c04a8d8781ad8b94e12ba9f469777482d1
---
M firmware/ice40-riscv/e1-tracer/usb_e1.c
M firmware/ice40-riscv/icE1usb/usb_e1.c
2 files changed, 0 insertions(+), 6 deletions(-)
Approvals:
Jenkins Builder: Verified
tnt: Looks good to me, approved
diff --git a/firmware/ice40-riscv/e1-tracer/usb_e1.c b/firmware/ice40-riscv/e1-tracer/usb_e1.c
index 421305b..3c577a4 100644
--- a/firmware/ice40-riscv/e1-tracer/usb_e1.c
+++ b/firmware/ice40-riscv/e1-tracer/usb_e1.c
@@ -28,9 +28,6 @@
uint8_t e1_get_pending_flags(int chan);
/* ---- */
-bool
-usb_ep_boot(const struct usb_intf_desc *intf, uint8_t ep_addr, bool dual_bd);
-
void
usb_e1_run(void)
diff --git a/firmware/ice40-riscv/icE1usb/usb_e1.c b/firmware/ice40-riscv/icE1usb/usb_e1.c
index 11402c6..e180fec 100644
--- a/firmware/ice40-riscv/icE1usb/usb_e1.c
+++ b/firmware/ice40-riscv/icE1usb/usb_e1.c
@@ -48,9 +48,6 @@
unsigned int e1_rx_level(void);
/* ---- */
-bool
-usb_ep_boot(const struct usb_intf_desc *intf, uint8_t ep_addr, bool dual_bd);
-
static void
_usb_fill_feedback_ep(void)
{
--
To view, visit https://gerrit.osmocom.org/c/osmo-e1-hardware/+/24473
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1-hardware
Gerrit-Branch: master
Gerrit-Change-Id: Id2fd50c04a8d8781ad8b94e12ba9f469777482d1
Gerrit-Change-Number: 24473
Gerrit-PatchSet: 1
Gerrit-Owner: tnt <tnt at 246tNt.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: tnt <tnt at 246tNt.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210531/deb8dcee/attachment.htm>