Commit Graph

  • 8dff4d454b minor adjust TUSB_CFG_HOST_DEVICE_MAX and TUSB_CFG_HOST_HUB hathach 2014-04-18 14:50:44 +07:00
  • 4091ddc4fc move osal_queue_send of osal_none to osal_none.c hathach 2014-04-18 14:45:21 +07:00
  • 6aecb62be2 disable running test for lpc175x_6x on travis hathach 2014-04-18 14:01:36 +07:00
  • 2c9ecb300a get all tests passed with lpc18xx_43xx. Need to disable some though hathach 2014-04-18 13:51:54 +07:00
  • 06bb9ad7a7 move STRING & XSTRING & STATIC_ASSERT to compiler.h 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 hathach 2014-04-17 22:57:11 +07:00
  • 69c46b2f9a fix configure file fix test_fifo.c hathach 2014-04-17 20:51:41 +07:00
  • f1ea1ce52e fixing test - rename errors.h to tusb_errors.h hathach 2014-04-17 20:40:34 +07:00
  • 44b36d74f2 clean up STATIC_VAR hathach 2014-04-17 18:02:51 +07:00
  • c4c8ca857c enable one ELF per function to have reduced code size from keil hathach 2014-04-17 15:24:38 +07:00
  • e8b586cc02 add script files, fix build error with device hathach 2014-04-17 14:54:14 +07:00
  • 4227ada477 fix broken link hathach 2014-04-17 13:03:19 +07:00
  • 712ba03cf6 add links to build and run demo to getting started hathach 2014-04-17 13:01:34 +07:00
  • e6c485bb40 move demo page to their folder hathach 2014-04-17 12:12:26 +07:00
  • 13a225f1b5 doc work, comment out \subpage command in markdown result hathach 2014-04-17 12:02:03 +07:00
  • 730065b93e fix getting started link again hathach 2014-04-17 10:58:43 +07:00
  • 0d11c38706 fix getting_started.md link hathach 2014-04-17 10:56:57 +07:00
  • fb510559ec remove TUSB_CFG_DEVICE_FULLSPEED hathach 2014-04-17 10:54:20 +07:00
  • ccc65e620a change default TUSB_CFG_DEBUG to 0 change meaning of TUSB_CFG_DEBUG hathach 2014-04-17 10:33:59 +07:00
  • 5c6f8750da minor docs hathach 2014-04-17 10:13:05 +07:00
  • 32d4b6518c move tools.md to tools/readme.md hathach 2014-04-16 12:05:14 +07:00
  • 9aa3707f65 doc updated hathach 2014-04-16 12:01:49 +07:00
  • 78b1c7dc1d added tools.md hathach 2014-04-15 12:51:32 +07:00
  • 622704a196 update doc hathach 2014-04-15 00:10:01 +07:00
  • beb46a2492 move doxygen configure file out to root since there is problem with it inside doxygen folder hathach 2014-04-14 13:19:38 +07:00
  • 8d16cf2c4f moving files to doxygen folders adding initial files for some pages hathach 2014-04-14 13:13:58 +07:00
  • 940d7fb7f6 merge EHCI_MAX_QHD/QTD and OHCI_MAX_QHD/QTD to HCD_MAX_ENDPOINT/XFER and scale with number of enabled classes. default config to support up to 5 device (hub + 4 others) hathach 2014-04-13 15:39:57 +07:00
  • 45e76ee34f update path to keil debug.ini for board NGX43330 hathach 2014-04-13 12:53:27 +07:00
  • 7a8003adfb rename getting_started.md hathach 2014-04-11 12:09:49 +07:00
  • 76f875d782 some docs hathach 2014-04-11 12:07:05 +07:00
  • 55dd9192a9 remove lpclink2 board hathach 2014-04-09 22:37:01 +07:00
  • c7ac55aebc remove OSAL_VAR for the simplicity clean up osal.h hathach 2014-04-09 22:29:38 +07:00
  • 26ec28785c tested lpcxpresso with ngx for all projects hathach 2014-04-09 22:07:48 +07:00
  • b5b12ff71e fix cmsis rtx problem by rebuilding the libRTX_CM4.a with lpcxpresso/tools hathach 2014-04-09 22:06:40 +07:00
  • 8eb2f4cb93 add MCB4300 to host rtx hathach 2014-04-08 14:02:25 +07:00
  • e53af2c4ad change keil_ram.ini to lpc43xx_debug_init.ini hathach 2014-04-08 13:56:53 +07:00
  • 30d452abf5 update all IAR project to support NGX4330 SPIFI configure hathach 2014-04-08 13:51:16 +07:00
  • 611dd2aff8 able to debug & flash with command line using IAR with NGX4330 board hathach 2014-04-08 13:25:23 +07:00
  • 6404b06341 added IAR flash loader for NGX4330 or lpc18/43xx hathach 2014-04-08 12:23:01 +07:00
  • 31a10c9780 able to debug IAR with NGX4330 still missing board loader though hathach 2014-04-07 18:25:04 +07:00
  • a2bb681389 added debug configure file for iar hathach 2014-04-07 17:48:49 +07:00
  • 21766a6235 try to add support for IAR ngx 4330 spifi hathach 2014-04-07 17:45:30 +07:00
  • 272cf9692a change all keil project setting for NGX4330 to use SPIFI setting hathach 2014-04-07 16:55:45 +07:00
  • 4e4a115569 clean up hathach 2014-04-04 15:21:19 +07:00
  • 68a56e52a2 remove RF1GHZNODE from board/readme.md dcd_lpc43xx.c - assign ENDPTPRIME with = instead of |= - fix bug with control transfer the determination of complete transferred --> fix keyboard + msc causes fast blinking hathach 2014-04-04 12:22:33 +07:00
  • 69f4d0ffbc fix keil jlink setting with 4357 hathach 2014-04-03 16:49:46 +07:00
  • bfb80c4ede added rtos to greeting for easy testing correct all keil flash setting hathach 2014-04-03 16:41:42 +07:00
  • 574c92d62e remove space in all lpcxpresso build for board correct all the architecture for all boards demo hathach 2014-04-03 13:52:18 +07:00
  • 5ad0ec4e1e rename all configuration name to remove space in IAR project hathach 2014-04-01 14:12:35 +07:00
  • 677aa8046e change all target name without space and output dir & listing dir hathach 2014-04-01 14:03:43 +07:00
  • 1fb1ea46a5 update xpresso host cmsis rtx to build with ngx4330 xpresso device cmsis rtx can build with all board hathach 2014-03-31 17:56:21 +07:00
  • 6052585932 remove cmsis rtx source folder hathach 2014-03-31 17:39:13 +07:00
  • a2ba588178 iar device cmsis can build all hathach 2014-03-31 17:25:05 +07:00
  • 44f98b7279 remove unnecessary board hathach 2014-03-31 17:10:53 +07:00
  • 55ea0d2e21 remove unnecessary board hathach 2014-03-31 17:08:04 +07:00
  • 3705747397 change to cmsis hathach 2014-03-31 17:06:57 +07:00
  • ae638dc2dc keil build all with device cmsis rtx hathach 2014-03-31 17:02:55 +07:00
  • 4b28bf2db0 working on device cmsis rtx hathach 2014-03-31 16:46:53 +07:00
  • 2c9b134699 move doxygen folder outside hathach 2014-03-31 16:34:23 +07:00
  • c939c11248 document hathach 2014-03-31 16:07:04 +07:00
  • 22b7e9f306 complete all available boards with device_freertos keil/iar/xpresso hathach 2014-03-31 14:56:20 +07:00
  • cee41a7871 fix keil ngx4330 invalid ram init path add ngx, lpc1769 to keil/iar/lpcxpresso device freertos hathach 2014-03-31 14:33:40 +07:00
  • 124dffd2cd refractor usbd_task as wrapper for body task IAR device_freertos works well except for CDC with typing many characters (like Keil) hathach 2014-03-31 13:12:51 +07:00
  • df352651d0 rename keil project files hathach 2014-03-31 12:43:27 +07:00
  • 97b5ce74c9 all classes work well with lpcxpresso device freertos keil device freertos, CDC has problem with typing too many characters hathach 2014-03-31 12:38:12 +07:00
  • 140115584f device_freertos lpcxpresso work with msc keyboard mouse hathach 2014-03-31 12:19:41 +07:00
  • bc99f59699 code beautify hathach 2014-03-31 12:06:13 +07:00
  • 6682720b2a implement & document all the device class _mounted_cb & _unmounted_cb callbacks hathach 2014-03-31 11:59:43 +07:00
  • 0bb2cc64b0 device_freertos/.cproject works well with msc & keyboard hathach 2014-03-31 11:26:41 +07:00
  • 538c2bd698 add initial project file for device cmsis rtx = hathach 2014-03-29 14:52:45 +07:00
  • 835c2b9d60 able to build device freertos with lpxcpresso and keil (on ea4357) hathach 2014-03-28 18:47:22 +07:00
  • 1f29229f96 rename the not-yet-to-use file hathach 2014-03-28 18:40:56 +07:00
  • 7ddef973b6 initial support for device freertos hathach 2014-03-28 18:17:38 +07:00
  • 152f460a94 img in list hathach 2014-03-28 18:05:18 +07:00
  • 1955510d19 img in list hathach 2014-03-28 18:01:27 +07:00
  • f22f5ab06e md hathach 2014-03-28 17:59:03 +07:00
  • fe036cfbe9 md hathach 2014-03-28 17:57:13 +07:00
  • 5ce219067f md hathach 2014-03-28 17:56:06 +07:00
  • d70decf27f update md hathach 2014-03-28 17:50:30 +07:00
  • f7403d0b52 updaet get_started.md hathach 2014-03-28 17:23:12 +07:00
  • 5d7195d67d test toc hathach 2014-03-28 17:07:31 +07:00
  • 1e1ec63cc5 testing toc hathach 2014-03-28 17:05:01 +07:00
  • f1be4cd5ae remove docs folder hathach 2014-03-28 15:34:42 +07:00
  • 9eff09ef7f document with markdown hathach 2014-03-28 15:23:32 +07:00
  • 22c2c1fd64 remove image and docs folder update get_started.md hathach 2014-03-27 22:27:42 +07:00
  • b0af13c50b fix image path hathach 2014-03-27 17:59:45 +07:00
  • 70c6ca7a48 update doxygen setting to have search and version hathach 2014-03-27 17:51:52 +07:00
  • 6b091c1215 iar naming folder hathach 2014-03-26 16:23:37 +07:00
  • abc6b58063 clean up hathach 2014-03-26 16:06:46 +07:00
  • 7320d22041 more documenting hathach 2014-03-26 15:43:45 +07:00
  • a316099a90 documenting with markdown hathach 2014-03-26 15:42:34 +07:00
  • 3508eaa03a md hathach 2014-03-26 15:34:16 +07:00
  • 989cad708a md again hathach 2014-03-26 15:32:44 +07:00
  • 535c8be49d markdown work for TDD page hathach 2014-03-26 12:35:19 +07:00
  • 95a367bd47 added support for keil, iar all hosts project hathach 2014-03-26 12:05:32 +07:00
  • 4160d53ef9 added mcb4300 to all host lpcxpresso project hathach 2014-03-26 11:56:43 +07:00
  • 14133342ec doxygen have problem with bolding the hyperlink. use <b> instead hathach 2014-03-26 11:43:42 +07:00
  • 2a4976b7bd markdown documenting hathach 2014-03-26 00:00:53 +07:00
  • 3cf5a383e0 rename markdown files hathach 2014-03-25 23:47:51 +07:00
  • 6594e4e7df markdown document hathach 2014-03-25 23:11:46 +07:00
  • 680784e9c1 update keil & iar device project to add lpcxpresso11u14 support hathach 2014-03-25 21:43:48 +07:00