summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-10Fix some style issues in the READMEarturo182
2020-01-10added stm32f411 blackpillhathach
2020-01-09Merge pull request #262 from hathach/developHa Thach
follow up to #261
2020-01-09follow up to #261hathach
- fix button pullup - flash using teensy_loader_cli - update boards.md
2020-01-09add trigger.ymlhathach
2020-01-09Merge branch 'master' into develophathach
2020-01-09Merge pull request #261 from ladyada/teensy4Ha Thach
add a rough bsp. UART on D0/D1, LED on D13, button on D12
2020-01-09add a rough bsp. UART on D0/D1, LED on D13, button on D12Lady Ada
2020-01-07Merge pull request #259 from majbthrd/nuc121Ha Thach
add Nuvoton NUC121/NUC125/NUC126
2020-01-07Merge pull request #1 from hathach/majbthrd-nuc121majbthrd
Majbthrd nuc121
2020-01-07added Peter into contributors dochathach
2020-01-07fix ci buildhathach
- nuc 121/125: add CFG_EXAMPLE_MSC_READONLY since it is not enough SRAM to hold MSC disk - nuc 126: drop i2c source files in compile list due to SDK driver issue.
2020-01-07skip travis buildhathach
2020-01-07Merge branch 'master' into nuc121Ha Thach
2020-01-05Merge pull request #254 from majbthrd/multi-setconfigHa Thach
gracefully handle multiple SET_CONFIGURATION requests
2020-01-04dcd_nuc121: allow user ZLP transfers to get a callbackPeter Lawrence
2020-01-04add Nuvoton NUC121/NUC125/NUC126Peter Lawrence
2020-01-04change token namehathach
2020-01-04curlhathach
2020-01-03curl againhathach
2020-01-03change to tokenhathach
2020-01-03try to trigger mynewt examplehathach
2020-01-01Merge pull request #257 from gsnxp/rt1010fixHa Thach
fixed build issue with i.MXRT1010-EVK, corrected typo in examples/readme
2019-12-30fixed build issue with i.MXRT1010-EVK, corrected typo in examples/readmeGreg Steiert
2019-12-30fix missing parentheses in TU_MIN and TU_MAX macros (#256)majbthrd
2019-12-30Let device respond to endpoint requests on EP0 (#251)Jeremy Herbert
Since endpoint 0 is used for control requests, it doesn't have a class driver attached to it. As such, the corresponding `_usbd_dev.ep2drv` entry points to driver `0xFF`, which is invalid and this makes the `TU_ASSERT(drvid < USBD_CLASS_DRIVER_COUNT);` line fail, and eventually causes an endpoint stall. So as-is the stack cannot respond to any endpoint requests on endpoint 0. However, standard requests on endpoint 0 do not need a class driver to produce a valid response. This commit changes the order of execution so that the assert is only checked if the endpoint is not 0.
2019-12-28gracefully handle multiple SET_CONFIGURATION requestsPeter Lawrence
2019-12-28implement multiple interfaces supportPeter Lawrence
2019-12-28more ci (#253)Ha Thach
* more ci * ci * ci * ci * ci test * more ci test * more ci * ci typo * test ci * ci use github ::add-path::
2019-12-28ci use github ::add-path::hathach
2019-12-28test cihathach
2019-12-28ci typohathach
2019-12-28more cihathach
2019-12-28more ci testhathach
2019-12-28ci testhathach
2019-12-28cihathach
2019-12-28cihathach
2019-12-28cihathach
2019-12-28more cihathach
2019-12-27Merge pull request #252 from hathach/developHa Thach
use github actions for build badge
2019-12-27use github actions for build badgehathach
2019-12-27Merge pull request #250 from hathach/github-actionHa Thach
migrate to github action for CI/CD
2019-12-27wrap up actionsHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27Update build.ymlHa Thach