summaryrefslogtreecommitdiff
path: root/demos/device/src
AgeCommit message (Expand)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
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
2014-04-25cdc device app rename CDCD_APP_BUFFER_SIZE to SERIAL_BUFFER_SIZEhathach
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
2014-04-24refractor keyboard_device_app.chathach
2014-04-19disable device mouse by defaulthathach
2014-04-18move osal_queue_send of osal_none to osal_none.chathach
2014-04-17move STRING & XSTRING & STATIC_ASSERT to compiler.hhathach
2014-04-17remove TUSB_CFG_DEVICE_FULLSPEEDhathach
2014-04-04clean uphathach
2014-04-03added rtos to greeting for easy testinghathach
2014-03-31update xpresso host cmsis rtx to build with ngx4330hathach
2014-03-31complete all available boards with device_freertos keil/iar/xpressohathach
2014-03-31all classes work well with lpcxpresso device freertoshathach
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
2014-03-23adding usbd_enum_buffer to usbdhathach
2014-03-23rename msc device app functionhathach
2014-03-23remove IAD_DESC_REQUIREDhathach
2014-03-22rename dcd_11u_13u_qhd_t::total_bytes to nbytes to prevent confusionhathach
2014-03-21clean ATTR_USB_MIN_ALIGNMENT on application and most of device except the msc...hathach
2014-03-21clean up some device warningshathach
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