summaryrefslogtreecommitdiff
path: root/demos/device/src
AgeCommit message (Collapse)Author
2018-03-06rename demo to exampleshathach
2018-03-06clean uphathach
2018-03-02more clean uphathach
2018-03-02add tud_mount_cb, tud_umount_cbhathach
remove device class/interface callback
2018-03-01rename tud_configured() to mounted()hathach
2018-03-01device API renamehathach
2018-03-01osal macro clean uphathach
2018-03-01more osal clean uphathach
2018-03-01change osal_task_create signaturehathach
2018-03-01clean up osal semaphore/queue/mutexhathach
2018-02-28remove cmsis rtx supporthathach
2018-02-28more clean uphathach
2018-02-28osal clean uphathach
- task create, task def macros
2014-04-25cdc device app rename CDCD_APP_BUFFER_SIZE to SERIAL_BUFFER_SIZEhathach
cdc host app add SERIAL_BUFFER_SIZE for buffer constant, add cdc data receive if cb with TUSB_EVENT_XFER_ERROR minor change to keyboard & mouse host app add ASSERT_FAILED & ASSERT_FAILED_MSG add cast to fix IAR build error with dcd_lpc43xx.c FreeRTOS - merge FreeRTOSConfig for m0, m3, m4 - re-implement application hook - support portmacro.h for m0
2014-04-24added all assert check to osal_queue_send and osal_semaphore_posthathach
2014-04-24correct dcd_pipe_is_busy to use list_qtd_idx[] instead of qtd_overlayhathach
flush usbd_queue_hdl when bus_reset add assert check for osal_queue_send increase ENUM_QUEUE_DEPTH for usbh change osal_freeRTOS.h implementation to - correctly waiting forever for semaphore wait, queue & mutex - not use ISR safe version since it is not as generic as we want
2014-04-24refractor keyboard_device_app.chathach
refractor mouse_device_app.c app to only send report when necessary (movement or button changed)
2014-04-19disable device mouse by defaulthathach
fix hal_debugger_is_attached with lpc11u
2014-04-18move osal_queue_send of osal_none to osal_none.chathach
2014-04-17move STRING & XSTRING & STATIC_ASSERT to compiler.hhathach
disable test for a class of cdc host temporarily disable test for test_osal_none.c change include in some core files remove osal.h from common.h
2014-04-17remove TUSB_CFG_DEVICE_FULLSPEEDhathach
2014-04-04clean uphathach
2014-04-03added rtos to greeting for easy testinghathach
correct all keil flash setting
2014-03-31update xpresso host cmsis rtx to build with ngx4330hathach
xpresso device cmsis rtx can build with all board
2014-03-31complete all available boards with device_freertos keil/iar/xpressohathach
2014-03-31all classes work well with lpcxpresso device freertoshathach
keil device freertos, CDC has problem with typing too many characters
2014-03-31device_freertos lpcxpresso work with msc keyboard mousehathach
2014-03-31code beautifyhathach
2014-03-31implement & document all the device class _mounted_cb & _unmounted_cb callbackshathach
2014-03-31device_freertos/.cproject works well with msc & keyboardhathach
2014-03-26markdown documentinghathach
2014-03-25added board lpcxpresso 11u14hathach
2014-03-25clean uphathach
2014-03-24fix build for lpcxpreso hosthathach
2014-03-24fix build problem with lpcxrepssohathach
2014-03-24rename demo app filehathach
2014-03-23tested with IAR & keil for device ea4357, fix some warningshathach
2014-03-23use internal buffer for hid report descriptor as well.hathach
2014-03-23finished using usbd_enum_buffer for all std descriptorshathach
2014-03-23remove TUSB_CFG_DEVICE_STRING_DESCRIPTOR_COUNThathach
refractor descriptor to array of pointer, adding interface descriptor as well
2014-03-23adding usbd_enum_buffer to usbdhathach
remove string descriptor USB RAM requirement
2014-03-23rename msc device app functionhathach
2014-03-23remove IAD_DESC_REQUIREDhathach
add compiler guard for exceeding number of endpoints for lpc11/13u
2014-03-22rename dcd_11u_13u_qhd_t::total_bytes to nbytes to prevent confusionhathach
introduce scsi_data to mscd_interface_t to make tusbd_msc_scsi_cb buffer's address no longer to be required in USB ram section --> save usb ram for lpc11/13u
2014-03-21clean ATTR_USB_MIN_ALIGNMENT on application and most of device except the ↵hathach
msc_device.c
2014-03-21clean up some device warningshathach
move led_blinking_task and led_blinking_set_interval to board.c
2014-03-19change OSAL_TASK_FUNCTION to adapt with cmsis rtxhathach
2014-03-18finish descriptor refractor for hid keyboard & mousehathach
2014-03-18refractor descriptor passing for device with user-friendly structureshathach
2014-03-18app descriptor renamehathach