Commit Graph

720 Commits

Author SHA1 Message Date
2dff40236c add kaluga files 2020-06-29 18:40:23 +07:00
50b569ad1b added esp32s2 kaluga bsp 2020-06-29 16:52:08 +07:00
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
7c94176b4b Update NRFX to v2.2.0 2020-06-24 15:07:28 +02:00
667eaa6dd6 fix stm32h743 priority with freeRTOS 2020-06-16 00:03:52 +07:00
0bfa839ac0 clean up, update other example config 2020-06-15 23:06:17 +07:00
a347de6e50 revert CFG_TUSB_RHPORT0_MODE to previous way 2020-06-14 18:28:45 +07:00
56f3898ced Add Dialog DA1469x register definition file
Register definition file along with some MCU headers was taken
from Dialog SDK for DA1469x MCUs.
Those files are needed for USB port.
2020-06-09 12:55:28 +02:00
e92118635c adding speed detect on bus reset 2020-06-01 13:40:18 +07:00
5ffba8536d able to detect as hs 2020-05-31 19:41:22 +07:00
e0490ae786 fix idf usb pin init changes 2020-05-29 13:06:33 +07:00
227bffe04b adding h743 uart, but not enabled yet since it conflict with OTG_FS2 2020-05-27 01:14:52 +07:00
0482f0d686 update h743eval with rhport=1 highspeed 2020-05-26 22:15:00 +07:00
fad088719e merge CFG_TUSB_RHPORT1_MODE into CFG_TUSB_RHPORT0_MODE
each port is 1 byte for easy maintenance
2020-05-26 15:21:23 +07:00
62a746bdc7 wip 2020-05-26 12:18:36 +07:00
ba9c774a2a board test work fine 2020-05-23 13:29:30 +07:00
4c01099a3d update makefile to build with ohci host
update ses project for lpc1769 with rtt
2020-05-22 20:57:52 +07:00
f308990ab5 Merge branch 'master' into update-host 2020-05-22 15:28:22 +07:00
58cedf4c06 usb0 host on mcb1800 work with fullspeed mode.
use usbh_edpt_open() to correctly map ep2drv[]
2020-05-19 00:55:43 +07:00
550746097b fix cast-align warning for nuc505 2020-05-18 13:03:41 +07:00
1a8ce043ed enable -Wcast-align
suppress vendor sdk driver at board.mk
2020-05-17 14:24:15 +07:00
3c43009278 Add support for stm32f746nucleo board 2020-05-15 10:23:01 +02:00
615369a6eb stm32l476disco: Fix system clock setup
Code suggested that PLL with MSI is used resulting in 80MHz clock.
When in fact PLL was not configured and system clock was left at MSI 48MHz.

This happens because PLL configuration requires that SysTick interrupt
has interrupt priority level configured correctly.
As it seems ST code intentionally setups variable uwTickPrio to invalid
value and later when it is not setup by user code configuration
of oscillator will fail before PLL is configured.

This simple changes systick priority to some valid value that
allows clock to use PLL.
2020-05-06 15:13:55 +02:00
d9e534f6f2 stm32l476disco: fix uninitialized filed usage
Field PLLState was not initialized in RCC_OscInitStruct.PLL in
function SystemClock_Config().
Value is used in HAL_RCC_OscConfig() regardless of oscillator.
In lucky case value would be 0 RCC_PLL_NONE and nothing would
happen.
If value was incorrect following line would end up in assert:
assert_param(IS_RCC_PLL(RCC_OscInitStruct->PLL.PLLState));

If value was valid but no RCC_PLL_NONE pll could be configured
with some other random values.

Setting PLLState to RCC_PLL_NONE eliminates potential problem.
2020-05-06 14:25:46 +02:00
905a80d1b2 temporarily remove osal_task_delay() from osal
- add hcd_uframe_number() API, update EHCI to return uframe number
- get host running on ea4357
2020-05-04 14:11:58 +07:00
4a3a448340 clean up things, add makefile for host example 2020-05-04 00:29:52 +07:00
9538ca7d74 add uart for mcb1800 2020-05-03 14:50:12 +07:00
94fed7db0e fix esp32 ci adding FREERTOS STATIC to sdkconfig default 2020-04-29 11:31:04 +07:00
7acdcc2ebc Merge branch 'master' into add-more-example 2020-04-22 19:50:23 +07:00
1fc7f54a8a added swo as logger
tested with feather nrf52840 + jlink
2020-04-22 19:18:03 +07:00
afc4042375 add LOGGER option to use rtt
update example readme for debug log. Update bug template to ask for LOG
as well.
2020-04-22 17:08:41 +07:00
e4570c35f7 add uart for ea4357 2020-04-20 00:27:35 +07:00
1f69807621 Merge pull request #354 from hathach/cxd56-disconnect-connect
Cxd56 disconnect connect
2020-04-17 13:12:47 +07:00
50be9d7c3a mass rename tud/dcd_irq_handler to tud/dcd_init_handler 2020-04-17 12:27:53 +07:00
89f99426fc add code for disconnect/connect (not tested) 2020-04-17 11:48:49 +07:00
989cca5b1a update per review 2020-04-17 09:29:02 +07:00
bb2669fbc0 add dfu generate target for fomu 2020-04-16 22:24:48 +07:00
a009775745 dcd disconnect/connect for transdimension ip 2020-04-16 16:56:16 +07:00
04a06ec401 Merge branch 'master' into refactor-irqhandler 2020-04-11 15:49:34 +07:00
d8d5902ccb change saola-1 led to pin 18 by default 2020-04-10 15:44:50 +07:00
cefbd9579c add neopixel led strip driver for saola, make saola as an component 2020-04-09 11:02:16 +07:00
40e23672ff rename hal_dcd_isr to dcd_irq_handler for fomu 2020-04-08 16:47:20 +07:00
e879ad1e6f move irq from msp430 2020-04-08 16:42:36 +07:00
8f17945b67 move irq for stm32 synopsys 2020-04-08 16:37:09 +07:00
9014ca5528 move irq for stm32 fsdev 2020-04-08 16:26:14 +07:00
fc9170b2c1 clean up 2020-04-08 15:15:52 +07:00
70df1aff13 add TODO for saola on-board neopixel 2020-04-08 15:00:16 +07:00
a2dee7fb50 rename saola to saola_1 2020-04-07 23:07:25 +07:00
6a9f971882 add saola button pin support, esp32 build with board_test 2020-04-07 13:42:48 +07:00
a344427e3f fix CROSS_COMPILE for esp32s2 2020-04-06 20:39:20 +07:00