Peter Lawrence
2ed395bde3
nuc121: survive USB bus reset
2020-01-15 21:40:24 -06:00
majbthrd
f28fad7bbf
Merge pull request #272 from majbthrd/nucbetter
...
nuc121: enhanced driver and hopefully added readability
2020-01-15 20:24:53 -06:00
Peter Lawrence
c04bc07c29
nuc121: enhanced driver and hopefully added readability
2020-01-15 20:09:50 -06:00
Nathan Conrad
25c1bea782
Normalize line endings
2020-01-15 14:47:43 -05:00
Nathan Conrad
5b9b36be14
Add gitattributes
2020-01-15 14:46:12 -05:00
majbthrd
906471a487
Merge pull request #271 from majbthrd/nucoutmps
...
nuc121: fix handling of OUT transfers larger than max packet size
2020-01-15 10:28:49 -06:00
Peter Lawrence
7f2db321bf
nuc121: better fix for handling large OUT transfers
2020-01-15 10:23:23 -06:00
Peter Lawrence
f2a5335417
nuc121: fix handling of OUT transfers larger than max packet size
2020-01-14 22:07:38 -06:00
Ha Thach
1210beb906
Merge pull request #270 from hathach/develop
...
Add LED to NUC BSP
2020-01-15 10:10:48 +07:00
Sean Cross
a6b916ba85
Merge pull request #269 from antmicro/volatile_buffers_fix
...
dcd_eptri: Fix rx_buffer/tx_buffer volatile annotation
2020-01-15 07:02:11 +10:00
Mateusz Holenko
c1781e5e7c
dcd_eptri: Fix rx_buffer/tx_buffer volatile annotation
...
This makes `rx_buffer` and `tx_buffer` *pointers*
volatile in order to avoid caching them in a register.
The original notation meant "a pointer to a volatile value"
(equivalent of `volatile uint8_t *`). This resulted in
`while(rx_buffer[ep_num] != NULL) ;` loop to get stuck
forever, even though the IRQ handler set the `rx_buffer[ep_num] = NULL`.
2020-01-14 13:57:17 +01:00
hathach
0c1fff735d
skip nuc flash verify
2020-01-14 18:19:33 +07:00
hathach
4de9439fb1
more nuvoton support
...
- add LED for nutiny nuc 121, 125s, 126v
- flash target to use nuvoton's openocd fork
2020-01-14 18:13:42 +07:00
Ha Thach
6781d58449
Merge pull request #267 from majbthrd/adatypo
...
correct apparent Adafruit typo in SAMD21 board.mk
2020-01-12 11:51:06 +07:00
Peter Lawrence
64b435cf6e
correct apparent Adafruit typo in SAMD21 board.mk
2020-01-11 18:25:38 -06:00
Ha Thach
13016c5cbb
Merge pull request #266 from hathach/develop
...
follow up to PR #240
2020-01-11 13:14:30 +07:00
hathach
516e6e6bea
add cdc_dual_ports example to actionci
2020-01-11 13:02:10 +07:00
hathach
08da3e80b7
echo to both serial at once
2020-01-11 12:59:02 +07:00
hathach
242a2b6126
clean example
2020-01-11 12:43:02 +07:00
Ha Thach
744674bb28
Merge pull request #240 from majbthrd/master
...
implement multiple interfaces support
2020-01-11 12:23:13 +07:00
Ha Thach
2eb1edcd43
Merge pull request #265 from hathach/develop
...
add raytac mdbt50q rx dongle
2020-01-10 17:03:34 +07:00
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