| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-24 | MMU works | Scott Shawcroft | |
| 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 | |
| 2021-08-07 | Correctly initialize and handle the system tick | Stefan Kerkmann | |
| Forgot to reload the systick timer in the irq handler | |||
| 2021-08-07 | Remove unsuitable clock configurations from init code | Stefan Kerkmann | |
| Only 48MHz, 72MHz, 96MHz and 120 MHz system clocks derived from an external crystal are suitable for the usb peripheral, as the internal oscillator is not stable enough. Also the usb-prescaler only supports division by 1 (48MHZ), 1.5(72MHz), 2(96MHz) and 2.5(120Mhz). 120Mhz is also out of spec and not added here. | |||
| 2021-08-07 | Use nuclei-sdk functions for init code | Stefan Kerkmann | |
| Instead of using the HAL functions we can just use the defines from the board support for the longan nano that comes with the nuclei-sdk. Also we move some includes and defines to the header file. | |||
| 2021-08-07 | Cleanup include paths and use linker files from nuclei-sdk | Stefan Kerkmann | |
| 2021-08-07 | Remove redundant linker files | Stefan Kerkmann | |
| We use the linker files provided by nuclei-sdk instead | |||
| 2021-08-06 | Merge pull request #985 from HiFiPhile/same70 | Ha Thach | |
| SAMx7x improvements | |||
| 2021-08-03 | Update nuclei-sdk with __riscv_flen fix | Stefan Kerkmann | |
| 2021-08-03 | Set FreeRTOS to RISC-V (doesn't compile) | Stefan Kerkmann | |
| 2021-08-03 | Use JTAG for jlink flashing | Stefan Kerkmann | |
| 2021-08-03 | Minor clean ups | Stefan Kerkmann | |
| 2021-08-03 | Add board support for gd32vf103 longan nano | Stefan Kerkmann | |
| 2021-07-30 | Move clock enable to BSP. | MasterPhi | |
| 2021-07-27 | Small tidy up for waveshare openh743i BSP. | Ben Evans | |
