| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-29 | working on suspend and resume | hathach | |
| change dcd_init signature | |||
| 2019-03-25 | fix timer prio for freertos to blink led | hathach | |
| 2019-03-24 | remove tusb_hal_millis() usage, less work for porting | hathach | |
| 2019-03-23 | clean up bsp, adde board_millis() | hathach | |
| 2019-03-23 | remove idle rate enforcement, should be done in application level | hathach | |
| 2019-03-23 | add board_noos_millis() for blinky | hathach | |
| 2019-03-22 | simplify board API, adding stm32f3 discovery | hathach | |
| - remove board header since it is not used | |||
| 2019-03-22 | clean up | hathach | |
| 2019-03-21 | minor clean up | hathach | |
| 2019-03-21 | add readme url for mynewt example | hathach | |
| 2019-03-20 | clean board uart read & write | hathach | |
| 2019-03-20 | migrate license from BSD 3 clause to MIT | hathach | |
| 2019-03-20 | move lpcopen to its own repo (submodule) | hathach | |
| 2019-03-20 | move -nostdlib (-nostartfiles) into board.mk | hathach | |
| since nrf5x require the use of std startup. Add verbose mode to makefile | |||
| 2019-03-19 | stm32f place startup*.o first in linking order due to gcc flto bug | hathach | |
| ref: https://bugs.launchpad.net/gcc-arm-embedded/+bug/1747966 | |||
| 2019-03-17 | update flash-jlink target for m0 and m4 board | hathach | |
| 2019-03-16 | adding flash (jlink) | hathach | |
| 2019-03-15 | update ses project file | hathach | |
| 2019-03-13 | dcd_set_address include status response, usbd control stall both control in ↵ | hathach | |
| and out | |||
| 2019-03-10 | adding segger project for stm32f4 | hathach | |
| 2019-03-09 | add flash target for stm32 board using stm32cubeprogammger cli | hathach | |
| 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 | |
