summaryrefslogtreecommitdiff
path: root/tinyusb/hal/hal_lpc11uxx.h
AgeCommit message (Collapse)Author
2018-03-02hal updatehathach
2018-03-02refactor halhathach
2014-03-25doxygen documentinghathach
2014-03-24more doxygen workshathach
2014-03-12able to build lpc11u with IARhathach
clean ending warming with IAR
2013-11-13able to build and run cdc device demo on lpc11uxxhathach
2013-11-06refractor for device able to work on usb1 of lpc43xx. But could not get it ↵hathach
work on EA4357
2013-06-04rename tusb_device_is_configuredhathach
remove dcd_lpc18xx_lpc43xx.h and dcd_lpc11uxx_lpc13xx move define to hal
2013-05-31change at86rf to 1ghznodehathach
rom device runs ok with lpc11uxx
2013-05-28rename NGX to ngxhathach
add a bunch of stub header for dcd (175x_6x, 13xx, 18xx_43xx) add dcd_nxp_romdriver for handling usb rom driver add BIT_TEST_ in binary.h remove mw_usbd_hid.h include due to lexical conflict
2013-05-06change format of file header & license spacinghathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-23- house keepinghathach
- add controller id for hal_interrupt_enable/disable
2013-01-27update license year from 2012 to 2013hathach
2013-01-18add DEVICE_ROM_DRIVER_ADDR macro in hal to point to rom driver addhathach
add TUSB_ATTR_RAM_SECTION in tinyusb_config.h to abtract usb ram placement to application remove power_api.h (mcu dependency)
2013-01-17add UART support for ea4357 (tested)hathach
2013-01-16delete mcu folders as it duplicate hal foldershathach
2012-12-10add build and project settings for lpc43xxhathach
2012-12-10abstract usb enable/disable interrupt to hal layerhathach