| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-10-10 | improving dwc2, merging diep and doep if possible | hathach | |
| 2024-10-07 | Merge pull request #2809 from shuffle2/master | Ha Thach | |
| make all python files executable and standardize interpreter | |||
| 2024-09-30 | update build script to correctly skip non max3421 enabled for espressif boards | hathach | |
| 2024-09-30 | esp32p4 use port0 as fs, port1 as highspeed | hathach | |
| 2024-09-30 | added p4, seems to work well and enumerated | hathach | |
| 2024-09-30 | try to add esp32 p4 and esp-idf v5.3 support | hathach | |
| 2024-09-24 | update dfifo allocation scheme to use top pointer, update document and ↵ | hathach | |
| explanation for EPInfo address and GDFIFO. some function rename update h743 linker to use SRAM1 since USB DMA cannot access DTCM ram update xmc4500 to use uuid for testing | |||
| 2024-09-17 | make all python files executable and standardize interpreter | Shawn Hoffman | |
| 2024-09-14 | Add STM32 B_5585I-IOT2A board | Uwe Bonnes | |
| 2024-09-13 | add pico2 rp2350 (arm) board | hathach | |
| add pico2 to hil ci | |||
| 2024-08-30 | Merge pull request #2731 from cumhuronat/master | Ha Thach | |
| Fix: Properly Handle NAK Response in MAX3421E driver | |||
| 2024-08-27 | reset usb when init for max32650/66. change hil max32 to use pico (cmsis ↵ | hathach | |
| dap2), change metro m4 flasher | |||
| 2024-08-26 | add sndfifo owner info to skip rewriting data for retrying NAKed | hathach | |
| 2024-08-22 | skip dual/host_info_to_device_cdc for pico due to a bug in pio-usb | hathach | |
| 2024-08-22 | add pio-usb host test to hil. fix build as well | hathach | |
| 2024-08-22 | add hil support for dual host_info_to_cdc | hathach | |
| replace itsybitsy m4 by metro m4 + max3421e | |||
| 2024-08-22 | circleci tweaks (#2770) | Ha Thach | |
| * skip circleci build on master push * change max32666 probe to jlink, max32625pico is not reliable enough | |||
| 2024-08-21 | update circle ci to build make (#2769) | Ha Thach | |
| * update build.py script to work with circleci * build make with circle ci * build vm for esp only * nrf imxrt with large resource * nrf imxrt with large resource * remove 2 of nrf boards | |||
| 2024-08-19 | implement dcd_edpt_iso_alloc/dcd_edpt_iso_activate for musb. video_capture ↵ | hathach | |
| example with iso kind of work but not smoothly. audio example does not seems to work as expected | |||
| 2024-08-18 | add flash_openocd_adi() for use with max32 | hathach | |
| add feather max32666 to the hil pool | |||
| 2024-08-15 | add flash-uniflash support for ti tm4c | hathach | |
| 2024-08-14 | use max32 cmsis, fix NVIC_GetEnableIRQ() not defined when using with CMISIS < 5 | hathach | |
| 2024-08-14 | Merge branch 'refs/heads/master' into fork/BrentK-ADI/max32_port | hathach | |
| 2024-08-13 | use zero wait flash for nano v203 | hathach | |
| 2024-08-13 | minor update to cmake profile | hathach | |
| 2024-08-13 | Fix stm32l0 clock init. | HiFiPhile | |
| 2024-08-11 | fix spi_set_format() -Wnull-dereference when compiling with -Os | hathach | |
| 2024-08-10 | fix build with rp2040 PICO_DEFAULT_SPI rename | hathach | |
| 2024-08-08 | Merge pull request #2750 from hathach/fix-ch32v203-setup | Ha Thach | |
| rework fsdev driver, fix ch32v203 race condition and stability issue | |||
| 2024-08-05 | Merge pull request #2328 from HiFiPhile/rx_fb | HiFiPhile | |
| UAC2: Implement feedback by fifo counting. | |||
| 2024-08-02 | add stm32f103ze_iar | hathach | |
| 2024-08-01 | Merge pull request #2743 from hathach/header_fix | Graham Sanderson | |
| rp2040: add clocks.h as set_sys_clock_khz is moving there from stdlib.h | |||
| 2024-08-01 | increase freerto min task stack for some stm32 | hathach | |
| 2024-07-29 | add explcit dependency | graham sanderson | |
| 2024-07-29 | add clocks.h as set_sys_clock_khz is moving there from stdlib.h | graham sanderson | |
| 2024-07-28 | Merge branch 'master' of https://github.com/hathach/tinyusb into rx_fb | HiFiPhile | |
| 2024-07-25 | Combined DCD MUSB implementations | Brent Kowal | |
| Combined the new MAX32 MUSB implementation with the existing (TI) implementation to provide generic code base for working the MUSB DCD peripheral. - Added abstraction calls for FIFO setup, EP registers, Ctrl registers and interrupt setup. - Combined TM4C and MSP432E into a single header file. - Created musb_max32.h, and removed the MAX32 specific C implementation. - Updated MAX32 build system to use dcd_musb.c. - Added MAX32 conditions for cdc_dual_ports example descriptors missed during first testing. | |||
| 2024-07-23 | fsdev read/write packet use unaligned function | hathach | |
| 2024-07-23 | update fsdev bsp for hil testing | hathach | |
| 2024-07-22 | fix a bug in fsdev introduced by #1942 | hathach | |
| 2024-07-19 | fix build with make | hathach | |
| 2024-07-19 | add lpc11u37 for hil rpi | hathach | |
| 2024-07-19 | Merge pull request #2723 from liamfraser/rp2040_tweaks | Ha Thach | |
| RP2040 tweaks | |||
| 2024-07-19 | Fix STM32F7 FS port build. | HiFiPhile | |
| 2024-07-19 | add ra4m1 ek for hil test | hathach | |
| 2024-07-18 | not all GCC compiler builds support --no-warn-rwx-segments; ↵ | graham sanderson | |
| check_linker_flag is not available in all supported version of CMake, so just allow it to be passed in | |||
| 2024-07-18 | fix make build | hathach | |
| 2024-07-18 | add unique id for imxrt | hathach | |
| 2024-07-17 | add FreeRTOSConfig.h for da1469 | hathach | |
| 2024-07-17 | add family cmake/make for da1469x boards | hathach | |
