| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-23 | reworking device hid class driver | hathach | |
| 2018-07-04 | rename fifo * to tu_fifo to avoid conflict with other module | hathach | |
| 2018-04-14 | rename CFG_TUSB_CONTROLLER_0_MODE to CFG_TUSB_RHPORT0_MODE | hathach | |
| 2018-04-12 | update project file | hathach | |
| 2018-04-12 | rename CFG_TUSB_DEVICE_* to CFG_TUD_* | hathach | |
| 2018-04-12 | rename OPT_MODE_ | hathach | |
| 2018-04-12 | rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOS | hathach | |
| 2018-04-10 | minor clean up | hathach | |
| 2018-04-10 | clean up remove CFG_TUSB_TICKS_HZ | hathach | |
| 2018-04-10 | rename CFG_TUSB_DEVICE_CONTROL_ENDOINT_SIZE to CFG_TUSB_DEVICE_ENDOINT0_SIZE | hathach | |
| 2018-04-10 | mass rename TUSB_CFG to CFG_TUSB | hathach | |
| 2018-03-23 | more shorten name | hathach | |
| 2018-03-23 | shorten descriptor type | hathach | |
| 2018-03-21 | osal subtask rename | hathach | |
| 2018-03-21 | rename TUSB_REQUEST to simply TUSB_REQ_ | hathach | |
| 2014-08-04 | replacing RF1GHZNODE with LPCXPRESSO11U68 (not yet implement the actual board) | hathach | |
| 2014-05-13 | add lpcxpresso spifi flash setting | hathach | |
| 2014-04-28 | make freertos source unmodified to ease the upgrade process later | hathach | |
| use CGU_GetPCLKFrequency as configCPU_CLOCK_HZ for lpc43xx using with freeRTOS move portmarco.h include to FreeRTOSConfig.h to have untouched version of freertos add a readme.md to vendor/freertos refractor usbh.c, increase POWER_STABLE_DELAY = 500, RESET_DELAY = 200 fix bug with hub, only handle 1 port at a time when reading hub status change endpoint --> other port will be handled in the next cycle | |||
| 2014-04-18 | disable running test for lpc175x_6x on travis | hathach | |
| 2014-04-18 | get all tests passed with lpc18xx_43xx. Need to disable some though | hathach | |
| 2014-04-17 | move STRING & XSTRING & STATIC_ASSERT to compiler.h | hathach | |
| 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-17 | fix configure file | hathach | |
| fix test_fifo.c | |||
| 2014-04-17 | fixing test | hathach | |
| - rename errors.h to tusb_errors.h | |||
| 2014-03-28 | update md | hathach | |
| 2014-03-28 | document with markdown | hathach | |
| 2014-03-27 | fix image path | hathach | |
| 2014-03-26 | markdown work for TDD page | hathach | |
| 2014-03-25 | rename markdown files | hathach | |
| 2014-03-25 | some markdown work | hathach | |
| 2013-12-13 | able to get connect status change interrupt occured | hathach | |
| 2013-12-12 | implement inline bit manipulation function | hathach | |
| 2013-11-25 | change MCU to TUSB_CFG_MCU | hathach | |
| 2013-10-27 | static assert to check OSAL_QUEUE_DEF's queue_depth parameter < 256 | hathach | |
| enable HOST_HCD_XFER_INTERRUPT by default (previously only enabled with HID), as it is widely used implement tusbh_cdc_is_busy add compilation switch in usbh enumeration for hub rewrite CDC serial application to address usb-serial race condition | |||
| 2013-10-27 | rndis document | hathach | |
| 2013-10-25 | more doxygen work | hathach | |
| rename tusb_mouse_report_t (keyboard) to hid_mouse_report_t (keyboard) | |||
| 2013-10-24 | change TUSB_CFG_CONTROLLER0/1_MODE to TUSB_CFG_CONTROLLER_0/1_MODE for clearance | hathach | |
| adding configuration docs for tinyusb_config.h document HID mouse & keyboard API | |||
| 2013-10-22 | working on doxygen | hathach | |
| 2013-10-16 | refractor hub api | hathach | |
| fix all test build errors | |||
| 2013-10-15 | complete moving test project to /tests folder | hathach | |
| 2013-10-15 | move test project to tests folder | hathach | |
| 2013-10-01 | - move disconnection handle to enum task --> move tusbh_xxx_unmount is ↵ | hathach | |
| invoked in non-isr context | |||
| 2013-09-28 | clean up hid host (temp let test failed) | hathach | |
| 2013-09-27 | house keeping | hathach | |
| 2013-09-26 | add scsi write10 & test unit ready | hathach | |
| done copy command implement get_fattime using __DATE__ and number of calls | |||
| 2013-09-24 | allow a limited model to deal with stalled pipe/transaction | hathach | |
| added stall clear & able to mount the stupid toshiba thumb drive add HCD pipe API - bool hcd_pipe_is_busy(pipe_handle_t pipe_hdl); - bool hcd_pipe_is_stalled(pipe_handle_t pipe_hdl); - uint8_t hcd_pipe_get_endpoint_addr(pipe_handle_t pipe_hdl); - tusb_error_t hcd_pipe_clear_stall(pipe_handle_t pipe_hdl); remove tusbh_device_mount_failed_cb (not neccessary for user) | |||
| 2013-09-24 | add some tests support for msc host | hathach | |
| refractor msch buffer for getting inital scsi like inquiry, read capacity adding support for resovling stall on control pipe | |||
| 2013-09-22 | fix pingstate for highspeed bulk out transfer | hathach | |
| temp implementation of msc host --> can issue inquiry command | |||
| 2013-09-21 | house keeping, clean up warnings | hathach | |
| 2013-09-21 | house keeping | hathach | |
| 2013-09-21 | remove ATTR_WEAK for all necessary driver callback | hathach | |
| fix ceedling tests | |||
