| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-22 | rename osal SUBSTASK to STASK | hathach | |
| 2018-03-22 | improve usbd control transfer | hathach | |
| 2018-03-21 | osal subtask rename | hathach | |
| 2018-03-14 | rename OSAL_SUBTASK_INVOKED | hathach | |
| 2018-03-13 | working on nrf52 | hathach | |
| 2018-03-11 | rename hal_* to tusb_hal_* | hathach | |
| 2018-03-11 | adding nrf52840 port, able to blink led with pca10056 | hathach | |
| 2018-03-08 | clean up | hathach | |
| 2018-03-07 | rename tusb_tick_get to hal_tick_get | hathach | |
| 2018-03-05 | clean up | hathach | |
| 2018-03-05 | reame SUBTASK_EXIT to SUBTASK_RETURN | hathach | |
| 2018-03-03 | cleanup SUBTASK macros | hathach | |
| 2018-03-02 | rename hal_interrupt_* to hal_usb_int_* | hathach | |
| 2018-03-01 | osal macro clean up | hathach | |
| 2018-03-01 | more osal clean up | hathach | |
| 2018-03-01 | change osal_task_create signature | hathach | |
| 2018-03-01 | clean up osal semaphore/queue/mutex | hathach | |
| 2018-02-28 | refactor osal queue API | hathach | |
| 2018-02-28 | more clean up | hathach | |
| 2018-02-28 | osal clean up remove OSAL_TASK_DEF, OSAL_TASK_FUNCTION | hathach | |
| 2018-02-28 | osal clean up | hathach | |
| - task create, task def macros | |||
| 2014-04-18 | move osal_queue_send of osal_none to osal_none.c | hathach | |
| 2014-04-09 | remove OSAL_VAR for the simplicity | hathach | |
| clean up osal.h | |||
| 2014-03-24 | doxygen documenting | hathach | |
| 2014-03-19 | change OSAL_TASK_FUNCTION to adapt with cmsis rtx | hathach | |
| 2014-03-17 | remove hardfault handler | hathach | |
| 2014-03-17 | refrator, replace osal_tick_get / osal_tick_tock by tusb_tick_get | hathach | |
| 2014-03-16 | doxygen document | hathach | |
| 2014-03-14 | more warning clean up | hathach | |
| 2014-03-13 | fix some warnings | hathach | |
| 2014-03-12 | fix iar warning | hathach | |
| 2014-02-20 | fix the duplicated plug connection status change with lpc17xx by using ↵ | hathach | |
| immediate reset on isr. However Khanh's G5 mouse is not enumerated !! remove TUSB_CFG_CONFIGURATION_MAX from config file fix some warning | |||
| 2013-11-26 | change endian conversion to native to be & be to native | hathach | |
| completely deferred xfer isr event to usbd task complete read10, write10 sequence for large data transfer | |||
| 2013-11-21 | add class mounted callback for hid mouse/keyboard & refractor mouse/keyboard app | hathach | |
| 2013-11-15 | refractor usbd, first step to make get configuration as sub task | hathach | |
| 2013-11-15 | add usbd_task to handle event task eg setup received | 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 | fix osal_none timeout, instant return with OSAL_TIMEOUT_NOTIMEOUT | hathach | |
| 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-18 | clean up warnings | hathach | |
| 2013-09-13 | all project can run ok | hathach | |
| 2013-09-10 | able to get blinky + greeting | hathach | |
| 2013-07-05 | fix bug with RNDIS class open using non-static variable p_cdc | hathach | |
| fix bug with SUBTASK_EXIT with single if (add do while wrapper) add payloay message able to send initialize & wait on notification pipe & get initialize cmpt | |||
| 2013-06-27 | use SUBTASK_EXIT to restart & exit task without "assert" | hathach | |
| 2013-06-27 | add mutex support for osal | hathach | |
| add test for mutex in test_osal_none.c implement usbh_control_xfer using mutex to get access to queue xfer on control pipe (while semaphore is used to sync with hcd DMA) failed to issue control xfer: set idle & get report descriptor in hidh_open_subtask (more to work on) | |||
| 2013-06-27 | add set idle request for hidh_open_subtask | hathach | |
| add interface number to hidh_interface_info_t refractor hidh_open_subtask to be a true subtask cannot run with set idle code ON because of semaphore misuse | |||
| 2013-05-21 | fix issue with osal_none queue def | hathach | |
| 2013-05-09 | test clean up | hathach | |
| 2013-05-06 | change format of file header & license spacing | hathach | |
| 2013-04-27 | fix bug (wrong logic) with osal_task_delay in non OS configure | hathach | |
| complete keyboard app with key state & event TODO handle & check for non-printable(control) keycode add unit test for osal_task_delay for non OS | |||
