| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-12 | Merge branch 'master' into add_uvc | Ha Thach | |
| 2021-10-09 | Add compile option to allocate video data into flash in video_capture example | kkitayam | |
| 2021-10-09 | Change the video image to scrolling color bars. | kkitayam | |
| 2021-10-07 | Streamline settings for board. | Gordon McNab | |
| 2021-10-06 | Sort out board settings. | Gordon McNab | |
| 2021-10-06 | Change author in header to Bridgetek Pte Ltd. | Gordon McNab | |
| 2021-10-06 | Rename directories to indicate that FT930 and FT900 devices are both covered ↵ | Gordon McNab | |
| by the same SDK and src/portable code. Board makefile includes __FT900__ macro for FT90x and __FT930__ macro for boards with FT93x. | |||
| 2021-10-05 | USB seems to init ok | Scott Shawcroft | |
| 2021-10-05 | Add initial port for FT9xx series from Bridgetek. | Gordon McNab | |
| Add FT90X and FT93X to the list of devices in tusb_option.h. 1700 for FT90x and 1701 for FT93x. Set endpoint attributes for FT90x and FT93x in dcd_attr.h. Add FT90x routines for USB device in src/portable/bridgetek/ft90x/dcd_ft90x.c The location for hardware header files and libraries is hw/mcu/bridgetek/ft90x/hardware. There are no files in the repository, but files will be linked as a submodule in the future. The required files can be copied from or linked to the location "C:/Program Files(x86)/Bridgetek/FT9xx Toolchain/Toolchain/hardware" once the toolchain is installed. Makefile for the MM900EV1B board for developing with an FT900 device is present. Use "BOARD=mm900ev1b". | |||
| 2021-10-05 | rename CFG_TUD_NET to CFG_TUD_ECM_RNDIS | hathach | |
| 2021-10-05 | Merge branch 'add_ncm' of https://github.com/majbthrd/tinyusb into ↵ | hathach | |
| majbthrd-add_ncm | |||
| 2021-09-30 | Add video class entry to rp2040 building scripts | kkitayam | |
| 2021-09-29 | Merge branch 'master' of github.com:hathach/tinyusb into zhangslice-master | hathach | |
| examples/device/hid_composite_freertos/src/FreeRTOSConfig/FreeRTOSConfig.h | |||
| 2021-09-27 | add support for the QMTech ATMSAME70N19A board | Hans Baier | |
| 2021-09-25 | add NCM driver in a compatible manner : hathach/tinyusb#550 | Peter Lawrence | |
| 2021-09-25 | add CFG_TUSB_OS_INC_PATH for os include path | hathach | |
| useful for freertos/ prefix with esp IDF | |||
| 2021-09-23 | da14695_dk_usb: Fix button configuration | Jerzy Kasenberg | |
| Unlike da1469x_dk_pro, K1 pin (6) is connected to VCC when active. This adds required pull down and reverses active logic state. | |||
| 2021-09-23 | da1469x_dk_pro: Fix button setup | Jerzy Kasenberg | |
| Button on board has 1k resistor to ground when pressed. When not pressed pin 6 is floating. This forces MCU pull-up for this pin for correct behavior. | |||
| 2021-09-22 | Trying to setup the mmu | Scott Shawcroft | |
| 2021-09-18 | Merge pull request #1094 from kasjer/kasjer/da146xx-vbus-handling | Ha Thach | |
| dcd_da146xx: Add VBUS handling | |||
| 2021-09-18 | Merge branch 'master' into zhangslice-master | hathach | |
| 2021-09-17 | rpi start. doesn't work | Scott Shawcroft | |
| 2021-09-17 | da1469x_dk_xxx: Add VBUS handling | Jerzy Kasenberg | |
| Two BSPs with DA146xx MCUs are now adopted to VBUS handling changed introduced to dcd_da146xx driver. da14695_dk_usb as bus-powered devices informs driver that VBUS is present at startup. da1469x-dk-pro has VBUS change interrupt handler that informs driver about VBUS changes. | |||
| 2021-09-15 | Add J1-19 pin setting as a button | kkitayam | |
| 2021-09-15 | Change default LED state to off | kkitayam | |
| 2021-09-15 | Merge branch 'master' of github.com:hathach/tinyusb into ↵ | hathach | |
| kkitayam-impl_close_all_for_khci | |||
| 2021-09-13 | Add support for Nucleo F412ZG | szymonh | |
| 2021-09-10 | Remove heap memory area | kkitayam | |
| 2021-09-07 | add msc workaround for cxd56 | hathach | |
| 2021-08-31 | clear stall and reset data toggle when open edpt | hathach | |
| required to pass one of msc test. | |||
| 2021-08-29 | add CFG_EXAMPLE_MSC_READONLY for curiosity | hathach | |
| allow family/board to exclude specific example. exclude net_lwip_webserver from curiosity. | |||
| 2021-08-29 | Add PYOCD_OPTION | mainr | |
| Added PYOCD_OPTION to pass board-specific options to build | |||
| 2021-08-29 | Added support for Microchip Curiosity Nano SAMD21 board (DM320119) | mainr | |
| Added support for Microchip Curiosity Nano SAMD21 board (DM320119) under hw/bsp/samd21/boards/curiosity_nano The nEDBG on this board requires dap_protocol be specified as SWD (changed in examples/rules.mk) NOTE: requires entry (03eb:2175) for VID:PID of nEDBG be added to /etc/udev/rules for pyocd | |||
| 2021-08-29 | Merge branch 'master' into merge-waveshare-h7 | Ha Thach | |
| 2021-08-29 | disable systick when running freertos on other stm families | hathach | |
| 2021-08-29 | remove old openh743i, explicitly disable systick when using freertos for H7 | hathach | |
| 2021-08-23 | cleaned up unused code, only enalbing port clocks as needed | Greg Steiert | |
| 2021-08-23 | initial commit of support for K32L2B | Greg Steiert | |
| 2021-08-19 | whitespace | hathach | |
| 2021-08-19 | rename to stm32f103_bluepill | hathach | |
| 2021-08-19 | add stm32f103 mini v2.0 board | hathach | |
| 2021-08-19 | group stm32f1 board | hathach | |
| 2021-08-19 | merge waveshare to h7 family | hathach | |
| 2021-08-15 | Merge pull request #959 from KarlK90/gd32vf103-support-tiny-usb | Ha Thach | |
| [PORT] Add GD32VF103 support and Sipeed Longan Nano Board support | |||
| 2021-08-15 | change toolchain to riscv-none-embed-gcc-xpack for ci | hathach | |
| 2021-08-15 | move gd32vf103 to its own family | hathach | |
| 2021-08-09 | Update systick reload value | Stefan Kerkmann | |
| The systick timer is driven by the AHB bus divided by 4, set the correct reload value to generate a timer irq every ms. | |||
| 2021-08-07 | Minor style changes | Stefan Kerkmann | |
| 2021-08-07 | Code style changes | Stefan Kerkmann | |
| 2021-08-07 | Use functions provided by the nuclei-sdk hal | Stefan Kerkmann | |
