| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-30 | Merge pull request #427 from kasjer/kasjer/add-da1469x-support | Ha Thach | |
| Support for DA1469x MCU from Dialog Semiconductor | |||
| 2020-06-29 | Merge pull request #445 from hathach/add-kaluga-bsp | Ha Thach | |
| added esp32s2 kaluga bsp | |||
| 2020-06-29 | add kaluga files | hathach | |
| 2020-06-29 | added esp32s2 kaluga bsp | hathach | |
| 2020-06-29 | Add board support for Dialog DA1469x-dk-pro | Jerzy Kasenberg | |
| 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-24 | Update NRFX to v2.2.0 | Czeslaw Makarski | |
| 2020-06-16 | fix stm32h743 priority with freeRTOS | hathach | |
| 2020-06-15 | clean up, update other example config | hathach | |
| 2020-06-14 | revert CFG_TUSB_RHPORT0_MODE to previous way | hathach | |
| 2020-06-09 | Add Dialog DA1469x register definition file | Jerzy Kasenberg | |
| 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-01 | adding speed detect on bus reset | hathach | |
| 2020-05-31 | able to detect as hs | hathach | |
| 2020-05-29 | fix idf usb pin init changes | hathach | |
| 2020-05-27 | adding h743 uart, but not enabled yet since it conflict with OTG_FS2 | hathach | |
| 2020-05-26 | update h743eval with rhport=1 highspeed | hathach | |
| 2020-05-26 | merge CFG_TUSB_RHPORT1_MODE into CFG_TUSB_RHPORT0_MODE | hathach | |
| each port is 1 byte for easy maintenance | |||
| 2020-05-26 | wip | hathach | |
| 2020-05-23 | board test work fine | hathach | |
| 2020-05-22 | update makefile to build with ohci host | hathach | |
| update ses project for lpc1769 with rtt | |||
| 2020-05-22 | Merge branch 'master' into update-host | hathach | |
| 2020-05-19 | usb0 host on mcb1800 work with fullspeed mode. | hathach | |
| use usbh_edpt_open() to correctly map ep2drv[] | |||
| 2020-05-18 | fix cast-align warning for nuc505 | hathach | |
| 2020-05-17 | enable -Wcast-align | hathach | |
| suppress vendor sdk driver at board.mk | |||
| 2020-05-15 | Add support for stm32f746nucleo board | Mark Olsson | |
| 2020-05-06 | stm32l476disco: Fix system clock setup | Jerzy Kasenberg | |
| 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 | stm32l476disco: fix uninitialized filed usage | Jerzy Kasenberg | |
| 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-04 | temporarily remove osal_task_delay() from osal | hathach | |
| - add hcd_uframe_number() API, update EHCI to return uframe number - get host running on ea4357 | |||
| 2020-05-04 | clean up things, add makefile for host example | hathach | |
| 2020-05-03 | add uart for mcb1800 | hathach | |
| 2020-04-29 | fix esp32 ci adding FREERTOS STATIC to sdkconfig default | hathach | |
| 2020-04-22 | Merge branch 'master' into add-more-example | hathach | |
| 2020-04-22 | added swo as logger | hathach | |
| tested with feather nrf52840 + jlink | |||
| 2020-04-22 | add LOGGER option to use rtt | hathach | |
| update example readme for debug log. Update bug template to ask for LOG as well. | |||
| 2020-04-20 | add uart for ea4357 | hathach | |
| 2020-04-17 | Merge pull request #354 from hathach/cxd56-disconnect-connect | Ha Thach | |
| Cxd56 disconnect connect | |||
| 2020-04-17 | mass rename tud/dcd_irq_handler to tud/dcd_init_handler | hathach | |
| 2020-04-17 | add code for disconnect/connect (not tested) | hathach | |
| 2020-04-17 | update per review | hathach | |
| 2020-04-16 | add dfu generate target for fomu | hathach | |
| 2020-04-16 | dcd disconnect/connect for transdimension ip | hathach | |
| 2020-04-11 | Merge branch 'master' into refactor-irqhandler | Ha Thach | |
| 2020-04-10 | change saola-1 led to pin 18 by default | hathach | |
| 2020-04-09 | add neopixel led strip driver for saola, make saola as an component | hathach | |
| 2020-04-08 | rename hal_dcd_isr to dcd_irq_handler for fomu | hathach | |
| 2020-04-08 | move irq from msp430 | hathach | |
| 2020-04-08 | move irq for stm32 synopsys | hathach | |
| 2020-04-08 | move irq for stm32 fsdev | hathach | |
| 2020-04-08 | clean up | hathach | |
| 2020-04-08 | add TODO for saola on-board neopixel | hathach | |
| 2020-04-07 | rename saola to saola_1 | hathach | |
