summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2024-07-18fix hil board_test duplication, add cdc_msc_freertos testhathach
2024-07-17add family cmake/make for da1469x boardshathach
2024-07-12Merge pull request #2688 from HiFiPhile/3511_rtosHa Thach
LPC55: FreeRTOS fix
2024-07-10enable full 224KB flash for ch32v203 with flash enhanced read mode in ↵hathach
SystemInit (better with startup). add flash with wlink-rs
2024-07-05add board_reset_to_bootloader(), try to implement that for ch32v203 but not ↵hathach
working yet
2024-07-01Add MAX78002 SupportBrent Kowal
-Added support for MAX78002, MAX78002EVKIT -Added provisions for remaining MAX32 USB parts
2024-06-28Initial Commit for MAX32 SupportBrent Kowal
Initial commit for the port of TUSB to MAX32xxx parts, staring with MAX32690 - Added dcd_max32.c (based on dcd_musb.c) for interfacing with the peripheral - Added MAX32690 part family support - Added max32690evkit board support - Updated examples for unique EP number requirement - Updated get_deps.py to fetch the MSDK Known Issues / Additional Testing Required - msc_dual_lun only shown 1 volume on Windows - USBTMC does not have a valid Windowsdriver - DFU does not have a valid Windows driver - WebUSB is "Device not Recognized" - Need to test build scripts with IAR and Clang
2024-06-27Make FreeRTOS config work with Cortex-M33.HiFiPhile
2024-06-25change COMPILE_DEFINE to CFLAGS_CLI for cmake/makehathach
2024-06-21skip examples for ch32v203g6hathach
2024-06-18add dual/host_info_to_device_cdc examplehathach
2024-06-18LOG3 in isrhathach
2024-06-18add host/device_info examplehathach
2024-06-14fix ci skip example for ch32v1hathach
2024-05-31Merge branch 'master' of https://github.com/hathach/tinyusb into rx_fbHiFiPhile
2024-05-20try fixing codeqlhathach
2024-05-20use correct wch usbhs, usbfs for ch32v307 using CFG_TUD_MAX_SPEEDhathach
2024-05-20- update ch203 family to allow to specify flash and ram size. Introducehathach
- add ch32v203_ro_1v0 board - CFG_EXAMPLE_MSC_DUAL_READONLY to build msc_dual_lun for ch32v203
2024-05-16change default risv-gcc to riscv-none-elf- and add _zicsr extensionhathach
add cmake for ch32v20x, skip freertos examples for CH32V20X, also skip net webserver due to lack of RAM update to use openocd with wlinke adapter
2024-05-15add CH32V20x USB OTG/FS driverMatthew Tran
2024-05-12Typo.HiFiPhile
2024-05-12Fix CI.HiFiPhile
2024-05-12Optimize fifo level display.HiFiPhile
2024-05-12Hint missing import, exit on error.HiFiPhile
2024-05-11Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fbHiFiPhile
2024-05-10More ci tweak (#2636)Ha Thach
* change concurrency group to ${{ github.workflow }}-${{ github.ref }} * use argparse for build.py hil_test.py, remove the need to install click * move ci win/mac to build_cmake.yml * rename build_family.yml to build_util.yml * build_util.yml support esp32 * integrate build-espressif into build.yml * build.py support make with --board option * add get_deps action * update hil test to reuse action
2024-05-10Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fbHiFiPhile
2024-05-10Allow feedback EP size change.HiFiPhile
2024-05-09Rework ci (#2631)Ha Thach
* add name field to usbd_class_driver_t * ci: use set matrix py script * add riscv32 and cmake support for ch32v307, fomu, gd32vf103 * update build_cmake.py to take --family --board --toolchain * separate hil test to its own workflow * move esp32 board into separated hil json * add make build to ci * remov build_make.py * build.py support esp32 board * setup toolchain support esp-idf * fix missing click * merge family in matrix build to reduce jobs * skip cifuzz since it still has issue with get_deps and click
2024-05-08Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fbHiFiPhile
2024-05-07Fix CI.HiFiPhile
2024-05-07Enable NCM + iperf for MCU with bigger RAM.HiFiPhile
2024-05-07Increase TCP_WND for better performance.HiFiPhile
2024-05-07Reformat net_lwip_webserver example.HiFiPhile
2024-05-06Merge remote-tracking branch 'remotes/tinyusb/master' into pr/2227HiFiPhile
2024-05-04add cmake for f1c100shathach
2024-05-02add cmake to lpc1347hathach
2024-05-02add cmake for lpc11hathach
2024-05-02add cmake for broadcom 64-bit, like 32-bit it compiles but text is only 8 ↵hathach
bytes (incorrect)
2024-05-02add cmake for pi zero (renamed from pi zero_w), build but the flash size ↵hathach
seem wrong (only 24 bytes for text)
2024-04-28Merge remote-tracking branch 'upstream/master' into pr/2227HiFiPhile
2024-04-28Fix CI.HiFiPhile
2024-04-28Build STM32F7 with single-point FPU.HiFiPhile
2024-04-28audio_4_channel_mic_freertos : merge changes from audio_4_channel_mic.HiFiPhile
2024-04-28audio_test_freertos : merge changes from audio_test.HiFiPhile
2024-04-28Update audio_test & audio_test_freertos examples to work with high-speed.HiFiPhile
2024-04-28Update build system.HiFiPhile
2024-04-27audio_test_freertos & audio_4_channel_mic_freertosKasper Nyhus Kaae
2024-04-26Fix typo.HiFiPhile
2024-04-26Add UAC2 speaker with feedback example.HiFiPhile