Commit Graph

  • 7edda37518 add more test code for keyboard hid application API refractor, restructure, rename several thing regarding host, keyboard etc ... hathach 2013-01-26 01:37:15 +07:00
  • fdc9a82e8c change configure handle to device handle change test case accordingly hathach 2013-01-23 14:57:12 +07:00
  • 3015776078 Merge branch 'master' of github.com:hathach/tinyusb hathach 2013-01-22 18:26:51 +07:00
  • b5207ff146 use unsigned char instead of char for error string use #if 0 instead of // for remove code hathach 2013-01-22 18:19:05 +07:00
  • b81561b436 use unsigned char instead of char for error string use #if 0 instead of // for remove code hathach 2013-01-22 18:19:05 +07:00
  • 3ffda2033a clear 19.1 hathach 2013-01-22 18:09:58 +07:00
  • 38ce3f7534 start to support - usbd host - osal hathach 2013-01-22 17:41:06 +07:00
  • cfe7a3d23b change error type to lower case for more consistency change Error Enum to TUSB prefix for more consistency start to add check for OS configure hathach 2013-01-19 00:57:58 +07:00
  • d8c8b9e38a add ASSERT POINTER support add hid host and separate hid host & device update host project setting with EA4357 board add para checking test for hid host hathach 2013-01-18 14:39:42 +07:00
  • 7976e2fd55 prepare test project for 43xx host test hathach 2013-01-18 12:41:30 +07:00
  • e438a7ca09 house keeping hathach 2013-01-18 12:28:12 +07:00
  • 25f6cee73b add DEVICE_ROM_DRIVER_ADDR macro in hal to point to rom driver add add TUSB_ATTR_RAM_SECTION in tinyusb_config.h to abtract usb ram placement to application remove power_api.h (mcu dependency) hathach 2013-01-18 11:49:51 +07:00
  • c16632da0b add UART support for ea4357 (tested) hathach 2013-01-17 14:40:46 +07:00
  • 480ddb4fec start to add bsp and build configuration for embedded artist 4357 hathach 2013-01-17 11:03:43 +07:00
  • 10009cba99 add initial support for output using ITM via SWO (not tested though) hathach 2013-01-17 02:04:47 +07:00
  • aae51e985f refractor board and start to add support for SWO retarget hathach 2013-01-17 01:09:58 +07:00
  • 53739ccd28 rename some fifo functions to be more consistent hathach 2013-01-16 22:37:10 +07:00
  • 095129887e delete mcu folders as it duplicate hal folders hathach 2013-01-16 22:23:17 +07:00
  • 8155fd38a5 added some tests for fifo.c hathach 2013-01-16 13:25:02 +07:00
  • c004cd4387 add uart for lpc11uxx and retarget successfully hathach 2013-01-16 12:43:17 +07:00
  • 54a7668177 add test_fifo.c file template, add its test code soon hathach 2013-01-15 15:22:48 +07:00
  • 0cec7910a0 update project setting to have most warning option enable with simple switch on/off (off for faster compiling time) hathach 2013-01-15 14:41:19 +07:00
  • 0c1d4f705b add binary const & its test code hathach 2013-01-14 14:36:13 +07:00
  • 3d8babcb14 refractor to remove duplicate code between ASSERT_HEX and ASSERT_INT use static inline min_of and max_of instead of macro hathach 2013-01-14 00:41:23 +07:00
  • f991475183 add assert_hex & assert_hex_within hathach 2013-01-13 20:39:01 +07:00
  • b7b9531b9b done with ASSERT_INT_WITHIN hathach 2013-01-13 20:26:51 +07:00
  • beb20b975b add ASSERT_INT_WITHIN and its test code hathach 2013-01-13 20:09:51 +07:00
  • 1deac98969 add ASSERT_INT, ASSERT_INT_EQUAL and test code for it hathach 2013-01-13 20:00:01 +07:00
  • 463b1c0294 rename ASSERT_ERROR to ASSERT_STATUS add binary const support @ common/binary.h enhance assert support @ common/assertion.h add test code for assertion.h hathach 2013-01-13 19:27:17 +07:00
  • 6e0818c901 re-target printf to uart successful on LPCXpresso1347 hathach 2013-01-11 22:43:54 +07:00
  • e935f29541 tested keyboard device with lpcXpresso1347 board hathach 2013-01-11 20:49:46 +07:00
  • d76df54003 add external configure file: tusb_config.h rename the internal/default configure from tusb_cfg.h to tusb_option.h hathach 2013-01-11 16:55:47 +07:00
  • a6e5197b58 use X Macros to remove #undef in errors. hathach 2013-01-11 16:28:57 +07:00
  • 83bb44510a update makefile project back to use lpcxpresso project file (instead of make target project) hathach 2013-01-11 15:37:27 +07:00
  • 1f3c9ed69d start add makefile for keyboard demo hathach 2012-12-27 17:28:53 +07:00
  • bc735bbe22 - add ceedling/cmock/unity as testing framework and support - unified makefile project for the whole repos - new separate project for tests hathach 2012-12-27 02:52:40 +07:00
  • f4fa62e032 clean up hathach 2012-12-27 02:29:58 +07:00
  • a2e1fc4a73 fix device example build errors hathach 2012-12-20 17:13:22 +07:00
  • 8c2ec83c59 rename macro configure in examples hathach 2012-12-20 16:59:43 +07:00
  • f9aee11063 add hal layer for lpc43xx hathach 2012-12-20 16:58:55 +07:00
  • 00b3f48519 rename a bunch of configure macros hathach 2012-12-20 16:56:19 +07:00
  • ec4a3f6048 cleaning hathach 2012-12-18 15:08:30 +07:00
  • 50c89192d8 add unity helper script files hathach 2012-12-12 17:25:08 +07:00
  • 01a97b74f5 add unity to test project hathach 2012-12-12 15:43:50 +07:00
  • e4a69a6f71 running blinking example hathach 2012-12-10 16:10:24 +07:00
  • 4ec23ea786 add build and project settings for lpc43xx hathach 2012-12-10 15:59:10 +07:00
  • 3eb7465e5e abstract usb enable/disable interrupt to hal layer hathach 2012-12-10 14:58:25 +07:00
  • b52b3b1cef finalize building process. Now I can focus on developing the stack (finally) hathach 2012-12-07 18:08:27 +07:00
  • 70e3a13951 change building process yes, again hathach 2012-12-07 17:59:46 +07:00
  • cd74f4f0ed work with lpc11u37 (lpc11uxx) on kevin's board hathach 2012-12-07 16:22:47 +07:00
  • cc45f35d70 fix descriptors for device hathach 2012-12-07 10:53:52 +07:00
  • daa1e125a1 added missing files hathach 2012-12-07 01:46:51 +07:00
  • 6049b6d0df make fundamental changes in project building add some makefile.defs hathach 2012-12-07 01:27:32 +07:00
  • f31ade6151 add board abstract layer rename arch to mcu hathach 2012-12-04 18:18:29 +07:00
  • 82820a2066 able to build with lpc43xx demo hathach 2012-12-04 14:12:48 +07:00
  • 8f00307986 fixed building errors with device example hathach 2012-12-04 11:30:34 +07:00
  • 921561be60 change editor tab to 2 spaces. hathach 2012-12-03 19:02:36 +07:00
  • 6ea85a569a added IAD descriptor hathach 2012-12-03 18:43:35 +07:00
  • 21012d42a2 add struct declare for standard descriptors hathach 2012-12-03 18:15:49 +07:00
  • b698b09a67 fix some doxygen settings and stuffs add prepacked for IAR compiler hathach 2012-12-03 16:51:14 +07:00
  • aff644b7c3 add some helper function into common.h hathach 2012-12-02 15:46:12 +07:00
  • b36a85ad36 add extern "C" for cpp start to work on hal layer hathach 2012-12-02 11:07:59 +07:00
  • a636d75fc6 extract hal_init hathach 2012-12-02 00:41:12 +07:00
  • 8a1dee1b2e add overview.md and license.md and tinyUSB overview.png hathach 2012-12-02 00:36:44 +07:00
  • 879fb21f99 change license email to website added support for cdc devices hathach 2012-11-29 17:52:57 +07:00
  • 2dd9501f37 update doxygen hathach 2012-11-29 16:58:12 +07:00
  • b8b92e1202 hid mouse working hathach 2012-11-29 16:32:49 +07:00
  • 8f57cb6ccb house keeping hathach 2012-11-29 15:40:57 +07:00
  • 360b28b44f add more doxygen docs start to use TUSB_Error_t hathach 2012-11-29 15:35:59 +07:00
  • 382cd30be2 doxygen for gcc attribute hathach 2012-11-29 13:54:49 +07:00
  • 8cd811e2a9 start to work with doxygen fix mem_size/mem_base usage with device rom driver hathach 2012-11-29 10:41:33 +07:00
  • 851f5bfd06 make keyboard device work with lpc1347 hathach 2012-11-28 11:53:23 +07:00
  • a5eecb4055 added keyboard device demo hathach 2012-11-27 17:51:59 +07:00
  • 545fe61828 start to add hid keyboard hathach 2012-11-27 17:41:00 +07:00
  • 54e5289b73 added assert macro hathach 2012-11-27 15:59:47 +07:00
  • a21ca6c0f1 house keeping hathach 2012-11-27 15:42:53 +07:00
  • 829c8672bb added _cplusplus extern wrapper hathach 2012-11-27 15:35:57 +07:00
  • 06c16ae03f added files added some template code hathach 2012-11-27 15:21:47 +07:00
  • e62963844b added files hathach 2012-11-26 17:19:26 +07:00
  • 65df4c1da7 added - licence.txt - lpcexpresso project files hathach 2012-11-26 15:07:46 +07:00
  • ae03332de4 Initial commit ha thach 2012-11-25 22:24:01 -08:00