| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-01-29 | update usbh_init and test | hathach | |
| 2013-01-27 | add usbh_device_info_t to return device status | hathach | |
| 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-27 | add class_hid_keyboard_init and test code | hathach | |
| add define _TINY_USB_SOURCE_FILE_ to hide internal API from application | |||
| 2013-01-26 | add check device API for stack usage | hathach | |
| bool usbh_device_is_plugged(tusb_handle_device_t const device_hdl); | |||
| 2013-01-26 | add more test code for keyboard hid application API | hathach | |
| refractor, restructure, rename several thing regarding host, keyboard etc ... | |||
| 2013-01-23 | change configure handle to device handle | hathach | |
| change test case accordingly | |||
| 2013-01-22 | start to support | hathach | |
| - 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-19 | change error type to lower case for more consistency | hathach | |
| change Error Enum to TUSB prefix for more consistency start to add check for OS configure | |||
| 2013-01-18 | add ASSERT POINTER support | hathach | |
| add hid host and separate hid host & device update host project setting with EA4357 board add para checking test for hid host | |||
| 2013-01-18 | prepare test project for 43xx host test | hathach | |
| 2013-01-18 | house keeping | hathach | |
| 2013-01-16 | rename some fifo functions to be more consistent | hathach | |
| 2013-01-16 | delete mcu folders as it duplicate hal folders | hathach | |
| 2013-01-16 | added some tests for fifo.c | hathach | |
| 2013-01-16 | add uart for lpc11uxx and retarget successfully | hathach | |
| 2013-01-15 | add test_fifo.c file template, add its test code soon | hathach | |
| 2013-01-14 | add binary const & its test code | hathach | |
| 2013-01-14 | refractor to remove duplicate code between ASSERT_HEX and ASSERT_INT | hathach | |
| use static inline min_of and max_of instead of macro | |||
| 2013-01-13 | add assert_hex & assert_hex_within | hathach | |
| 2013-01-13 | done with ASSERT_INT_WITHIN | hathach | |
| 2013-01-13 | add ASSERT_INT_WITHIN and its test code | hathach | |
| 2013-01-13 | add ASSERT_INT, ASSERT_INT_EQUAL and test code for it | hathach | |
| 2013-01-13 | rename ASSERT_ERROR to ASSERT_STATUS | hathach | |
| add binary const support @ common/binary.h enhance assert support @ common/assertion.h add test code for assertion.h | |||
| 2012-12-27 | - add ceedling/cmock/unity as testing framework and support | hathach | |
| - unified makefile project for the whole repos - new separate project for tests | |||
