| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2025-01-20 | add s3 undefined speed note for racing issue with reset. | hathach | |
| fix dcd_event_sof() with frame number | |||
| 2024-12-27 | move mcu supported to README.rst, separated supported boards to boards.rst | hathach | |
| 2024-12-27 | embed metadata to family.c and board.h to generate supported boards doc | hathach | |
| 2024-12-17 | enable CFG_TUD/THU_MEM_DCACHE_ENABLE for imxrt with M7 by default | hathach | |
| 2024-12-17 | Merge branch 'refs/heads/master' into fork/HiFiPhile/rt1170 | hathach | |
| 2024-12-16 | fix warning due to bsp_rom_registers.c | hathach | |
| 2024-12-16 | make sure g_bsp_rom_registers is not dropped by linker in cmake build. | hathach | |
| always reserve 0x100 for option setting in linker to prevent possible bricked mcu | |||
| 2024-12-13 | fix portenta build, added core-m85.cmake/mk | hathach | |
| 2024-12-13 | update build for ra8m1: usbfs work, but usbhs not working just yet. Probably ↵ | hathach | |
| missing configuration or clock setup | |||
| 2024-12-13 | ra8m1_ek led and button works | hathach | |
| 2024-12-13 | update make build for ra | hathach | |
| 2024-12-12 | rasc for portenta_c33 | hathach | |
| 2024-12-12 | rasc ra2a1_ek, but usb does not seem to work. Note fsp.ld need extra 0x100 ↵ | hathach | |
| byte for ROM registers to work. | |||
| 2024-12-12 | rasc for ra4m1_ek | hathach | |
| 2024-12-12 | rasc for ra4m3 ek | hathach | |
