summaryrefslogtreecommitdiff
path: root/tinyusb/common/errors.h
AgeCommit message (Collapse)Author
2013-03-26rename pipe_status_t to tusb_interface_status_thathach
add tusbh_hid_keyboard_status & test code
2013-03-25add several helper functionhathach
add test & code for hidh_keyboard_open_subtask - skip parsing HID descriptor for keyboard
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-24refractor hidh keyboardhathach
changing class hidh behavior
2013-03-22- fix bug when unplugged unmounted-already device (mostly plugged when power on)hathach
- add hal_debugger_is_attached & hal_debugger_breakpoint - assert will suspend (place breakpoint) if the condition is failed and debugger is attached. Otherwise, a message to uart is printed - fix get control qhd function when dev_addr is not zero (shifted 1) - fix wrong logic for unsupported class
2013-03-07make "used" member of ehci_qtd_t into reserved place of buffer[1] (with ↵hathach
assert check in hcd init)
2013-02-28strengthen include policy. Only limited headers are allowed to included from ↵hathach
a header file. Missing needed to be included in *.c
2013-02-26add osal subtask supporthathach
add usbh_control_xfer_subtask as xfer and wait fix potential error when update device info & open control pipe for new address fix build error with hal_****.c add STATIC_ASSSERT to perform compile time checking with sizeof later update osal_queue_receive and osal_semaphore_wait for osal_none to support subtask
2013-02-06update enumeration up to get full configuration descriptorhathach
2013-02-06remove hcd_addr0_close_Ignorehathach
add code to check error handling from enum task
2013-02-06refractor move test enum to its own filehathach
add assert with handler add task assert with error catcher
2013-02-04complete define osal_freeRTOS for semaphore and queuehathach
2013-02-04refractor include chain with following policieshathach
- header file only include what it needs for its declarations.
2013-02-01add std=gnu99 for test buildhathach
add hcd_init to usbh_init and update test code add TUSB_CFG_OS_TICK_PER_SECOND define for TUSB_OS_NONE change osal_semaphore_wait and osal_queue_receive API to have timeout effectively
2013-01-31change cmock ignore to args onlyhathach
implementing usbh_host.c
2013-01-29update usbh_init and testhathach
2013-01-27add usbh_device_info_t to return device statushathach
add usbh_init and test code replace usbh_device_is_plugged in hid_host and test_hid_host with usbh_device_info_t
2013-01-27update license year from 2012 to 2013hathach
2013-01-27remove violation MISRA 6.3 on errorshathach
2013-01-26add more test code for keyboard hid application APIhathach
refractor, restructure, rename several thing regarding host, keyboard etc ...
2013-01-22use unsigned char instead of char for error stringhathach
use #if 0 instead of // for remove code
2013-01-22start to supporthathach
- usbd host - osal some global define #define TUSB_CFG_HOST_CONTROLLER_NUM #define TUSB_CFG_HOST_DEVICE_MAX #define TUSB_CFG_CONFIGURATION_MAX rename & refractor HID type structure & enum use CException to test asssertion library add test for hid_host_keyboard with usbd configure get & osal queue get stubs update test for assertion library refractor ASSERT_STATUS in assertion library update tusb_error_t values rename usb basic type & enum in tusb_types.h and std_descriptors.h
2013-01-19change error type to lower case for more consistencyhathach
change Error Enum to TUSB prefix for more consistency start to add check for OS configure
2013-01-11add external configure file: tusb_config.hhathach
rename the internal/default configure from tusb_cfg.h to tusb_option.h
2013-01-11use X Macros to remove #undef in errors.hathach
2013-01-10start add makefile for keyboard demohathach
2012-12-20rename a bunch of configure macroshathach
2012-12-03fix some doxygen settings and stuffs add prepacked for IAR compilerhathach
2012-12-02add extern "C" for cpphathach
start to work on hal layer
2012-12-02add overview.md and license.md and tinyUSB overview.pnghathach
2012-11-29change license email to websitehathach
added support for cdc devices
2012-11-29house keepinghathach
2012-11-29add more doxygen docshathach
start to use TUSB_Error_t
2012-11-29start to work with doxygenhathach
fix mem_size/mem_base usage with device rom driver
2012-11-27added _cplusplus extern wrapperhathach
2012-11-27added fileshathach
added some template code