Commit Graph

2735 Commits

Author SHA1 Message Date
hathach 43eff66d40 add raytac mdbt50q rx dongle 2020-01-10 16:51:24 +07:00
Ha Thach aa50362e27
Merge pull request #264 from hathach/develop
Added BSP for stm32f401/f411 blackpill
2020-01-10 15:30:56 +07:00
hathach 82c2674b19 clean up 2020-01-10 15:22:45 +07:00
hathach 287d45155d added stm32f401 blackpill 2020-01-10 15:19:33 +07:00
hathach 4494720dbc clean up HSE_VALUE for stm32 2020-01-10 15:14:37 +07:00
hathach 04cf337b79 clean up flash-stlink 2020-01-10 15:09:59 +07:00
hathach 67d88a8348 add generic flash-stlink 2020-01-10 15:00:46 +07:00
Ha Thach d5d8c38f8d
Merge pull request #263 from arturo182/patch-1
Fix some style issues in the README
2020-01-10 10:37:33 +07:00
arturo182 33723157a4
Fix some style issues in the README 2020-01-10 00:34:12 +01:00
hathach dd6313a6ca added stm32f411 blackpill 2020-01-10 00:28:46 +07:00
Ha Thach e685aa9c5e
Merge pull request #262 from hathach/develop
follow up to #261
2020-01-09 22:12:00 +07:00
hathach 84bbe54e17 follow up to #261
- fix button pullup
- flash using teensy_loader_cli
- update boards.md
2020-01-09 22:04:11 +07:00
hathach 03d14f4d83 add trigger.yml 2020-01-09 21:31:10 +07:00
hathach dd96be492f Merge branch 'master' into develop 2020-01-09 21:31:01 +07:00
Ha Thach 99f76eaaaa
Merge pull request #261 from ladyada/teensy4
add a rough bsp. UART on D0/D1, LED on D13, button on D12
2020-01-09 13:28:06 +07:00
Lady Ada 8ead416865 add a rough bsp. UART on D0/D1, LED on D13, button on D12 2020-01-09 00:59:48 -05:00
Ha Thach 6ccfb4258c
Merge pull request #259 from majbthrd/nuc121
add Nuvoton NUC121/NUC125/NUC126
2020-01-07 22:09:41 +07:00
majbthrd c1934c36c3
Merge pull request #1 from hathach/majbthrd-nuc121
Majbthrd nuc121
2020-01-07 09:03:51 -06:00
hathach e85a481db1 added Peter into contributors doc 2020-01-07 17:04:15 +07:00
hathach 8aef8d4b85 fix ci build
- 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-07 16:57:18 +07:00
hathach 0268f24227 skip travis build 2020-01-07 16:29:11 +07:00
Ha Thach 130250a2be
Merge branch 'master' into nuc121 2020-01-07 16:26:58 +07:00
Ha Thach d6a8d42bd6
Merge pull request #254 from majbthrd/multi-setconfig
gracefully handle multiple SET_CONFIGURATION requests
2020-01-05 17:48:55 +07:00
Peter Lawrence 5c5f876461 dcd_nuc121: allow user ZLP transfers to get a callback 2020-01-04 13:36:26 -06:00
Peter Lawrence f4371e79b1 add Nuvoton NUC121/NUC125/NUC126 2020-01-04 10:31:55 -06:00
hathach 3362a4b09d change token name 2020-01-04 14:24:21 +07:00
hathach 6f03617ff5 curl 2020-01-04 00:12:03 +07:00
hathach 4282a0d96a curl again 2020-01-03 17:37:10 +07:00
hathach 2cbd0cdf50 change to token 2020-01-03 17:19:23 +07:00
hathach 019d1b09c5 try to trigger mynewt example 2020-01-03 17:11:22 +07:00
Ha Thach 97c216bc04
Merge pull request #257 from gsnxp/rt1010fix
fixed build issue with i.MXRT1010-EVK, corrected typo in examples/readme
2020-01-01 13:35:36 +07:00
Greg Steiert e06f4a3ffe fixed build issue with i.MXRT1010-EVK, corrected typo in examples/readme 2019-12-30 09:11:52 -08:00
majbthrd 6b3eb5f173 fix missing parentheses in TU_MIN and TU_MAX macros (#256) 2019-12-30 23:12:18 +07:00
Jeremy Herbert db24b2f372 Let device respond to endpoint requests on EP0 (#251)
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-30 10:58:06 +07:00
Peter Lawrence e7bf66b29e gracefully handle multiple SET_CONFIGURATION requests 2019-12-28 16:49:52 -06:00
Ha Thach 8e04eafb8a
more ci (#253)
* more ci

* ci

* ci

* ci

* ci test

* more ci test

* more ci

* ci typo

* test ci

* ci use github ::add-path::
2019-12-28 16:24:32 +07:00
hathach 1bcf121785
ci use github ::add-path:: 2019-12-28 16:11:10 +07:00
hathach bfdc9a94f9
test ci 2019-12-28 15:55:18 +07:00
hathach 4406e378ce
ci typo 2019-12-28 15:52:15 +07:00
hathach f5cc48017a
more ci 2019-12-28 15:49:38 +07:00
hathach 274488ec65
more ci test 2019-12-28 15:45:44 +07:00
hathach ccbae7538d
ci test 2019-12-28 15:41:44 +07:00
hathach dc8a68c7c0
ci 2019-12-28 15:36:25 +07:00
hathach 1b8626025e
ci 2019-12-28 15:35:12 +07:00
hathach ac78f42032
ci 2019-12-28 15:05:33 +07:00
hathach 947e7b803a
more ci 2019-12-28 15:03:25 +07:00
Ha Thach 01fb25ab95
Merge pull request #252 from hathach/develop
use github actions for build badge
2019-12-27 21:53:48 +07:00
hathach 70abfe7f45
use github actions for build badge 2019-12-27 21:39:44 +07:00
Ha Thach eb6a965cf5
Merge pull request #250 from hathach/github-action
migrate to github action for CI/CD
2019-12-27 21:23:19 +07:00
Ha Thach 2b6b856d7c
wrap up actions 2019-12-27 21:12:53 +07:00