Commit Graph

2974 Commits

Author SHA1 Message Date
hathach e2f60a5134 rt10xx: correct max endpoint count is 8 2020-01-17 17:09:23 +07:00
hathach 04d8671641 clean up, disable SOF for dcd trans since we don't use it for now 2020-01-17 12:59:00 +07:00
hathach 3208fe00b6 clean up 2020-01-17 12:06:59 +07:00
hathach c3f4c75cfc Merge branch 'master' into develop 2020-01-17 10:58:04 +07:00
Ha Thach 1f95f439e1
Merge pull request #274 from tannewt/dcache
Clean and invalidate the DCache when we have one.
2020-01-17 09:47:38 +07:00
Scott Shawcroft cd6454a330
Add if guards for dcache flushes. 2020-01-16 17:17:49 -08:00
Scott Shawcroft ae68668df9
flush and invalidate the dcache 2020-01-15 21:59:15 -08:00
Ha Thach 4daeb38185
Merge pull request #273 from majbthrd/nucbusreset
nuc121: survive USB bus reset
2020-01-16 11:37:35 +07:00
Ha Thach 12b191510a
Merge branch 'master' into nucbusreset 2020-01-16 11:22:33 +07:00
hathach 05fd02194e correct return value of midid_xfer_cb 2020-01-16 11:12:26 +07:00
Ha Thach 7b20b80dc0
Merge pull request #190 from pigrew/line_endings
Adjust line endings.
2020-01-16 11:10:52 +07:00
Ha Thach 537ceb0f65
Merge branch 'master' into line_endings 2020-01-16 10:55:14 +07:00
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