| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-05 | fix asm file .S (nrf) and .s (stm) | hathach | |
| 2019-03-05 | Merge branch 'master' into stm32f4 | hathach | |
| 2019-02-27 | examples/cdc_msc_hid: Revert local changes to tusb_config.h. | William D. Jones | |
| 2019-01-29 | zero init internal class/device data | hathach | |
| 2019-01-29 | fix segger debug with SD | hathach | |
| - Add macro NO_VTOR_CONFIG - In Properties -> Debugger -> Debugger Options -> Start From Entry Point Symbol, set to 'No.' This is because we should enter our SoftDevice's ResetHandler(), not our applications. For more information, see RK's comment below. | |||
| 2019-01-29 | nrf5x usb init before sd works | hathach | |
| 2019-01-29 | add S140 v6 build config for nrf5x | hathach | |
| 2019-01-25 | Merge branch 'devlocal' into develop | hathach | |
| 2019-01-10 | cdc_msc_hid: Ensure example compiles again- add missing prototypes, | William D. Jones | |
| fix incorrect prototypes, clean up. | |||
| 2019-01-10 | Merge branch 'master' of https://github.com/hathach/tinyusb into stm32f4 | William D. Jones | |
| 2019-01-09 | cdc_msc_hid: Work around LTO bug in gcc where order of compile matters | William D. Jones | |
| (bug #1747966). | |||
| 2019-01-04 | Add USB Midi support. | Scott Shawcroft | |
| It also introduces a txbuffer which copies data into it but passes the buffer straight to the USB rather than another copy. | |||
| 2019-01-02 | adding makefile support for nrf5x | hathach | |
| got undefined reference to `_start' | |||
| 2018-12-13 | white spaces | hathach | |
| 2018-12-13 | seperate tusb_task() to tud_task() and tuh_task() | hathach | |
| tusb_task() still exists for backward compatible | |||
| 2018-12-13 | osal clean up | hathach | |
| remove OSAL_TASK_DEF, osal_task_create. Applicaton should create a task and call tinyusb_task(). This make API consistent with NO OS. | |||
| 2018-12-12 | minor update | hathach | |
| 2018-12-07 | enable all warnings | hathach | |
| 2018-12-05 | clean up ses project | hathach | |
| 2018-12-05 | add role to OSAL_QUEUE_DEF() to disable correct dcd/hcd isr | hathach | |
| 2018-12-05 | fix travis build error | hathach | |
| 2018-12-05 | lpc40xx device work, moving Chip_USB_Init out of tinyusb | hathach | |
| 2018-12-04 | adding ea4088 quickstart, able to blink | hathach | |
| 2018-12-04 | add mcb1800, blink led ok | hathach | |
| 2018-12-03 | clean up | hathach | |
| 2018-12-03 | use lpcopen for ea4357, blinky ok | hathach | |
| 2018-12-03 | clean up lpc13 | hathach | |
| 2018-12-03 | moving lpc17xx to use lpcopen | hathach | |
| 2018-12-03 | move lpc_chip_13xx files | hathach | |
| 2018-12-03 | use flash for msc_disk_ram in case mcu does have enough sram | hathach | |
| 2018-12-03 | correct memory placement for lpc13. CDC work well | hathach | |
| 2018-12-02 | lpc11u use USBSRAM, able to response with 1st request | hathach | |
| 2018-12-01 | fix lpc11u68 bsp issue, able to blink | hathach | |
| 2018-12-01 | able to build lpc11u68 | hathach | |
| 2018-12-01 | add lpc11u68 ses file | hathach | |
| 2018-11-30 | lpc13xx build ok (not work) with lpcopen | hathach | |
| 2018-11-30 | adding ses lpc13xx | hathach | |
| 2018-11-30 | remove obsolete example | hathach | |
| 2018-11-30 | rename OPT_MCU_LPC13UXX to OPT_MCU_LPC13XX | hathach | |
| 2018-11-29 | added & tested lpc17xx freertos device example | hathach | |
| - add USB priority check for freeRTOS config | |||
| 2018-11-29 | update segger project | hathach | |
| 2018-11-29 | clean up | hathach | |
| 2018-11-28 | add Auto descriptor endpoint num config to support lpc17xx | hathach | |
| CFG_TUD_DESC_*_EPNUM | |||
| 2018-11-27 | needs to be filled out. blinks though | Scott Shawcroft | |
| 2018-11-27 | clean up | hathach | |
| 2018-11-27 | enhance dcd lpc17xx. Able to pass enumeration | hathach | |
| 2018-11-26 | add lpc175x_6x project file | hathach | |
| 2018-11-26 | add OPT_MODE_HIGH_SPEED | hathach | |
| 2018-11-26 | clean up | hathach | |
| 2018-11-26 | clean up warnings | hathach | |
