| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-07 | Fix espressif build with presets. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-06 | Merge pull request #3014 from deshipu/master | HiFiPhile | |
| Allow different port and mode for LED on ch32v boards | |||
| 2025-04-06 | Allow different port and mode for LED on ch32v boards | Radomir Dopieralski | |
| While there is a define for the port, the clock enable is hardcoded for GPIOA, so setting a different port than GPIOA doesn't work. This fixes it by adding a define for enabling the port clock. It also adds a define for the pin mode, because not all boards have the LED connected in a way that open drain works with it. | |||
| 2025-03-26 | hcd/ehci: hcd_edpt_open() return false if ep is already opened. implement ↵ | hathach | |
| hcd_edpt_close() | |||
| 2025-03-26 | added mimxrt1064_evk to hil test pool | hathach | |
| 2025-03-26 | imxrt: disable BOARD_ConfigMPU() since it cause issue with imxrt1060/64. ↵ | hathach | |
| Update imxrt configtool forr some board to get uart pin init. | |||
| 2025-03-24 | Add SWO config. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-03-24 | Implement ITM_SendChar(). | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-03-24 | Merge remote-tracking branch 'upstream/master' into h7rs | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-03-16 | Update ch32v20x family.cmake | verylowfreq | |
| 2025-03-16 | Fix the condition related to CFG_TUH_WCH_USBIP_USBFS macro | verylowfreq | |
| 2025-03-16 | Add ch32v20x usbfs hcd initial support. | verylowfreq | |
| 2025-03-10 | fix(rp2040) set RTOS as cmake cache to fix pico-example build | hathach | |
| 2025-03-09 | Merge pull request #1627 from atoktoto/midihost | Ha Thach | |
| RP2040 MIDI Host | |||
| 2025-03-08 | Merge pull request #2990 from dauc/master | HiFiPhile | |
| Add full/high speed compile flag for Microchip SAME70 examples | |||
| 2025-03-05 | Merge branch 'master' into fork/atoktoto/midihost | hathach | |
| # Conflicts: # src/host/usbh.c | |||
| 2025-03-04 | add adafruit metro rp2350 | hathach | |
| 2025-02-28 | add missing board.h for BOARD=pico_sdk | hathach | |
| 2025-02-27 | fix(esp): Remove deprecated include | Tomas Rezucha | |
| soc/usb_pins.h header will be deprecated in IDF v6.0 | |||
| 2025-02-21 | Merge branch 'master' into fork/atoktoto/midihost | hathach | |
| # Conflicts: # src/host/usbh.c | |||
| 2025-02-20 | pio-usb now only need sysclk to be multiple of 12Mhz | hathach | |
| 2025-02-20 | change pio-usb to wip fork for testing | hathach | |
| 2025-02-20 | add fruitjam bsp | hathach | |
| 2025-02-14 | Add full/high speed compile flag for Microchip SAME70 examples | Devin Auclair | |
| Default is still high speed, but setting SPEED=high|full work as expected. `make BOARD=same70_xplained SPEED=full` Tested with examples/device/cdc_msc ```preformatted lsusb -v ... TinyUSB Device: Product ID: 0x4003 Vendor ID: 0xcafe Version: 1.00 Serial Number: 0123456789ABCDEF Speed: Up to 12 Mb/s <------ full speed here Manufacturer: TinyUSB Location ID: 0x03142130 / 12 Current Available (mA): 500 Current Required (mA): 100 Extra Operating Current (mA): 0 Media: Mass Storage: Capacity: 8 KB (8,192 bytes) Removable Media: Yes BSD Name: disk5 Logical Unit: 0 Partition Map Type: Unknown S.M.A.R.T. status: Verified USB Interface: 2 ``` | |||
| 2025-02-14 | Merge pull request #2984 from HiFiPhile/preset | Ha Thach | |
| Add CMake presets. | |||
| 2025-02-12 | more ci fix | hathach | |
| 2025-02-12 | clean up | hathach | |
| 2025-02-12 | Merge branch 'master' into fork/atoktoto/midihost | hathach | |
| # Conflicts: # hw/bsp/rp2040/family.cmake # src/class/midi/midi.h # src/class/midi/midi_device.c # src/device/usbd_control.c # src/host/hcd.h # src/host/usbh.c # src/host/usbh.h | |||
| 2025-02-11 | remove board_mcu.h | hathach | |
| 2025-02-09 | Sort list (bettter for Clion) | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-02-09 | Add CMake presets. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-02-06 | fix build for 407blackvet | hathach | |
| 2025-01-31 | Update build. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-01-31 | Merge remote-tracking branch 'upstream/master' into h7rs | HiFiPhile | |
| 2025-01-27 | Merge branch 'master' into master | HiFiPhile | |
| 2025-01-25 | fix ci | hathach | |
| 2025-01-25 | cmake remove EXAMPLE-tinyusb target as library | hathach | |
| 2025-01-25 | use board alias for pca10056 | hathach | |
| 2025-01-25 | use board alias for pca10056 | hathach | |
| 2025-01-25 | add -DRTOS=zephyr to ci west build | hathach | |
| 2025-01-24 | Fix CI. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-01-24 | Add NUCLEO-H7S3L8 BSP. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-01-24 | add cmake RTOS=zephyr (default noos) for zephyr build | hathach | |
| 2025-01-24 | try build zephyr with ci | hathach | |
| 2025-01-23 | stm32: fix conditional compilation error when not using uart | hohoho | |
| 2025-01-24 | msc_dual_lun and cdc_msc work with zephyr on pca10056 | hathach | |
| 2025-01-23 | kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR | hathach | |
| 2025-01-23 | kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR | hathach | |
| 2025-01-22 | - change to use CMAKE_SYSTEM_CPU to prevent CMAKE_SYSTEM_PROCESSOR conflict ↵ | hathach | |
| with zephyr - change tinyusb CMakeLists.txt to function tinyusb_target_add() instead of defining tinyusb lib target | |||
| 2025-01-21 | zephyr | hathach | |
