| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-30 | update all cmake for esp32 build | hathach | |
| 2023-03-30 | merge s2 and s3, update cmake for espressif, add tinyusb_src as component | hathach | |
| 2023-03-24 | separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN to | hathach | |
| - CFG_TUD_MEM_SECTION and CFG_TUD_MEM_ALIGN - CFG_TUH_MEM_SECTION and CFG_TUH_MEM_ALIGN - fix missing mem section and align for host | |||
| 2023-03-23 | update doc and generate deps list | hathach | |
| 2023-03-22 | add tuh_hid_itf_get_info() and change tuh_cdc_itf_get_info() to use new ↵ | hathach | |
| tuh_itf_info_t | |||
| 2023-03-17 | bump up mm32sdk to fix HSE_VALUE not 8Mhz warnings | hathach | |
| 2023-03-17 | update mm32sdk with idndef for SYSCLK_FREQ_XXMHz and SYSCLK_HSI_XXMHz | hathach | |
| add HSE_VALUE define for each board with 8mhz, 12mhz accordingly | |||
| 2023-03-17 | fix ci build with fomu | hathach | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2023-03-17 | bump up freeRTOS deps to version 10.5.1 | hathach | |
| 2023-03-17 | remove all submodules | hathach | |
| 2023-03-17 | bump up pico-pio-usb dependency | hathach | |
| 2023-03-11 | minor update get_deps | hathach | |
| 2023-03-11 | Merge branch 'master' into renesas-ra | hathach | |
| 2023-03-11 | update get-deps.py | hathach | |
| 2023-03-11 | remove ra submodules | hathach | |
| 2023-03-10 | update deps script | hathach | |
| 2023-03-10 | adding python script to manage dependencies instead of submodule | hathach | |
| 2023-03-10 | starting to remove submodule cmsis5 and nrfx | hathach | |
| 2023-03-08 | improve ci | hathach | |
| 2023-03-06 | integrate top.mk into make.mk | hathach | |
| 2023-03-06 | clean up top | hathach | |
| 2023-03-06 | fix iar ci | hathach | |
| 2023-03-06 | update size to fix macos ci | hathach | |
| 2023-03-05 | fix ci build on windows | hathach | |
| 2023-03-03 | use make abspath intead of shell realpath | hathach | |
| 2023-02-10 | update version to 0.15.0 | hathach | |
| add changelog | |||
| 2023-01-30 | Merge pull request #1876 from hathach/support-iar | Ha Thach | |
| Support iar build | |||
| 2023-01-30 | Merge pull request #1870 from DRNadler/WindowsBuildFix | Ha Thach | |
| Windows build fix for some mingw gnu make situations | |||
| 2023-01-30 | minor clean up | hathach | |
| 2023-01-30 | Merge branch 'master' into support-iar | hathach | |
| 2023-01-29 | feat(fuzz): Adds seed corpus for cdc and msc classes | Nathaniel Brough | |
| 2023-01-22 | When tools/top.mk finds it is running on Windows, it expects SHELL set to ↵ | Dave Nadler | |
| cmd.exe. Some Windows development environments invoke a mingw version of gnu make with SHELL set to /bin/sh or /bin/bash (either explicitly or by default), in which case tinyUSB make fails when a $(shell...) command feeds DOS syntax to sh. We can't just use sh, as many Windows environments won't have unix utilities like realpath (used by this makefile for sh shell commands). This fix forces SHELL=cmd.exe on Windows and documents the issue. Also adds additional documentation to help the next person... With this fix, tinyUSB can be easily built and debugged in environments like NXP's MCUxpresso (import as a makefile project). | |||
| 2023-01-17 | update build script to support iar with CC=iccarm option | hathach | |
| 2022-07-01 | add get-dependencies.py | hathach | |
| 2022-07-01 | update get-deps for ci | hathach | |
| 2022-06-29 | update build_board.py to parallel build | hathach | |
| 2022-06-29 | more parallel ci | hathach | |
| 2022-06-29 | build_family.py in parallel | hathach | |
| 2022-06-29 | fix build with fomu/fomu | hathach | |
| 2022-06-29 | fix buid_board.py script | hathach | |
| 2022-05-10 | include dual examples to ci | hathach | |
| 2022-01-25 | Merge branch 'master' into master | Ha Thach | |
| 2022-01-05 | Unify skip and only logic for build scripts | Scott Shawcroft | |
| And switch to a single file that can include mcu, family or board. | |||
| 2022-01-05 | Skip net and freertos examples | Scott Shawcroft | |
| 2021-12-07 | Add mksunxi tool to make flashable image | Yunhao Tian | |
| 2021-11-25 | Update iar project template. | Mengsk | |
| 2021-09-07 | Rename iar.ipcf to iar_template.ipcf | MasterPhi | |
| 2021-09-03 | Add IAR project connections. | MasterPhi | |
| 2021-08-29 | add CFG_EXAMPLE_MSC_READONLY for curiosity | hathach | |
| allow family/board to exclude specific example. exclude net_lwip_webserver from curiosity. | |||
