Samraksh / eMote

eMote OS -- Multiple Ports (using .NET MF v4.3)
0 stars 0 forks source link

Emote USB driver references in generic files #1

Closed NivedAtSamraksh closed 12 years ago

NivedAtSamraksh commented 12 years ago

There seem to be references to emotes usb driver in files MF\DeviceCode\Include\USB_decl.h as

include <usb\netmf_usb_types.h>

extern SETUP_PACKET g_Setup_Packet;

and in file DeviceCode\pal\COM\usb\usb.cpp as

//#include <led/stm32f10x_led.h> //#include <usb/netmf_usb.h>

Setup = (USB_SETUP_PACKET*) &g_Setup_Packet;

These have been commented out during the SOC8200 port.

MargaretAtSamraksh commented 12 years ago

Thanks   

-------- Original Message --------Subject: [DotNet-MF] Emote USB driver references in generic files (#1)From: NivedAtSamrakshreply@reply.github.comDate: Mon, January 23, 2012 11:03 amTo: MargaretAtSamraksh Margaret.Lyell@samraksh.comThere seem to be references to emotes usb driver in files MF\DeviceCode\Include\USB_decl.h as#include <usb\netmf_usb_types.h>extern SETUP_PACKET g_Setup_Packet;and in file DeviceCode\pal\COM\usb\usb.cpp as //#include <led/stm32f10x_led.h>//#include <usb/netmf_usb.h>Setup = (USB_SETUP_PACKET*) &g_Setup_Packet;These have been commented out during the SOC8200 port.--- Reply to this email directly or view it on GitHub:https://github.com/Samraksh/DotNet-MF/issues/1

JasonAtSamraksh commented 12 years ago

Gents --- I'm CC'ing Jiannan Zhai, who is handling this work at Clemson. Best, Jason

-------- Original Message -------- Subject: [DotNet-MF] Emote USB driver references in generic files (#1) From: NivedAtSamraksh reply@reply.github.com Date: Mon, January 23, 2012 11:03 am To: JasonAtSamraksh Jason.Hallstrom@samraksh.com There seem to be references to emotes usb driver in files MF\DeviceCode\Include\USB_decl.h as

include <usb\netmf_usb_types.h>

extern SETUP_PACKET g_Setup_Packet; and in file DeviceCode\pal\COM\usb\usb.cpp as //#include <led/stm32f10x_led.h> //#include <usb/netmf_usb.h> Setup = (USB_SETUP_PACKET*) &g_Setup_Packet;

These have been commented out during the SOC8200 port.

Reply to this email directly or view it on GitHub:https://github.com/Samraksh/DotNet-MF/issues/1

NivedAtSamraksh commented 12 years ago

This has been resolved by mukundan.sridharan