| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-20 | try fixing codeql | hathach | |
| 2024-05-20 | use correct wch usbhs, usbfs for ch32v307 using CFG_TUD_MAX_SPEED | hathach | |
| 2024-05-20 | - update ch203 family to allow to specify flash and ram size. Introduce | hathach | |
| - add ch32v203_ro_1v0 board - CFG_EXAMPLE_MSC_DUAL_READONLY to build msc_dual_lun for ch32v203 | |||
| 2024-05-16 | change default risv-gcc to riscv-none-elf- and add _zicsr extension | hathach | |
| 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-15 | add CH32V20x USB OTG/FS driver | Matthew Tran | |
| 2024-05-10 | More 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-09 | Rework 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-07 | Fix CI. | HiFiPhile | |
| 2024-05-07 | Enable NCM + iperf for MCU with bigger RAM. | HiFiPhile | |
| 2024-05-07 | Increase TCP_WND for better performance. | HiFiPhile | |
| 2024-05-07 | Reformat net_lwip_webserver example. | HiFiPhile | |
| 2024-05-06 | Merge remote-tracking branch 'remotes/tinyusb/master' into pr/2227 | HiFiPhile | |
| 2024-05-04 | add cmake for f1c100s | hathach | |
| 2024-05-02 | add cmake to lpc1347 | hathach | |
| 2024-05-02 | add cmake for lpc11 | hathach | |
| 2024-05-02 | add cmake for broadcom 64-bit, like 32-bit it compiles but text is only 8 ↵ | hathach | |
| bytes (incorrect) | |||
| 2024-05-02 | add cmake for pi zero (renamed from pi zero_w), build but the flash size ↵ | hathach | |
| seem wrong (only 24 bytes for text) | |||
| 2024-04-28 | Merge remote-tracking branch 'upstream/master' into pr/2227 | HiFiPhile | |
| 2024-04-28 | Fix CI. | HiFiPhile | |
| 2024-04-28 | Build STM32F7 with single-point FPU. | HiFiPhile | |
| 2024-04-28 | audio_4_channel_mic_freertos : merge changes from audio_4_channel_mic. | HiFiPhile | |
| 2024-04-28 | audio_test_freertos : merge changes from audio_test. | HiFiPhile | |
| 2024-04-28 | Update audio_test & audio_test_freertos examples to work with high-speed. | HiFiPhile | |
| 2024-04-28 | Update build system. | HiFiPhile | |
| 2024-04-27 | audio_test_freertos & audio_4_channel_mic_freertos | Kasper Nyhus Kaae | |
| 2024-04-26 | Merge pull request #2609 from tyustli/patch-1 | HiFiPhile | |
| Remove redundant header file includes for the hid class | |||
| 2024-04-26 | - add esp32 c3, c6 mcu option | hathach | |
| - skip breakpoint for espressif riscv | |||
| 2024-04-25 | adding support for esp32 for use with max3421e host | hathach | |
| 2024-04-25 | fix ci error | tyustli | |
| 2024-04-24 | fix make build due to clang changes | hathach | |
| 2024-04-24 | update clang make build for stm32: f0 f1 f2 f3 f4 f7 h7 g0 g4 l0 l4 samd21 ↵ | hathach | |
| samd51 nrf | |||
| 2024-04-24 | clang make work for samd21 | hathach | |
| 2024-04-24 | change hil board s3 devkitm (devkitc seems to have usb issue with cp2104) | hathach | |
| 2024-04-23 | clang work with lpc55 | hathach | |
| 2024-04-22 | clang tested with mcb1800, add heap to lpc18 linker | hathach | |
| 2024-04-22 | fix print lu format warnings with clang | hathach | |
| 2024-04-22 | fix nrfx v3 spim freq when init | hathach | |
| fix clang build with nrf | |||
| 2024-04-22 | fix build with nrfx v3, though max3421e spi does not seem to work well. | hathach | |
| 2024-04-19 | clang samd21 build but has issue as samd51 | hathach | |
| 2024-04-19 | clang samd51 compile but does not run, rom is correct, but ram is lacking ↵ | hathach | |
| bss. Got stkerr -> hardfault | |||
| 2024-04-19 | more clang update | hathach | |
| 2024-04-19 | - clang h743 build and run cdc_msc ok | hathach | |
| - switch unit test back to gcc, since path to clang conflict on local setup (x86 and arm) | |||
| 2024-04-19 | clang build board test with h743 | hathach | |
| 2024-04-19 | update cmake build | hathach | |
| 2024-04-19 | cmake detect toolchain based on -DCMAKE_C_COMPILER | hathach | |
| 2024-04-15 | Merge pull request #2134 from clhenry/non-bus-powered-re-enumeration | Ha Thach | |
| Non-bus-powered MSP430 support. | |||
| 2024-04-15 | update msp430 make build | hathach | |
| 2024-04-12 | add cmake support for msp430 | hathach | |
| 2024-04-09 | Optimize audio_4_channel_mic waveform data. | HiFiPhile | |
| 2024-04-09 | Reduce uac2_headset max sample rate for better compatibility. | HiFiPhile | |
