hathach
4ecedc70c8
fix vector assign
2020-09-03 23:48:56 +07:00
hathach
1d83ad0ebb
rename tuh_isr/hcd_isr to tuh_int_handler/hcd_int_handler
2020-09-03 13:12:25 +07:00
hathach
1cee2da7b9
revert to use __USE_LPCOPEN
...
properly init fpu on LPC M4
2020-09-03 12:58:09 +07:00
hathach
c7d2d0ae29
ohci work, tested with lpc1769
2020-09-02 01:40:04 +07:00
hathach
52b5748e8d
fix ci build
2020-09-02 00:56:43 +07:00
hathach
c492aef4c7
revert to use float-abi
...
define __USE_CMSIS instead of __USE_LPCOPEN will have startup enable FPU
on startup properly. Although it is only relevant to lpx43/40 series,
change all to __USE_CMSIS for consistency
2020-09-02 00:46:08 +07:00
hathach
84425c50b3
add more logging to host stack
...
tested host with lpc4357, don't use fpu with lpc m4 since it seems to
cause hardfault (stack does not make use of fpu anyway).
2020-09-01 19:16:50 +07:00
hathach
f4e3c6fd8e
clean up
2020-09-01 17:12:31 +07:00
hathach
be708bb8a4
Merge branch 'master' into update-host
2020-09-01 12:02:25 +07:00
hathach
7a443d6bea
add itsybitsy nrf52840 board support
2020-08-27 16:40:24 +07:00
hathach
9d3a9cf546
add OPT_MCU_SAMD11
...
skip ci build for example that need more ROM/RAM could fit into SAMD11
2020-08-22 18:46:19 +07:00
Katherine Temkin
91f7ce9769
add support for SAMD11 devices / add samd11_xplained board
2020-08-21 13:15:07 -06:00
hathach
76fe8ac612
fix samg55 ci build
2020-08-21 12:19:38 +07:00
hathach
0407cfe16c
fix samd21 race condition with setup packet
...
reproduced with Adafruit_TinyUSB_ArduinoCore port commit 11d669b4d2a40eb2fc5e51b2a9707a6de9d42363 and SAMD BSP 1.6.1
2020-07-23 01:39:15 +07:00
Ha Thach
798fad397a
Merge pull request #464 from hathach/improve-highspeed
...
Better support highspeed mode
2020-07-19 13:24:57 +07:00
hathach
dc00f0cae1
update link speed detection for nuc505
2020-07-16 20:44:06 +07:00
Kate Temkin
9181ce55fb
add BSP for Great Scott Gadgets' LUNA boards (SAMD21)
2020-07-14 21:51:31 -06:00
hathach
0fd074afd8
change REDUCE_SPEED=0/1 to explicitly SPEED=high/full
...
update readme, boards.md to add link to new stm boards
2020-07-08 16:29:48 +07:00
Uwe Bonnes
8f433e67ac
Add stm32l4r5nucleo. USB and UARTwork.
...
USB runs from LSE stabilized MSI48
LPUART on PORTG needs VDDIO2 enabled.
2020-07-03 16:34:08 +02:00
Uwe Bonnes
11c6d4cdae
stlinkv3mini: Only OTG_HS has connector.
2020-07-03 10:59:02 +02:00
Uwe Bonnes
5c24d5ca72
stm32h745disco: HAL_PWREx_EnableUSBVoltageDetector() is needed for hot replug.
2020-07-03 10:53:51 +02:00
Uwe Bonnes
4b7539bd63
stm32h745disco: Only OTG_FS is available. Does not enumerate on replug yet.
2020-07-03 10:53:51 +02:00
Uwe Bonnes
fd38178189
STM32/OTG_HS: Allow OTG_HS port to run at FS speed.
...
Add "REDUCE_SPEED=1" to the compile options.
2020-07-03 10:52:57 +02:00
hathach
4cec866994
correct HSE_VALUE in hal_conf
...
- although it is define in CFLAGS, it is worth to correct to be
consistent with other build
- extract set_speed()
2020-07-02 14:57:00 +07:00
hathach
9a290febcd
change default port some stm bsp
...
- f769disco default port is highspeed port1
- remove PORT0 on stlink since the board only populated HS connector
2020-07-02 11:58:40 +07:00
hathach
c2289777f7
Merge branch 'add-stm-hs' of github.com:hathach/tinyusb into add-stm-hs
2020-07-01 23:53:33 +07:00
Uwe Bonnes
5b3a67a1e2
Add bsp for stlinkv3mini.
2020-07-01 15:42:53 +02:00
hathach
77315ba7ce
added uart for h743
2020-07-01 18:27:48 +07:00
hathach
a512a31c9d
Merge branch 'master' into add-stm-hs
2020-07-01 17:58:02 +07:00
Ha Thach
530b0099a5
Merge pull request #439 from UweBonnes/add-stm-hs
...
Add stm hs
2020-07-01 13:09:07 +07:00
hathach
463e978134
added DA14695 DK USB bsp
2020-07-01 12:47:14 +07:00
hathach
2f946e765d
rename file
2020-07-01 12:42:12 +07:00
hathach
0477446224
more clean up
2020-06-30 16:31:59 +07:00
hathach
f3a88477dc
revert rhport config in nxp mcus
2020-06-30 16:18:43 +07:00
Uwe Bonnes
30a18e2605
stm32f723disco: USB HS enumerates.
2020-06-30 11:07:53 +02:00
Uwe Bonnes
f6660c39a1
Add Stm32F7xxdisco board support files
...
Status with examples/device/cdc_msc:
- make BOARD=stm32f723disco => OK
- make BOARD=stm32f723disco PORT=1 => No Reaction
- make BOARD=stm32f746disco => OK
- make BOARD=stm32f746disco PORT=1 => Hangs during enumeration
- make BOARD=stm32f769disco => Hangs during enumeration
2020-06-30 11:02:38 +02:00
Uwe Bonnes
4b7f848e1f
stm32h743nucleo: Enable Log via STLINK-VCP.
2020-06-30 11:01:44 +02:00
hathach
ab75998316
Merge branch 'master' into add-stm-hs
2020-06-30 01:55:57 +07:00
Ha Thach
05996aee64
Merge pull request #427 from kasjer/kasjer/add-da1469x-support
...
Support for DA1469x MCU from Dialog Semiconductor
2020-06-30 01:20:56 +07:00
hathach
2dff40236c
add kaluga files
2020-06-29 18:40:23 +07:00
hathach
50b569ad1b
added esp32s2 kaluga bsp
2020-06-29 16:52:08 +07:00
Jerzy Kasenberg
8e143fc962
Add board support for Dialog DA1469x-dk-pro
...
This adds source files that allow to run TinyUSB stack on DA1469x-dk-pro board.
Source files .c .S and .ld are taken from Apache Mynewt repository.
Those files were stripped to allow starting board without Mynewt os.
2020-06-29 11:02:32 +02:00
hathach
667eaa6dd6
fix stm32h743 priority with freeRTOS
2020-06-16 00:03:52 +07:00
hathach
0bfa839ac0
clean up, update other example config
2020-06-15 23:06:17 +07:00
hathach
a347de6e50
revert CFG_TUSB_RHPORT0_MODE to previous way
2020-06-14 18:28:45 +07:00
hathach
e92118635c
adding speed detect on bus reset
2020-06-01 13:40:18 +07:00
hathach
5ffba8536d
able to detect as hs
2020-05-31 19:41:22 +07:00
hathach
e0490ae786
fix idf usb pin init changes
2020-05-29 13:06:33 +07:00
hathach
227bffe04b
adding h743 uart, but not enabled yet since it conflict with OTG_FS2
2020-05-27 01:14:52 +07:00
hathach
0482f0d686
update h743eval with rhport=1 highspeed
2020-05-26 22:15:00 +07:00