summaryrefslogtreecommitdiff
path: root/tinyusb/common/errors.c
AgeCommit message (Collapse)Author
2014-03-18rename errors.c/h to tusb_errors.c/hhathach
2013-10-16clean uphathach
2013-10-02clean up warnings here and therehathach
2013-06-22fix licensehathach
2013-04-25add TUSB_CFG_OS_TASK_PRIO to mandatory option for using an RTOShathach
using plain char for error enum character increase freeRTOS configMAX_PRIORITIES to 16 house keeping & clean up compiler warning
2013-03-25change website from tinyusb.net to tinyusb.orghathach
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-01-27update license year from 2012 to 2013hathach
2013-01-27remove violation MISRA 6.3 on errorshathach
2013-01-22use unsigned char instead of char for error stringhathach
use #if 0 instead of // for remove code
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-02add overview.md and license.md and tinyUSB overview.pnghathach
2012-11-29change license email to websitehathach
added support for cdc devices
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 fileshathach
added some template code