summaryrefslogtreecommitdiff
path: root/demos/device/keyboard/main.c
AgeCommit message (Collapse)Author
2013-11-01rename device projecthathach
2013-10-30fix dcd_data declared with TUSB_CFG_ATTR_USBRAMhathach
fix lpc43xx UM: non-control unused endpoint type should be set to different than control in ENDPTCTRL add hid mouse device fix mouse descriptor with vertical wheel support
2013-10-29able to enumerate mouse + keyboard (missing timing at set configured though)hathach
2013-10-29temporarily implementation of dcd_pipe_is_busyhathach
2013-10-29able to fully enumerated with keyboardhathach
2013-10-29implementing sw device stackhathach
2013-10-25more doxygen workhathach
rename tusb_mouse_report_t (keyboard) to hid_mouse_report_t (keyboard)
2013-06-21[host lpc43xx] adding support for host custom classhathach
refractor usbh class driver indexing opt out periodic list code in EHCI (need to refractor/group later) [device lpc176x] rename dcd_endpoint_configure to dcd_pipe_open add usbd_pipe_open to manage pipe
2013-06-12add coreid to hidd_inithathach
temporarily implement hidd_init using dcd from lpc17xx add more test for dcd lp176x implement dcd_endpoint_configure
2013-06-12clean uphathach
2013-06-04rename tusb_device_is_configuredhathach
remove dcd_lpc18xx_lpc43xx.h and dcd_lpc11uxx_lpc13xx move define to hal
2013-06-03refractor device mouse main.c & tusbd_hid_mouse_send_reporthathach
2013-06-03refractor tusb_descriptorshathach
usbd device_class_driver added & tested HID mouse for device (work together with hid keyboard) rename DEVICE_ROM_REG_BASE, DEVICE_ROM_DRIVER_ADDR
2013-05-31refractor change tusbd_hid_keyboard_send_report APIhathach
2013-05-31clean up device main.c demo codehathach
2013-05-31rename descriptor variableshathach
2013-05-31change at86rf to 1ghznodehathach
rom device runs ok with lpc11uxx
2013-05-29fix lpcxpresso1347 board_ledshathach
temp change USBD_API to ROM_API add lpc13xx device support fix romdriver pointer able to init rom driver
2013-05-25rename descriptor type, hid descriptor typehathach
2013-01-18add ASSERT POINTER supporthathach
add hid host and separate hid host & device update host project setting with EA4357 board add para checking test for hid host
2013-01-17add UART support for ea4357 (tested)hathach
2012-12-20rename macro configure in exampleshathach
2012-12-18cleaninghathach
2012-12-07change building process yes, againhathach
2012-12-07fix descriptors for devicehathach
2012-12-04add board abstract layerhathach
rename arch to mcu
2012-11-29change license email to websitehathach
added support for cdc devices
2012-11-29hid mouse workinghathach
2012-11-28make keyboard device work with lpc1347hathach
2012-11-27added keyboard device demohathach